home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / mac / About this CD / Dec 00 Developer CD Assistant (.txt) next >
Encoding:
FileMaker Pro Database  |  2000-11-01  |  4.4 MB  |  114,458 lines  |  [FMP3/AFDC]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Dec 00 Developer CD Assistant
  2. FMP3AFDC
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. applet
  7. demonstrates
  8. stream
  9. movie
  10. developing
  11. drivers
  12. sometimes
  13. resedit@
  14. eckout@
  15. card@
  16. describes@
  17. fixing@
  18. images@
  19. improving
  20. national@
  21. overview@
  22. pool@
  23. quit@
  24. simpler@
  25. summary@
  26. summary
  27. maccalendar
  28. control
  29. strip
  30. module
  31. displays
  32. summary
  33. xcmds
  34. xfcns
  35. perform
  36. summary
  37. allows
  38. developer
  39. monitor
  40. therefore@
  41. versions@
  42. within@
  43. debug@
  44. network@
  45. stack@
  46. disposeresource
  47. debugging
  48. resource
  49. handles@
  50. multi-processing@
  51. appleevent@
  52. HBAM3016AUG95@
  53. APPLESCRIPT_BROWSER
  54. APPLESCRIPT_OPEN
  55. CDDATE
  56. CDNAME
  57. CDTITLE
  58. CONSTANT
  59. CONTENTS
  60. CURCNT
  61. CURREC
  62. CUSTOMSEARCH
  63. DESCRIPTION
  64.         FINDFIELD
  65. KEYWORDS
  66. KEYWORDSCALC
  67. NEWREVISEDCALC
  68. PATHNAME
  69. PATHNAMECALC
  70. PORTALCOLOR
  71. PORTALFILTERCALC
  72. PORTALSELECTIONCALC
  73. RECEIVED
  74. RECORDID
  75. REQUIREMENTS
  76. SEARCHSELECTED
  77. SHOWPATHNAME
  78. SHOWTEXT
  79. STATUS
  80. UPDATED
  81. WEB_FTP_URL
  82. _COLOR
  83. _CONTENT
  84. _CUSTOMFIND
  85. 2)    _HELPTEXT
  86.     _KEYWORDS
  87. _NAME
  88. _PORTALCLICK
  89. _PORTALFILTER
  90. _PORTALFILTERFIND
  91. _PORTALSELECTION
  92. _PORTALSELECTIONMATCH
  93.     _RECEIVED
  94. _REQUIREMENTS
  95. _SEARCH
  96. _SEARCHFIELD
  97. _SEARCHPACKAGE
  98. _SHOWPATHFLAG
  99. _UPDATED
  100. Sunday
  101. Monday
  102. Tuesday
  103.     Wednesday
  104. Thursday
  105. Friday
  106. Saturday
  107. January
  108. February
  109. March
  110. April
  111. August
  112.     September
  113. October
  114. November
  115. December
  116. 1st Quarter
  117. 2nd Quarter
  118. 3rd Quarter
  119. 4th Quarter
  120. ?P9W#P
  121. 11/1/000
  122. Closing Screen
  123. Intro
  124. Browser
  125. Package Info
  126. @>A    Developer
  127. Find Fewer Choices
  128. Find More Choices
  129. RecordID
  130. Custom Find
  131. Browser Custom Search
  132. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  133. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  134.  "") & "
  135. ! & "
  136.  "new") 
  137.  "updated") 
  138.  "New & Revised" 
  139.  "" )
  140. All Packages
  141. Mac OS SDK Edition
  142. Tool Chest Edition
  143. Reference Library Edition
  144. System Software Edition
  145. updatedG
  146. New & Revised
  147. PortalSelectionCalc
  148. ^("") )
  149. NameB
  150. CurCntB
  151. CurRecB
  152. DescriptionB
  153. ContentsB
  154. ReceivedB
  155. UpdatedB
  156. RequirementsB
  157. KeywordsB
  158. PathNameB
  159. PathNamecalcB
  160. ) - 1 )
  161. " & " - ")
  162. _SearchB
  163. SearchSelectedB
  164. _PortalClickB
  165. _ShowPathFlagB
  166. ShowTextB
  167.  = 1 
  168.  "Hide Path" 
  169.  "Show Path" )
  170.     Hide Path
  171.     Show Path2
  172. RecordIDB
  173. 73081
  174. _ColorB
  175. ConstantB
  176. A    FindFieldB
  177.  & " " & 
  178.      & " " & 
  179.  & " " & 
  180.  & " " & 
  181.  & " " & 
  182.  & " " & 
  183.  & " " & 
  184. PortalColorB
  185.  "" )
  186. _PortalSelectionMatchB
  187. ShowPathNameB
  188.  = 1 
  189.  "" )
  190. CDDateB
  191. CDNameB
  192.  3) + 1 
  193.  1) - 
  194.  " " 
  195.  3 ) - 1 )
  196. _SearchFieldB
  197. _SearchPackageB
  198. CustomSearchB
  199.  "Custom Search"
  200.  "" )
  201. Custom Search
  202.  "new")
  203.  "New"  
  204.  "updated") 
  205.  "Revised" 
  206.  "" )
  207. updatedG
  208. Revised
  209. AppleScript_OpenB
  210. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  211.  "" & "
  212. "try" & "
  213. "    tell application ""Finder""" & "
  214. "        open item """ & 
  215.  & """
  216. "        activate" & "
  217. "    end tell" & "
  218. "on error errMsg number errNum" & "
  219. "    --enter statements to perform when no records are found such as..." & "
  220. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  221. "    return" & "
  222. "end try"
  223. A--set theItem to choose file -- uncomment to test in an AS editor
  224.     tell application "Finder"
  225.         open item "
  226.         activate
  227.     end tell
  228. on error errMsg number errNum
  229. F    --enter statements to perform when no records are found such as...
  230. E    display dialog "Sorry, the item you selected could not be found."
  231.     return
  232. end try
  233. AppleScript_BrowserB
  234. StatusB
  235. KeywordsCalcB
  236.  ", " 
  237. _NameB
  238. _PortalFilterFindB
  239. _DescriptionB
  240. _RequirementsB
  241. +A    _KeywordsB
  242. ,A    _ReceivedB
  243. _UpdatedB
  244. _ContentB
  245. Web_FTP_URLB
  246. _WebB
  247. CDTitleB
  248.  1) - 1 )
  249. l Packages
  250. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  251.  "" & "
  252.  "try" & "
  253. "    tell application ""Finder""" & "
  254. "        open item """ & 
  255.  & """
  256. "        activate" & "
  257. "    end tell" & "
  258. "on error errMsg number errNum" & "
  259. "    --enter statements to perform when no records are found such as..." & "
  260. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  261. "    return" & "
  262. "end try"
  263. A--set theItem to choose file -- uncomment to test in an AS editor
  264.     tell application "Finder"
  265.         open item "
  266.         activate
  267.     end tell
  268. on error errMsg number errNum
  269. F    --enter statements to perform when no records are found such as...
  270. G    display dialog "Sorry, the folder you selected could not be found."
  271.     return
  272. end try
  273. elds then click Find or hit Enter.
  274. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  275.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  276.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  277. ackages list on the Browser screen.
  278. 0_    Any Field`
  279. All Packages
  280. HelpB
  281.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  282. IntroB
  283. Homem
  284. Quitn
  285. Browsero
  286. Find...p
  287. Homem
  288. Quitn
  289. Browsero
  290. Find...
  291. BrowserB
  292. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  293. navigating content on the Developer CD Series from Apple Developer Connection.
  294. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  295. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  296. tly to the package folder on the CD.
  297. The Find... button allows you to do full-text searches on all content available on the 
  298. Developer CD Series.
  299. More complete usage instructions are accessed by clicking the Help button.
  300. To quit the Developer CD Series Assistant, click Quit.
  301. Helpe
  302. Find...f
  303. Quith
  304. Browser
  305. Package InfoB
  306. Current Selection:{    <<
  307. ABBF>>
  308. F!Double-click title for more info.
  309. Find...
  310. Open Folder
  311. Package Info
  312. Export List
  313. Browser
  314. Open Folder
  315. Package Info
  316. Export List
  317. A    DeveloperB
  318. DescriptionR
  319. Revision InfoS
  320. FilesV
  321. RequirementsW
  322. Keywords[    Released:\
  323. Revised:b
  324. ABAI>> of <<
  325. ABAH>>h
  326. Current Selection: <<
  327. ABAB>>o    <<
  328. ABCC>>
  329. Web/FTP URL
  330. Open Folder
  331. Find...
  332. ABBF>>
  333. Browser
  334. Find Fewer ChoicesB
  335. A    DeveloperC
  336. Package InfoH
  337. HelpI
  338. Find...J
  339. Open Folder
  340. Current Selection:Q
  341. (Double-click to open)T
  342. QuitY    <<
  343. ABBF>>[.Import with auto update for record ID numbers.`
  344. Portal Selectiona
  345. Show Path Flagd
  346. Click Selecth
  347. Color for Portal Row Selectionk
  348. Show Portal Path}    Released:~
  349. Revised:
  350. Open Folder
  351. ABAI>> of <<
  352. ABAH>>
  353. From Package Info
  354. From Browser
  355. From Browser
  356. From Package Info
  357. Browser
  358. A    DeveloperC
  359. Package InfoH
  360. HelpI
  361. Find...J
  362. Open Folder
  363. Current Selection:Q
  364. (Double-click to open)T
  365. QuitY    <<
  366. ABBF>>[.Import with auto update for record ID numbers.`
  367. Portal Selectiona
  368. Show Path Flagd
  369. Click Selecth
  370. Color for Portal Row Selectionk
  371. Show Portal Path}    Released:~
  372. Revised:
  373. Open Folder
  374. ABAI>> of <<
  375. ABAH>>
  376. From Package Info
  377. From Browser
  378. From Browser
  379. From Package Info
  380. Browser
  381. Find...
  382. Open Folder
  383. ABBF>>
  384. Rectangle Buttons
  385. Find...
  386. Status:
  387. Joint Solutions
  388. Marketing
  389. Specialists
  390. in Web, Print 
  391. and Electronic
  392. Media
  393. 831.471.1500
  394. info@jointsolutions.com
  395. www.jointsolutions.com
  396. Database design: Sheila Kliewer
  397. Data Wizard 831 336-2129
  398. sheilasgk@aol.com
  399. www.DataWizardFMP.com
  400. Find More ChoicesB
  401. Find any package containing:
  402. Cancel
  403. containst    any field
  404. Cancel
  405. More Choices
  406. To search for specific text within package title, package descriptions, or filenames:
  407.  To search any field for a keyword, enter your desired search criteria.
  408.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  409. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  410. Find (fewer choices)
  411. RecordIDB
  412. RecordID
  413. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  414. HTML Text Extractor
  415.  and 
  416. PDF Text Extractor
  417. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  418. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  419. Description
  420. Revision Info
  421. Files
  422. Requirements
  423. Keywords
  424. Released
  425. Revised
  426. Disk/Edition
  427. Web/FTP URL
  428. Cancel
  429. Fewer Choices
  430. Find (more choices)
  431. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  432. gress.
  433. d by your search will appear in the packages listB
  434.  on the Browser screen.
  435. masterB
  436. Unlock Status Bar
  437. Intro
  438. Quit Button
  439. Quit JSM
  440. Browser
  441. Package Info
  442.  = "Custom Search"
  443. Custom Search
  444. Browser Portal
  445. ) = 0    
  446. Show Path
  447. Browser Portal Validation
  448. ) > 0
  449. A    Auto Open
  450. "New & Revised"
  451. New & RevisedB
  452. Go To Record Next
  453. Go To Record First
  454. Go To Record Last
  455. Go To Record Previous
  456. A    Developer
  457. Find Cancel
  458. "All Packages"
  459. All Packages
  460. Find More Choices
  461. Find Fewer Choices
  462. "Any Field"
  463.     Any FieldB.
  464. "All Packages"
  465. All Packages
  466. Find...
  467. "Any Field"
  468.     Any FieldC.
  469. "All Packages"
  470. All PackagesD
  471. Find Execute
  472. A    Find None
  473. )  = 0    
  474.     Try Againgl
  475. cript"
  476.  "1")
  477. CanceloggleDoScript
  478. Toggle
  479. No packages match your request.C+
  480. ) = 1    
  481. "All Packages"
  482. All Packages
  483. A    Find Some
  484. "Custom Search"
  485. Custom Search
  486. A    Find Prep
  487. "Custom Search"
  488. Custom Search
  489. A    Find Prep
  490. Find Request
  491. Find Request
  492. Package Open Folder
  493. Browser Open Folder OLD
  494. ) = "Browser"    
  495. Browser
  496. Z] ow templates in Ne
  497. Canceldialog`
  498. Select a Package to open.D>
  499. ) =  "Package Info"    
  500. Package Info
  501. Import From Master
  502. ) = "Find More Choices"    
  503. Find More Choices
  504.   = "All Packages"
  505. All Packages
  506.  = "Any Field"
  507.     Any Field
  508.  = "Package Title"
  509. Package Title
  510.  = "Any File Name"
  511. Any File Name
  512. Find More Clear
  513. Find More Find
  514. Export List
  515. Cancel
  516. Save the current list to a text file called "Developer CD Search Results"?B+
  517. ) = 2    
  518. AppleScript_Browser
  519. AppleScript_Open
  520. -nulltell application "Developer CD Series Assistant"
  521.     set CDTitle to get data cell "CDTitle" of current record
  522. end tell
  523. tell application "Finder"
  524.     if (disk CDTitle exists) is false then
  525.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  526. end tellFasdUAS 1.101.10
  527. -nulltell application "Developer CD Series Assistant"
  528.     set CDTitle to get data cell "CDTitle" of current record
  529. end tell
  530. tell application "Finder"
  531.     if (disk CDTitle exists) is false then
  532.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  533. end tellFasdUAS 1.101.10
  534. .coregetd****
  535. CDTitle
  536. cdtitle
  537. CDTitle
  538. Developer CD Series Assistant
  539. eAFDCT
  540. Patagrande
  541. Developer CD Series Assistant
  542. 'APPLAFDC
  543. Developer CD S
  544. eries Assistant 
  545. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  546. :Developer CD Series Assistant
  547. Net Ref Zone
  548. tyler.jointsolutions.com
  549. Patagrande
  550. Tyler Stone
  551. .coredoexbool
  552. cdtitle
  553. CDTitle
  554. boovfals
  555. .sysodlogaskr
  556. AThe item you selected could not be found. Please insert the CD - 
  557. cdtitle
  558. CDTitle
  559. Cancel
  560. Continue
  561. Continue
  562.     thechoice
  563.     theChoice
  564. Finder
  565. Patagrande
  566. Finder
  567.     l@FNDRMACS
  568. System Folder
  569. Patagrande:System Folder:Finder
  570. Ref Zone
  571. tyler.jointsolutions.com
  572. Patagrande
  573. Tyler Stone
  574. .aevtoappnull
  575. .aevtoappnull
  576. .coregetd****
  577. cdtitle
  578. CDTitle
  579. .coredoexbool
  580. Button: Web
  581. Browser Portal OLD
  582. Find Prep OLD
  583. .coregetd****
  584. CDTitle
  585. cdtitle
  586. CDTitle
  587. Developer CD Series Assistant
  588. Patagrande
  589. Developer CD Series Assistant
  590. 'APPLAFDC
  591. Developer CD S
  592. eries Assistant 
  593. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  594. :Developer CD Series Assistant
  595. Net Ref Zone
  596. tyler.jointsolutions.com
  597. Patagrande
  598. Tyler Stone
  599. .coredoexbool
  600. cdtitle
  601. CDTitle
  602. boovfals
  603. .sysodlogaskr
  604. AThe item you selected could not be found. Please insert the CD - 
  605. cdtitle
  606. CDTitle
  607. Cancel
  608. Continue
  609. Continue
  610.     thechoice
  611.     theChoice
  612. Finder_
  613. Patagrande
  614. Finder
  615.     l@FNDRMACS
  616. System Folder
  617. Patagrande:System Folder:Finder
  618. Ref Zone
  619. tyler.jointsolutions.com
  620. Patagrande
  621. Tyler Stone
  622. .aevtoappnull
  623. .aevtoappnull
  624. .coregetd****
  625. cdtitle
  626. CDTitle
  627. .coredoexbool
  628. .sysodlogaskr
  629.     thechoice
  630.     theChoice
  631. ) = -128    
  632. cdtitle
  633. CDTitle
  634. boovfals
  635. .sysodlogaskr
  636. Import From Master
  637.     Developer
  638. Unlock Status Bar
  639.     Auto Open
  640. Intro
  641. Package Info
  642. Browser
  643. Quit Button
  644. Quit JSM
  645. Button: Web
  646. Package Open Folder
  647. Browser Open Folder OLD
  648. Browser Portal
  649. Browser Show Path
  650. Browser Portal Validation
  651. Go To Record First
  652. Go To Record Previous
  653. Go To Record Next
  654. Go To Record Last
  655. Find Cancel
  656. Find More Choices
  657. Find Fewer Choices
  658. Find...
  659. Find Execute
  660. :    Find Prep
  661. Find Request
  662. >    Find None
  663. @    Find Some
  664. Find More Clear
  665. Find More Find
  666. Export List
  667. AppleScript_Browser
  668. AppleScript_Open
  669. Browser Portal OLD
  670. Find Prep OLD
  671. _    Any Field`
  672. All Packages
  673. 58886
  674. 58887
  675. 58888
  676. 58889
  677. 58890
  678. 58891
  679. 58892
  680. 58893
  681. 58894
  682. 58895
  683. 58896
  684. 58897
  685. 58898
  686. 58899
  687. 58900
  688. 58901
  689. 58902
  690. 58903
  691. 58904
  692. 58905
  693. 58906
  694. 58907
  695. 58908
  696. 58909
  697. 58910
  698. 58911
  699. 58912
  700. 58913
  701. 58914
  702. 58915
  703. 58916
  704. 58917
  705. 58918
  706. 58919
  707. 58920
  708. 58921
  709. 58922
  710. 58923
  711. 58924
  712. 58925
  713. 58926
  714. 58927
  715. 58928
  716. 58929
  717. 58930
  718. 58931
  719. 58932
  720. 58933
  721. 58934
  722. 58935
  723. 58936
  724. 58937
  725. 58938
  726. 58939
  727. 58940
  728. 58941
  729. 58942
  730. 58943
  731. 58944
  732. 58945
  733. 58946
  734. 58947
  735. 58948
  736. 58949
  737. 58950
  738. 58951
  739. 58952
  740. 58953
  741. 58954
  742. 58955
  743. 58956
  744. 58957
  745. 58958
  746. 58959
  747. 58960
  748. 58961
  749. 58962
  750. 58963
  751. 58964
  752. 58965
  753. 58966
  754. 58967
  755. oqtutwS6
  756. ingVfp;
  757. mtiEi]B
  758. {M{nH
  759. nro`v6Z
  760. nrruq'
  761. nrquj 
  762. nrvxj11*i
  763. ncSitmc-n
  764. peEFQ`h0Gj>Y
  765. xON\mu5MqA`
  766. lpoid
  767. yrrq0b
  768. glnnopn:m
  769. .RPTH
  770. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  771. FaliA
  772. Current
  773. CD_Catalog.FP3
  774. FMP3FMP3
  775. Joint Solns Apple 10/99
  776. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  777. MSPCA
  778. NAMEA
  779. CD_Catalog.FP3
  780. RPTHA
  781. CD_Catalog.FP3
  782. alisA
  783. Current
  784. CD_Catalog.FP3
  785. FMP3FMP3
  786. Joint Solns Apple 10/99
  787. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  788. .RPTH
  789. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  790. Faliali
  791. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  792. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  793. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  794. !$&Q?&
  795. +8>H8^?
  796. R"'220
  797. Rv]2'
  798. c6RP@LaY
  799. caOQP
  800. @WQMLSMKi]n^S*QSXW^d`UTNGQ>
  801. ;SggVSgaI~
  802. ]^G9%
  803. #')+)$%Q
  804.  .;9:Ghst_
  805. 4HyH*O:($M%
  806. J/29 )
  807. CETK"-5a2G
  808. =BdlK]vl
  809. xpzSfk
  810. (esxnf|Z
  811. lqg_ageigm[`ogk/
  812.  -4773*&b
  813. &:JIK\
  814. 3HxG+N9'!H%
  815. gP\\F7%.q
  816. S./BkVQcC!
  817. s/23FFq
  818. ^2>(WWA<C)
  819. s,AF@OTe
  820. C3)/>>33q
  821. xj.W\8
  822. qn|OFb
  823. G dqTy
  824. qb[PHRY[_WNCRPTXR^JVXC4%/l
  825. Iv_YjJ$
  826. cS{ogY^
  827. Q978>COBRL,-40)++1AOQP6=L<%,*;9Vdfg]w
  828. oD\`^^J
  829. "56`ZV[Rpztd`YFAET?(0 =
  830. +aeaI!/5/5<]
  831. W!)71&
  832. \t`wtE7x
  833. l7xpTB4Naeu
  834. up|OKf
  835. hXOE*=BJOPL@7;@F@=I>IN=0"-g
  836. 1JJfgH'"     
  837. UADL%3
  838. C=OK$,3`/E
  839. }'"GI
  840. sksIS_{yux
  841. &^mqf\qT
  842. fiaY[`^bafU[g_d,
  843. Zmm8'-Mh
  844. t31>?
  845. CG?/2;?@EC4/BLPE0<VB/RfiURgcNw
  846. PNB9%
  847.  29J\H*
  848. "'(+'!%
  849. .:9:E_gcHp
  850. 1Al@(H4$#H"
  851. E"17/.
  852. </:7 *2].E
  853. 43VT=M]W
  854. qjuKV`zwyr
  855. "OXWNGUEnUXRL*MPPTQUIMXOU&
  856. T`N1v
  857. YBO_cZWLc
  858. dq[Q87EZ?81
  859. "3:>?
  860. *@EJNWllqta
  861. N*18KZg:&@)
  862. Q8=V<
  863. ynwd-*I@z,
  864. >RjxFCjb
  865. w1)?\][gH]WXNOTP\aMR7.1 %D
  866. MZI.p
  867. wnJESyTMD%+
  868. (BQYT&]
  869. [Avv&6PY``r
  870. O+28IXd9&>(
  871. ^JS}P
  872. xnvb-*ID{*
  873. t2)<VVUbCVRRJIMLTZIK4+0
  874. X:)UjRl
  875. 9D:$R{
  876. T4BC<:G=+:;@BCA:3BMQC1AX@IEO_cZWO`
  877. ]ZMN84>T<70"%
  878. "38=;
  879. +>BHJTdbgjX
  880. F).5ER[4$;%
  881. B$"(%
  882. 8$8<5+
  883. qip\'*HBu(
  884. :F[_79VNw
  885. o2%3HHGP8JGF?A*DBIM@B.'*
  886. JOaY;BFa
  887. xhHD^t%(
  888.     #=MH(=
  889. HHoJDWIPbuKb
  890. >!*^mx>
  891. P6GbI
  892. Pc+aL)<
  893. 9C?:2+%&
  894. (Rtc0V
  895. ZYr]i
  896. *_nu<
  897. 6?;6/*$%
  898. pWB(t
  899. rmJGiX_
  900. ,Nvd|
  901. w`ZUh_WYlcHI
  902. ~PQ^ackVMRD+@
  903. f[QZfrZY
  904. m`Wemef{
  905. ]5268AMCKV93/7@BJMNQUQ0=C24I&GP;Ev
  906. 9k_aqUS[d^TKJPK-
  907. ]GF:43 
  908. ?$-421
  909. !+/2))0:
  910. p'(:2'
  911. tG[LANc`b
  912. smKHi\a
  913. |+A_Vo
  914. ~mUP*ITRLM`W>9~q??GMT_OJNA+>x
  915. wi~X*
  916. 12,=:VcdeZv
  917. wEejfcN
  918. #6>wwkaVx
  919. ni^GAHeH'/
  920. BD627#
  921. 2jpsZ$2618>d
  922. !A4+1CC75r
  923. zN$AD,
  924. ^U>c{
  925. H!l=zZ
  926. wgaUMZbaf]VI[WZbZ
  927. 0!02&
  928. sK6cu_
  929. R4bYGPi^K
  930. K::xZ+APE\jQXgVU
  931. R@^_s
  932. |m]*LZZOHWX>8
  933. |BGEJ`ZW`\[F
  934. {Ka-IR<Eu}s
  935. ypz]W
  936. `kcWMNWX4 )5/WmPH:55
  937. }o5';NV_HK]U
  938. {L()5 
  939. TgaPa}
  940. ~wSPrny
  941. }f`Yqd\_rjMP
  942. WYhghnZOTF,B
  943. dMFR]hQOw[@
  944. fG\1]iKQ
  945. uefqoB'5F@s
  946. c_NEC%
  947. ,NU&#
  948. $7bpj
  949. ?1[}pb0
  950. %8IOWBEUQ
  951. zd42B(
  952. CUbWYhV"
  953. gcVJ@;.
  954. }kZQhc\]XHjG=/(#B
  955. wK60##
  956. UP{~o
  957. 6pqYb
  958. U=9|^/I[QftTYqba
  959. }n[pj_VfhOK
  960. TXZb|leha`H
  961. uK<Tia<
  962. VLzIs
  963. ydUK8
  964. SL_[SWRB`B=/($A
  965. x_E<*+"
  966. }TPv{l
  967. P;8xZ,?JA[mN\
  968. whWjeYQ`cIE
  969. ORT[tf`f^\G
  970. TF_rjA
  971. ^@457;CF;HDCIRP
  972. B;K>-C>*7^;UmO1V{zw
  973.     "avx`
  974. 5AQ[PNWH
  975. nVZSI?9,
  976. !+?2*--&+43/2.,69;/$#A
  977. [WaHOz
  978. k_iT||
  979. B}sZOH=(
  980. xf`W8-'*
  981. .6&Jh
  982. xQ%3OA%\
  983. leGL6
  984. 2^;"6NV<as
  985. ~9lnt
  986. ju^TSVcZG
  987. SJPD__Oac^VC
  988. UQV|eR(
  989. ]+K\:7989>0*-FXXUF316)
  990. $.ML=#;PGb
  991. WMXT_\
  992. .UM;62+
  993. l}wePGGA,% "
  994. %+ 5T
  995. 5ROE1/4;BYWb^@-+
  996. ^JT\AJKG\ZMLndH
  997. 3_>(.8C3KQXL`
  998. x6[_k
  999. v*aiVMLP\N8u}GBG;NOEW\ZTC 
  1000. FVoN2Vwus
  1001. XYV[zcDdoQINTiWdg\YUG?6
  1002. >V?93<CG;
  1003. <MG=9:E64$
  1004. )TN8 FTQSwVjiSO[
  1005. u+!'.    
  1006. ,@=MD
  1007. '(,6.%"
  1008. ;|tqZPWI$+2*
  1009. 97?RTB0'i
  1010. d#Aeop[9.<F]]d_D2-$/6:3L
  1011. o{bs}
  1012. `1(- 
  1013. n6Sf{
  1014. DOH`W`TH`]Lz
  1015. m[><'
  1016. 4=<KGFPURJUv
  1017. yRSRWpX7XcGAFHYJRVPOJA;5
  1018. deq{{zhHDNET|
  1019. [XkOc
  1020. UNUO[[
  1021. ^VE@;3!
  1022. nTHJC-%!#
  1023. Y$5VI']
  1024. jO7;*
  1025. fvoMjt_`
  1026. 4aB,4@H3QZeYm
  1027. oycZWYgaM
  1028. WOUHhfSffaXD 
  1029. |NELpXI%
  1030. r^VYSTSFEp
  1031. k@6<,%
  1032. =IHLF;NR^
  1033. |SmeS`
  1034. qU^[bvS@BB>G?GaNSRQWH==<7
  1035. 5AMF;7:D64,=p
  1036. =ecTWuWkhPKZ
  1037.     ,B?OI
  1038. *}-83&!
  1039. y`U\K$+3*
  1040. 9:DXZF0's
  1041. iM>O2
  1042. Y`Ufe}l[z
  1043. |jGC*
  1044. 4AEXQPZb_Qb
  1045. gIlvWOTWm]jna]XJ@8
  1046. ZRUp^H5
  1047. o3Wul^V[tSJ16o
  1048. 0Xk`k
  1049. esz^e}
  1050. }.,1=
  1051.     9VSme
  1052. !&%328F</*
  1053. x}c,6A5
  1054. JN^w{`@2r
  1055. Y<\qoZX
  1056. hfTk@
  1057. 4DXvlky
  1058. lJBJ4
  1059. ~efsmmn`c
  1060. xK<B/'
  1061. !CTSVMAY]j
  1062. WvnWe
  1063. }]hel
  1064. aUTSNVKWy`jmlr]KIC<
  1065. cBJG2$$
  1066. XsUIcJ;dZ4!d
  1067. JZm{ce
  1068. GnL]bOORLD7'
  1069. _La=09Y]*a
  1070. jIJ=^
  1071. kbXfD
  1072. E<0Q%
  1073. nkMN1*
  1074. 'TmnrgUw
  1075. TrfUc
  1076. wZc`g
  1077. \NNMGQGQq\ceekXFDA:
  1078. oJRO8))
  1079. Q FdFC>99DKJ3;K72>0*?9%
  1080. +FWB$0F_3Gj=V]bVV
  1081. 0L:DG;<?:4+
  1082. Lr`N\bF9F.(,B?!CaaRBn
  1083. eHJ;6Znsug?*5<=:79534?PVF4U
  1084. d.*,"
  1085. TI:Dx
  1086. <B.*g
  1087. j?khY6
  1088. kezooc2#:sa
  1089. uV8B7
  1090. {KB9V1
  1091. mpyP5`v
  1092. IHMW_?
  1093. 2U^ZNYcEK[RIe^ivs
  1094. x`dehoUOGTZkU^jc[\d_TQ0 B5
  1095. zh:N^F*
  1096. ;*<5J;&/,!!1MK=DF4x^?xCIUicK{
  1097. -- "IXY~~
  1098. *_[TMGHLMID,
  1099. ^JJUKLE'
  1100. .Q?    -Fpe]
  1101. +>IZbrpZ:,4690)+&-3@Zl_9T
  1102. aJLUYiK>KqtP6Ui
  1103. 81<FN6
  1104. &<A=6=D@JSQEYUTVj
  1105. s]``cgJB>GM]IIWSLNROFC*
  1106. fpkN50$
  1107. \%NgFz
  1108. LG54A1)?>*$n
  1109. ^NUf5Jj>V[`OQ
  1110. WBKNA>@:3+
  1111. mQcjG:G.(.EC!IjlWEy
  1112. ^E\pZ=
  1113. =K37B</  %'*%'V>
  1114.  (4C]mNkNI
  1115. Wa`TZc
  1116. +/10F_qy
  1117. CxeedXOSQF-
  1118. ?^RGME71!Ie*
  1119.     5;NSE^jgQ<+5DBM?2'(686IcAG
  1120. m_jLUI0iJA,
  1121. ]^17LTW*
  1122. - &,B?FATtd^Fi
  1123. pAG;Fg
  1124. ieiroVDDJWQ@HAECOZPN>
  1125. l ?kC
  1126. T- a4F<N>+:>5@|
  1127. pZ8|^BvDHUh]D
  1128. 02#"N`_
  1129. ouh]PJPOIC,
  1130. @tTN\UYM(
  1131. ,VH    -K{pg
  1132. w@+4+
  1133. gYcnr
  1134. j]]x}U5Wt
  1135. @7AKS9
  1136. )AHE<DLCMXUE\XY^v
  1137. |chimtZULZasZerkbckf[W3#G6
  1138. n\2FU?'
  1139. Y-Wl|
  1140. U,!<oAaNlZ2FH4=h
  1141.  /AHM[POL[
  1142. V:D:r
  1143. oa\^RL<4?9<A?HIIN92B=1-8#
  1144. HE>!AL3m
  1145. ~6,DO@51\@"<@8Y
  1146. [c^RYa~Ro
  1147. ,164Ih|
  1148. ~vp^VWTH.
  1149. Ju`JWVG9!Lo.
  1150. wB#-%
  1151. uitZm^8
  1152. i\<!)"
  1153. li3;R\^,
  1154. /!*.IDLIX{qmQw
  1155. {eST`jdWoZ\Xhxh`L
  1156. uR;SfO5
  1157. K\Z.f
  1158. PE;8tU":<4S
  1159. 8>HDe
  1160. z~v`;
  1161. 2.!!`
  1162. }aqgPE)g
  1163. uW,8-
  1164. qC74+
  1165. ZcAJagg0
  1166. 5&2:_TZbb
  1167. yLSGQs
  1168. ojoyv`NOYc]PeRVQ`oa\H
  1169. Q^PTq
  1170. ya:@0    Q
  1171. | 6NOyr'
  1172. "1DNTaWZVf
  1173. |jfm_\GM`OW\Xfea`C=VO:3C%
  1174. eI+*WW3
  1175. [8-AV
  1176. v30Mwf@p
  1177. hlmHSpjbq
  1178. tptbbdy
  1179. zj:?1-
  1180. ydE0D
  1181. x"B]V
  1182. %7KWYkdqus
  1183. veagYWBEVHPTQ]]XZ?:PH71?%
  1184. sU0-ac:
  1185. @99dfD% %,</.10
  1186. (3=%<ZGHXQRf
  1187. '0+?\r~
  1188. ~laUOJ:
  1189. $*)4SPI
  1190. 3FjpOPeT9.&4:HNF:324482@3#6{
  1191. FJ>M]_TC,3'
  1192. {jF1C
  1193. r 1HKrg
  1194. wR%5/
  1195. swoZHHp
  1196.  1'Kbxo|
  1197. THNIg
  1198. {^ej_H@Z]OPVPTKPVP_ZOE8?0
  1199. [+&$,.-9A@;;463JR5FLL>CF@Tkq]Hv
  1200. r^C9N%1Zix
  1201. m_YYM=)
  1202. #66H60]7
  1203. #;fuq\NUK3*%1SWQM;=K
  1204. <59;8..$;
  1205. FJ7tsSXK$
  1206. tvjXHGj
  1207. +#BPZUs
  1208. }BH6V
  1209. L>A>a
  1210. u\bfYB9IH>=A?>9>FFOJB:16,
  1211. E=?hjF#"Fg
  1212. 94K`KEw
  1213. nspKN[SVs
  1214. )32Ed|
  1215. ui[RK;
  1216. %*(<f]T
  1217.     -B`>
  1218. \NKbf
  1219. |N,1&&
  1220. ')8B>?OFNGXp
  1221. J3EEBR]`[b[Mm
  1222. <8.y^
  1223. %1>;,
  1224. pe^\VD6)*
  1225. 8G%SU<
  1226. -@gshXU=A@?76_kieDFOD4+4CL<3/m
  1227. `+*( 4HJjZEY6
  1228. &""P>EVOm
  1229. ww}Z_msOVLK>78;;=IQNB@4*, 
  1230. s%#|u'
  1231. c2,&+8N
  1232. TCCYns`J
  1233. ;T)<gr
  1234. vga_S<)
  1235. #59O56xG
  1236. yeRPx
  1237. -$FV`]
  1238. WLUNl
  1239. cindKD`fWY^W]QZ^Vd`VK=D3
  1240. e[RUfy\D
  1241. k//7CKT~
  1242. aLr4I
  1243. uP3%#*FJgED
  1244. packages@
  1245. chest@
  1246. edition@
  1247. library@
  1248. edition@
  1249. packages@
  1250. reference@
  1251. software@
  1252. chest
  1253. edition@
  1254. 1.1.4@
  1255. 160/180@
  1256. 2.4b6@
  1257. processor
  1258. upgrade
  1259. enabler@
  1260. a-law@
  1261. macintosh@
  1262. appleevent
  1263. receive@
  1264. audio
  1265. palette
  1266. developer
  1267. byrne's
  1268. xcmds
  1269. xfcns@
  1270. cfm-68k@
  1271. chinese
  1272. handwriting
  1273. color
  1274. locator
  1275. compositedeffects@
  1276. compressmovies@
  1277. development
  1278. resources@
  1279. dataref@
  1280. delegateonlycomponen@
  1281. develop
  1282. issue
  1283. carbonlib@
  1284. characteristics@
  1285. client/server@
  1286. colorsync@
  1287. complete@
  1288. computing@
  1289. ^kZM=8?=:;JTKC?,&%#
  1290. ]<Sm;
  1291. fFYEEKXYdL$,RfQE{
  1292. lPHCGX_b^f_Mt
  1293. %1=<.
  1294. yld_\G6))9H+e[<
  1295. l{t{vt
  1296. D3`C+
  1297. h*-*!8NOscLb=
  1298. )""YEL`Xy
  1299. ^nd^KIM[XSbjeWTF25$
  1300. }T?,;J,
  1301. fJbLIc
  1302. t06eu^
  1303. gNPOTp
  1304. .?QN9
  1305. `F14Jc7
  1306. CC}Z81Yq
  1307. c-5/&B_X
  1308. "0()_T[jh}
  1309. \cr|Zg\WGDGROMZb]PN@/1#
  1310. _F/BT1
  1311. [?P@=BRWbO
  1312. E:2-"
  1313. *=B_lLpl
  1314. h}h[KLb^VOdo\VS9-,)
  1315. bO>,@=&
  1316. ib{S7Uy|
  1317. X2U9a
  1318. %ejoqrP#
  1319. ZJ,F|:
  1320. ?P6(*:r
  1321. aXi`o
  1322. E>94' 3LJi{]
  1323. dwbVGEWUNI[fXPM4**'
  1324. oZG0ED)
  1325. Vek0\gDF\?(7[X`iU`}PZ
  1326. P#?-LszJ9qe_[
  1327. KJOQR;
  1328. =sznfYIUB:%7
  1329. 1<+"",i
  1330. */@Sn\N7.9=DDCKnuqNNaJ?23:UU2'M
  1331. C80*!
  1332. (8<XaDd`
  1333. _DESCRIPTION
  1334. )    _HELPTEXT
  1335.     _KEYWORDS
  1336. _NAME
  1337. _PORTALCLICK
  1338. _PORTALFILTER
  1339. _PORTALFILTERFIND
  1340. _PORTALSELECTION
  1341. _PORTALSELECTIONMATCH
  1342.     _RECEIVED
  1343. _REQUIREMENTS
  1344. _SEARCH
  1345. _SEARCHFIELD
  1346. _SEARCHPACKAGE
  1347. _SHOWPATHFLAG
  1348. _UPDATED
  1349. MEtdlNtn
  1350. lNBlN%
  1351. NF=GS
  1352. zi_^gXSQN_cTU<+#,
  1353. q`hkZ90/2#
  1354. KZO1/<6*Ch
  1355. do|bw
  1356. [2B1I]fOd
  1357. 8WbYZYWL6$
  1358. "_pd]P@I@85U
  1359. 2M=:;2a
  1360. u*;=YVC%/75D^dLaslH^rYLD;7L[8&({
  1361. w$1mK,;fP}
  1362. fJ<W?
  1363. =3-:Fi^:O9
  1364. M4CS|
  1365. scXONB=?>LQGG2$
  1366. |[<VS.
  1367. cpo3clGH_A+9VS_fMW
  1368. Z,D2Sy|L@sib\
  1369. LNSVW>
  1370. wn_K\C:$6\,
  1371. 1=,! ,u
  1372. kathv
  1373. J)GZs
  1374. 6/=(,k_NDSH58e_
  1375. 3PQOO:`
  1376. &2?B+#:CNUjnU^qSLrwXOM<7AOA0
  1377. Q9HT5'B[$"4-Wf;:I.
  1378. cO_^f
  1379. 5!1@_e
  1380. ]E@<8@HNE<*!"
  1381. O=;<(
  1382. M^Q46D<-Gi
  1383. fn{ex
  1384. k7C6NdnTi
  1385. =^i_ab_O5
  1386. mcTANB86ZI
  1387. 1PA;<3m
  1388. 9?w\U
  1389. pN?]C!
  1390. C83?Lrg@Y@
  1391. oeepb[XVgi[[@-&/
  1392. bQ^`N2**. 
  1393. b~e<;LB6b
  1394. hE`DZo|k
  1395. rZoTHEuc
  1396. @mSMPDl
  1397. {=]^Zy
  1398. iSC&Km
  1399. `py\o
  1400. SUO?Ps{
  1401. zV_XZO6
  1402. mREXK58lj    
  1403. 5TVSS=m
  1404. X?KX7*Fa(&90[mAAS1
  1405. hOfdn
  1406. )GQjs
  1407. u_`VJWflWI4**$
  1408. rqY*]
  1409. xyiF9R5D
  1410. l[zgCL
  1411. 8guqrQi
  1412. YLVc=.Lr0,C4d
  1413. eOb_j
  1414. 7&ALfl
  1415. oWWMDO]bQE1&'"
  1416. {bM@"Dh
  1417. `qyXo
  1418. }EOL9Ls{
  1419. *%mwoP[UTL
  1420. qZbYOWgmZRF71
  1421. ?h$'U
  1422. \8&<<8/
  1423. niuq[3?s,
  1424. )Iny=\a
  1425. }U-%E>/N
  1426. wcQ08<T
  1427. }Nb}`Lp
  1428. k,VXW
  1429. IP^cSLB3-
  1430. UvXEq
  1431. iMXaQ`u~
  1432. uNKRND)1Q 
  1433. DhXOI:Aad
  1434. /fOTYEz
  1435. 0:;%/6EbtutWQZC^l[NeUC8?KJ:'7
  1436. ^W@3mjD# 54)@rRC9%+'G
  1437. wNW[GDi
  1438. f%@CLz
  1439. bEEB?AHKDB9,'
  1440. s;*7IXOa=Xr{hM~
  1441. vW[\{||
  1442. oVfnHYha]^K6/
  1443. DLD/0f
  1444. t`(%4
  1445. cX_[Eg
  1446. yegaa
  1447. vW;F>4'FH
  1448. Ox[7@fJ
  1449. psL>!
  1450. #mUUFX
  1451. 7GWK+,.2H[hc557>IB\nt`E?IFQN19
  1452. c.QqL,
  1453. [vM*!*;IJ_<ALLB?x
  1454. lFGOqsv|
  1455. hHQ^AIQKHJ>.'
  1456. tB"-//"
  1457. WuYHv
  1458. \^gT`w~
  1459. SNVTE)
  1460. Ry_UO=@ip
  1461. &    1mU[_J
  1462. j]C5wrI&";7*D}ZJ?)/*O
  1463. RZeMFu
  1464. )Gb_K9-/1<8:.#=>G1Lyyv[1:SNWV4Y
  1465. oOeQ+
  1466. ,WU3&$,tE$"01<G(,v
  1467. kDCW^ho~
  1468. bH_fKNSLCC>80$
  1469. HLH0/n
  1470. |g(#4
  1471. u`d_Lm
  1472. |kjab
  1473. ^;MA3'
  1474. m=KyW!
  1475. z~N@!
  1476. $v[\Lc
  1477. m0[|S0
  1478. V.$-AQPf>FUYLC
  1479. v\pvN`qkfgP;2
  1480. ~_&6N&
  1481. NdWA.ah
  1482. +$*w{
  1483. lnmm_PTbOm
  1484. L^_@@#44
  1485.     )#&eZhH
  1486. z2QRV)
  1487. {WsV.
  1488. -]_8)&.
  1489. J&$55DR-/
  1490. zSShlty
  1491. l[wv]bnh``TMB.%-
  1492. zot64TWupON;#3 
  1493. UZNSl
  1494. ^wxKK*BD&
  1495.     5.1cm
  1496. 2s|E001|N,,EFZrC1{
  1497. sNM`fou
  1498. hUoqW\f`XWNG=+#+
  1499. rFF<9M
  1500. qlilhhZKR`Pl
  1501. }amF"
  1502. =OM53
  1503. QyG<'
  1504.     '$&_TbCz
  1505. JZ`NV7
  1506. NhHB[]CZ2-kI_PmF(G_j
  1507. qJk('
  1508. WC_`J!
  1509. ~T]mf:"$
  1510. ]s2/p_
  1511. 8XH8I94\
  1512. XJaaqcMa
  1513. RMYph`
  1514. tOdqbIDRYIP2
  1515. ~0.'7K
  1516. >.75e=
  1517. Gmb7eeZ|e
  1518. pclq]WiWJHl
  1519. \`O4K 
  1520. \<1CD7
  1521. NrP:DNK
  1522. .cB'* 
  1523. $<VbQA19<ZiWD;2CIA7Web_B(2NXR=
  1524. nEhN-
  1525. jQ`G.<KeUI?"
  1526. ,D8/:+/X}>2?8KQEZ
  1527. JFSke[
  1528. jCU\N96>B:?)
  1529. DWtv@6%
  1530. vNNA>R
  1531. bzsSY
  1532. ))?7f
  1533. _WWNb
  1534. u]HMOWXQH#n
  1535. qg`mi
  1536. ;?3)#
  1537. p!.6C
  1538. zx}w^4?
  1539. wvnkctZi
  1540. _eB&&
  1541. EYUK6
  1542. -uoNSUK
  1543. <1%,#7S!
  1544. _    !EahUI79AdxYCD#;E%5?CJRMEA==1)P
  1545. ^W[H@j
  1546. nL;K&
  1547.  "2-RvD%bq}
  1548. XQSL_
  1549. \mdL9<;AA@:!g
  1550. 0/(;PI+7
  1551. @075n=
  1552. Nti=hga}g
  1553. zfpsa_k[LKs
  1554. khT5O!
  1555. B4GF9
  1556. dAGRN/
  1557.     1jC&,!
  1558. 9DK;D
  1559. wL~[U(!Q\
  1560. sVlK2DVs^PD%
  1561. /I=3?-2b
  1562. G7EBUZMd
  1563. UQ]vmb
  1564. |UixlP
  1565. g^MMIBNX?II
  1566. +IKYi?PU
  1567. h[cRl
  1568. ehM4;>>;>6 u
  1569. }pfxs^0
  1570. >?5(#
  1571. { 04E
  1572. ~zsuhw`s
  1573. eoI(&
  1574. I_\N6
  1575. ZX]N<0%-#;X!
  1576. faeKD}
  1577. {WAP(
  1578. !$70[
  1579. dZ\Rf
  1580. }dMUW__YM&u
  1581. {tmuB%
  1582. PkW<,
  1583. ttzfN=,:-Ov(
  1584. ;`q-r
  1585. xm~gPp
  1586. kgj[J:8G 
  1587. pnWTTL[fGSR
  1588. .RUbtFW]
  1589. udjXv
  1590. aBT]^TSG$
  1591. ),o_FF
  1592. *[-7rF
  1593. x`JI`)
  1594. gcnct
  1595. n`iTp
  1596. rw\>MTSMLB"|
  1597. n{$ eU/-
  1598. 'W,5lG
  1599. +?Kb^OL6
  1600. jxV^aU
  1601. s"-ARkfXL?5RgJE;!8)%,=@OXL99HO8
  1602. i_SDh
  1603. ";N!4
  1604. {\Ws2
  1605. V}~uSj
  1606. =oeui}
  1607. hSS`]nT[
  1608. iD@YQCGR7O
  1609. KX5><3
  1610. ^M>1G{wn
  1611. Ba]yhSE@
  1612. 4wg^gT
  1613. $-FHUnpaH6=?TW:49,=9N]NWH84@SK$Q
  1614. NSTNHC\;SS-$:$
  1615. +IF]U\h^
  1616. wcON][kR*X|chqvSx
  1617. _=6D;49D/I
  1618. *_-8vI
  1619. IRjbRN6
  1620. qQDLAJdSM\uok
  1621. j_UJFILRL
  1622. -jN*FV-Nr3CD"
  1623. z2(;hseY
  1624. 9<EJDN5M>(1X]OT_SJB
  1625. PhXMM
  1626. KU<    +F
  1627. I-6ANbkO8:6IaTNVAKRaXJ?454<DLM3C
  1628. cBRQJ51J?
  1629. 0]Wbtg|
  1630. kN@F>D
  1631. [OERjgb
  1632. ^QE979>EA}
  1633. Q\6?=3
  1634. jSE6M
  1635. imXGCU&
  1636. R^_YOMmA^_0#>'
  1637. 1SQh`h|h
  1638. lVWd`rW^
  1639. mHFbXHMY<R
  1640. 6c`YloO
  1641. /tQ*HX-X|4HJ"
  1642. :.Cpyh^
  1643. ?>JNHS8O?(3
  1644. klSXhYJE
  1645. lQPLY@
  1646. pJ\[T;3RH
  1647. wTGNDMgXQa|wp
  1648. ng\QMOR[Q
  1649. D{aC{
  1650. LM|L[M+
  1651. ,+5cn
  1652. ?IdqcpOkN1C
  1653. qphwV
  1654. |d|~tM7[U"
  1655. UUvYUp
  1656. {uuyyuu{
  1657. ZORRSSUJ
  1658. voqqppse
  1659. ]UUYYUU]
  1660. MBGEJ 
  1661. ldhgl0
  1662. MA<EKIH2
  1663. lcZfmiiN$
  1664. &zmC|
  1665. mc,/@FH/,
  1666. MBFB6+%
  1667. ldgaPB6!'
  1668. I>ABEFJ0*
  1669. iacdfhmO2
  1670. ldm.>n
  1671. MBF>B<
  1672. ldg]b[
  1673. MBEGL 7
  1674. ldfhp6<
  1675. MBEEK
  1676. ldffo"U
  1677. @58;;8;
  1678. bXZ^^[`#
  1679. LBH27J,3
  1680. lciKRnG9
  1681. >,[w`[ph
  1682. qfuOkBHc
  1683. r0:@>:A8.5:B
  1684. >?75:>P</D[AAPaY;BGZ
  1685. tg^A<Qh#)
  1686.     "<I@$;
  1687. GFjE@RFKYjH]y
  1688. )Xdl6
  1689. I%'+&
  1690. 0$5<3&
  1691. yhsx~
  1692. /72/)$
  1693. o>_^NFCj
  1694. 8U;0i
  1695. n[O07<Lkdu
  1696. \3@Pc<)hv[h*
  1697. Z5B\D
  1698. c,Yj5>`N
  1699. {|elx
  1700. #'7MXT]cbt
  1701. PuHCu
  1702. n]T7BG[}z{
  1703. ]3APg<(gtZe*
  1704. {"X+#C
  1705. a,[l5@cM
  1706. tonZam
  1707. |Yfpq
  1708. "'6KURZ`_q
  1709. ^Y`TT
  1710. |27@<7C=22:D@==71*9Q@3K[A;]\LGAa
  1711. vZvucml2
  1712. 7H0/b
  1713. iYL-5:Kd\l
  1714. W1<JZ7(
  1715. "_iQ[$
  1716. U%#)(
  1717. 1&2..%
  1718. Z*Yg2<\I
  1719. _~I-GJ{
  1720. wtq\cm
  1721. zZfto
  1722. "'5*JRPW\\l
  1723. dcb`YZQ=YPL9?UJ]AV@Y2`h6vzvyyu`O=8/;[eqX#^QKZdW^ZRJQMGOZkaQF?<Rwyx
  1724. u    uwxx
  1725. \WWXa
  1726. yuuv}
  1727. end try
  1728. e    No Changeq
  1729. Dev.CD May 00 TC
  1730. \D!All Packages
  1731. Mac OS SDK Edition
  1732. XTND 1.3.6
  1733. workgroup
  1734. servers@
  1735. appletalk
  1736. first@
  1737. archive@
  1738. .sysodlogaskr
  1739.     thechoice
  1740.     theChoice
  1741. ) = -128    
  1742.  to the previous package.
  1743. To find all new and revised packages on the current CD:
  1744.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1745.  Double-click an interesting-looking item in the packages list to see information about that package.
  1746. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1747. To search for specific text within package title, package descriptions, 
  1748. or filenames:
  1749.     Click the Find... button on the toolbar at the bottom of any screen.
  1750.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1751.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1752.     Click the Find button. The packages found by your search will appear in t
  1753. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1754.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1755. To Display the full path to a package on the CD:
  1756.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1757.  click the Show Path button in the toolbar at the bottom of the screen.
  1758. To Open a package
  1759. s folder on the CD:
  1760.     From the Browser, select the package from the list and click the Open Folder button.
  1761.     From a package info screen, click the Open Folder button.
  1762. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1763. Browser Show Path
  1764. Browser Show Path
  1765. ^("")
  1766. ^("")
  1767. @58;;8;
  1768. bXZ^^[`#
  1769. LBH27J,3
  1770. lciKRnG9
  1771. ldm.>n
  1772. MBF>B<
  1773. @ @0`
  1774. `0@ p
  1775. P @0`
  1776. `0@ p
  1777. @ @0`
  1778. `0@ p
  1779. P @0`
  1780. `0@ p
  1781. @ @0`
  1782. `0@ p
  1783. P @0`
  1784. `0@ p
  1785. `@p0p 
  1786. `@p0p 
  1787. `@p0p 
  1788. 99:CD_Catalog.FP3
  1789. FaliA
  1790. Current
  1791. CD_Catalog.FP3
  1792. FMP3FMP3
  1793. Joint Solns Apple 10/99
  1794. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1795. MSPCA
  1796. NAMEA
  1797. CD_Catalog.FP3
  1798. RPTHA
  1799. CD_Catalog.FP3
  1800. alisA
  1801. Current
  1802. CD_Catalog.FP3
  1803. FMP3FMP3
  1804. Joint Solns Apple 10/99
  1805. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1806. .RPTH
  1807. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1808. 2T!941
  1809. ldg]b[
  1810. MBEGL 7
  1811. ldfhp6<
  1812. MBEEK
  1813. ldffo"U
  1814. MBGEJ 
  1815. ldhgl0
  1816. MA<EKIH2
  1817. lcZfmiiN$
  1818. &zmC|
  1819. mc,/@FH/,
  1820. qsWWX}d
  1821. YWX{c
  1822. \WW[u|wwy{a
  1823. MBFB6+%
  1824. ldgaPB6!'
  1825. I>ABEFJ0*
  1826. iacdfhmO2
  1827. ZORRSSUJ
  1828. voqqppse
  1829. Dev.CD Jul 93
  1830. Dev.CD Apr 93"
  1831.         activate
  1832.     end tell
  1833. on error errMsg number errNum
  1834.     --enter statements to perform when no records are found such as...
  1835.     display dialog "Sorry, the item you selected could not be found."
  1836.     return
  1837. end try
  1838. All Packages
  1839. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  1840. Dev.CD Jan 94
  1841. Dev.CD Oct 93
  1842. Dev.CD Jul 93
  1843. Dev.CD Apr 93PDDev.CD Apr 94
  1844. Dev.CD Jan 94
  1845. Dev.CD Oct 93
  1846. Dev.CD Jul 93
  1847. Dev.CD Apr 9V
  1848. 29411X
  1849. Apr 94
  1850. aXWW`
  1851. ]XXYc
  1852. `XX]`ZW
  1853. sXWX^
  1854. XXdZXl
  1855. }vuu|
  1856. |vvz}wu
  1857. e    No ChangefTperformance
  1858. hardware
  1859. PowerPC,bandwidth
  1860. 'cache miss rates'
  1861. 'performance counters'q
  1862. Dev.CD Nov 00 TC Disk 1
  1863. All Packages
  1864. 5thColumn
  1865. Summary: 5thColumn
  1866.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  1867. Features: 5thColumn
  1868.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  1869. VU3.0.1d3.smiK
  1870. Vol IVL
  1871. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Nov 00 TC Disk 1
  1872.  - Tool Chest
  1873.  - Testing & Debugging
  1874.  - Virtual User 3.0.1d3V
  1875. 71455X
  1876. Nov 00^    TC Disk 1
  1877. e    No Change
  1878. nubusI
  1879. objectI
  1880. octoberJ
  1881. onlyA
  1882. openF
  1883. openedA
  1884. orientedJ
  1885. otherD
  1886. outlinesJ
  1887. overE
  1888. packageC
  1889. packagesA
  1890. packetK
  1891. packetsK
  1892. parserM
  1893. partF
  1894. particularF
  1895. pascalO
  1896. patchesN
  1897. patchingL
  1898. patternsC
  1899. physicalL
  1900. platformI
  1901. plug-inA
  1902. plug-insA
  1903. portK
  1904. portableA
  1905. powerbookN
  1906. powerpcD
  1907. pre-translateD
  1908. prerequisitesJ
  1909. previouslyA
  1910. printF
  1911. printingF
  1912. problemM
  1913. processD
  1914. productD
  1915. productsD
  1916. providedD
  1917. providesA
  1918. quadraM
  1919. quadrasM
  1920. quickdrawF
  1921. quicklyA
  1922. quitF
  1923. +RPTH
  1924. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1925. FaliA
  1926. Current
  1927. Catalog.txt
  1928. TEXTttxt
  1929. Joint Solns Apple 10/99
  1930. +Current:Joint Solns Apple 10/99:Catalog.txt
  1931. MSPCA
  1932. NAMEA
  1933. Catalog.txt
  1934. RPTHA
  1935. Catalog.txt
  1936. alisA
  1937. Current
  1938. Catalog.txt
  1939. TEXTttxt
  1940. Joint Solns Apple 10/99
  1941. +Current:Joint Solns Apple 10/99:Catalog.txt
  1942. QRPTH
  1943. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1944. MSPCA
  1945. NAMEA
  1946. Developer CD Search Results
  1947. RPTHA
  1948. Developer CD Search Results
  1949. FaliA
  1950. Current
  1951. ADC_Master.FP3
  1952. FMP3FMP3
  1953. Joint Solns Apple 10/99
  1954. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1955. MSPCA
  1956. NAMEA
  1957. ADC_Master.FP3
  1958. RPTHA
  1959. ADC_Master.FP3
  1960. alisA
  1961. Current
  1962. ADC_Master.FP3
  1963. FMP3FMP3
  1964. Joint Solns Apple 10/99
  1965. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1966. FMRLA
  1967. SORTA
  1968. FMRLA
  1969. FMRLA
  1970. FMRLA
  1971. FMRLA
  1972. FilterB    SelectionC
  1973. ClickedE
  1974. CUstom
  1975. (LIST
  1976. LISTA
  1977. New & Revised
  1978. Mac OS SDK Edition
  1979. System Software Edition
  1980. Tool Chest Edition
  1981. Reference Library Edition
  1982. All Packages
  1983. Custom Search
  1984. VDEFA(
  1985. (LIST
  1986. LISTA%Any Field
  1987. Package Title
  1988. Any File Name
  1989. VDEFA(
  1990. (LIST
  1991. LISTAPAll Packages
  1992. New & Revised
  1993. Tool Chest CD
  1994. Reference Library CD
  1995. System Software CD
  1996. VDEFA(
  1997. (LIST
  1998. VDEFA(
  1999. (LIST
  2000. VDEFA(
  2001. (LIST
  2002. VDEFA(
  2003. (LIST
  2004. (LIST
  2005. PortalFilterB
  2006. SearchFieldC
  2007. SearchFilterD
  2008. PortalFilterCalcE
  2009. ReceivedF
  2010. UpdatedG
  2011. Keywords
  2012. VDEFA(
  2013.     Helvetica
  2014. Geneva
  2015. Palatino
  2016. Chicago
  2017. Verdana
  2018. Arial
  2019. NewRevisedCalcB
  2020.  "new")
  2021.  "New"  
  2022.  "updated") 
  2023.  "Revised" 
  2024.  "" )
  2025. updatedG
  2026. Revised
  2027. AppleScript_OpenB
  2028. t_OpenB
  2029. Pro 3.0 - 4.1F!
  2030. USENGLSH.MPR
  2031. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  2032. ore Choices button, then choo
  2033. Custom FindB
  2034. CustomFind
  2035. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  2036. HTML Text Extractor
  2037.  and 
  2038. PDF Text Extractor
  2039. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  2040. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  2041. 01956T
  2042. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  2043.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  2044.     Click the Find button. The packages found by your search will appear in t
  2045. 08249 packages list. The full path will be displayed on the right.
  2046. "Custom Search"
  2047. Custom SearchB+
  2048. ) > 0    
  2049. needsE
  2050. networkE
  2051. noteN
  2052. notesI
  2053. All Packages
  2054. 4PM 5.0
  2055. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  2056. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  2057. JK4PM 5 0 Doc.pdf
  2058. 4PM 5.0
  2059. 4PM Library 1 0 Doc.pdf
  2060. 4PMLibrary 1.0
  2061. 4PMLibrary.hK
  2062. Jun 99L
  2063. Jul 99M
  2064. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O?Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:PGDev.CD Nov 00 TC Disk 1
  2065.  - Tool Chest
  2066.  - Testing & Debugging
  2067.  - 4PM 5.0V
  2068. 71454X
  2069. Nov 00^    TC Disk 1
  2070. e    No Change
  2071. Jul 99^
  2072. Excellent CD (I)V
  2073. 37081X
  2074. Excellent CD (I)V
  2075. 27676X
  2076. _DESCRIPTION
  2077. Closing ScreenB
  2078. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  2079. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  2080. Current Selection:{    <<
  2081. ABBF>>
  2082. Double-click for more info.
  2083. Find...
  2084. Open Folder
  2085. Package Info
  2086. Export List
  2087. Find...
  2088. Open Folder
  2089. Package Info
  2090. Export List
  2091. "Any Field"
  2092.     Any FieldC.
  2093. "All Packages"
  2094. All PackagesD
  2095. Find Execute
  2096. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  2097. Tool Chest Edition
  2098. appletalk
  2099. component
  2100. _PortalFilterB
  2101. _PortalSelectionB
  2102. A    _HelpTextB
  2103. PortalFilterCalcB
  2104. C"All Packages" & "
  2105.  "SDK") 
  2106.  "Mac OS SDK Edition"
  2107.  = "TC" 
  2108.  "Tool Chest Edition" 
  2109.  = "RL" 
  2110.  "Reference Library Edition"
  2111.  "SSW")
  2112.  "System Software Edition"  
  2113.  "") & "
  2114. ! & "
  2115.  "new") 
  2116.  "updated") 
  2117.  "New & Revised" 
  2118.  "" )
  2119. All Packages
  2120. Mac OS SDK Edition
  2121. Tool Chest Edition
  2122. Reference Library Edition
  2123. System Software Edition
  2124. updatedG
  2125. New & Revised
  2126. PortalSelectionCalc
  2127. Browser Custom SearchM
  2128. New & RevisedB
  2129. To get information about a package on the CD:
  2130.     Click the Browser button below to go to the Browser screen.
  2131.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  2132.     Double-click a title in the Browser list to go to the information screen for that package.
  2133.     Click Next to advance to the next package in the current selection, or Back to gor Back to goo go
  2134. _CustomFindB
  2135. [script
  2136. scriptable
  2137. search
  2138. sherlock
  2139. softwareI
  2140. tokenI
  2141. token
  2142. ringI
  2143. tokentalk
  2144. video
  2145. stack@
  2146. walltowalldialog
  2147. disposeresource
  2148. debugging
  2149. resource
  2150. handles@
  2151. multi-processing@
  2152. optimizing@
  2153. deleted@
  2154. appleevent@
  2155. digests@
  2156. robustness@
  2157. simple
  2158. example
  2159. obtain
  2160. mouse
  2161. location
  2162. using
  2163. acgis@
  2164. board@
  2165. continuing
  2166. offer
  2167. traditional
  2168. server
  2169. software
  2170. suite
  2171. distributed@
  2172. does@
  2173. european@
  2174. front@
  2175. implications@
  2176. introduce@
  2177. listed@
  2178. morley@
  2179. notes@
  2180. os-compatible@
  2181. provided@
  2182. recording@
  2183. sample
  2184. illustrating
  2185. scrolling
  2186. controls
  2187. streamnop
  2188. sample
  2189. streams
  2190. module
  2191. designed
  2192. style-linking@
  2193. summary
  2194. aetracker
  2195. init/control
  2196. panel
  2197. allows
  2198. summary
  2199. appletalk
  2200. developer's
  2201. toolkit
  2202. inten@
  2203. summary
  2204. allows
  2205. developer
  2206. monitor
  2207. text-handling@
  2208. applescript
  2209. apple
  2210. events
  2211. recordable
  2212. scriptable
  2213. script@
  2214. sprockets
  2215. sprite
  2216. blitter
  2217. drawsprocket
  2218. moofwars@
  2219. memory@
  2220. rates@
  2221. property
  2222. list@
  2223. aetec
  2224. aetrackerh
  2225. aeutd
  2226. aevti
  2227. affect
  2228. affected
  2229. affects
  2230. affordable
  2231. affordance
  2232. afloat
  2233. aforementioned
  2234. afterN
  2235. again
  2236. against
  2237. age-old
  2238. agent
  2239. agents
  2240. aggregate
  2241. aggressive{
  2242. aglfont
  2243. anagement
  2244. theresa
  2245. tensor
  2246. inform
  2247. webobjects
  2248. tools
  2249. techniques
  2250. theresa
  2251. tensor
  2252. website
  2253. ).8S[iac|i
  2254. 2+N/2>"
  2255. <6[s`VLh
  2256. zsfYQEE?D[
  2257. ;ZIAe~^4M_M@Do(
  2258. xJ(LR,
  2259. ^RU&U
  2260. qcd[WRnd\UUITE4TN_BLG
  2261.  22BB4
  2262. 4@k=AP+
  2263. xkZYQTv
  2264. |Aa{hUV
  2265. E,#! Q
  2266. uc4ht7
  2267. ]QP%U
  2268. {mTLl
  2269. AxQ[|
  2270. j^^VOJd]VOLBM>0MJY>GA
  2271. %97KK9!
  2272. ~jBslJM9Jd2K
  2273. L797=AO@S8)5;<54,)?RQQ78UH
  2274. /8Q\ibe
  2275. 0*J-2=!
  2276. <5J[LMIcoh]SMCD>=N
  2277. >;XkU0ASIABb$
  2278. XC>%W
  2279.  6sRC-Kei~
  2280. |nTOs
  2281. 5_BQos
  2282. u_SSF*?;KLGA;57,%:;H7>9
  2283. d:UWCV 
  2284. hCZa[ob;K
  2285. KMGdidhy
  2286. HRC<M
  2287. L@@<236.//>pxtcVZNH?A(
  2288. zD)58
  2289. ddWF.AN
  2290. !uWQCNk
  2291. F#7kuUW`x|
  2292. `o`hjZL_aQM\^?`@QdS?
  2293. g857+6
  2294. b=SYTe[8E
  2295. * Z_QMkhWTO@BE<68N
  2296. v|h^RQ3
  2297. yW5DI$
  2298. t5W    ^
  2299. baYH-CQ
  2300. &lin[i
  2301. {p`W`oc
  2302. D!dkOQZqv
  2303. [h[aaSFWWKGRT:V;K\M=
  2304. _7>?0>
  2305. G,AF=NF(3}yj
  2306. H348<?OBT3.9;=?;3.@
  2307. R987TM7NF`gbgy
  2308. :D;7KH==<235.+)7]ec
  2309. WPSHC:8$
  2310. 4(84-!
  2311. IWW:p`^QA-@L
  2312. #LID6=Wfv
  2313. yn_Ybse
  2314. QVCEMek}uT^QQL*C:AD?9<?*?/<LB6
  2315. W:'&,
  2316. VTK`[U[jcp
  2317. .Md4!3`!,
  2318. bMF 8o
  2319. mPXNMVx{
  2320. :kmV\lpfddu|vydO\^V[lp\PJZn=
  2321. -Lc4 5a!+
  2322. oWwihs
  2323. zmZYVskx
  2324. }!7dfOSci_^_ns
  2325. np]JWXPSadUJDSg9
  2326. ML]oVzb*
  2327. neZ@017:CMEJ-46;<<75/>RSN3;TJATK\YSYjgn
  2328. d()9:4 !+
  2329. rEb^ONF
  2330. O;K=<H^h
  2331. zmY[Ysru
  2332. w!/PNAHSZUSVabYW*L@EGDDHKA89FW3
  2333. SPNPB
  2334. MhRROVhcSv
  2335. !$%WB'
  2336. ./2BMUYV
  2337. .=DR<eF
  2338. S^dOZ{l
  2339. feU^Z
  2340. Ptnloxe\
  2341. {okkppz
  2342. sqfXeN
  2343. PPL1(
  2344. (-2xW0
  2345. !!9;@Vbfo_
  2346. ->ES<dE
  2347. bbONL
  2348. Llebfm]W|n
  2349. tgdcihq|xjh^S_I
  2350. {MKJ:/
  2351. it^2*6;<EJB?-1:?=><71@SSH.;WF>iPQOVjeVr
  2352. FaliA
  2353. VDEFA
  2354. PLDev.CD Nov 00 TC Disk 2
  2355.  - Sample Code
  2356.  - QuickTime
  2357.  - Goodies
  2358.  - qtgraphimpformance counters'q
  2359. Dev.CD Nov 00 TC Disk 1
  2360. All Packages
  2361. 5thColumn
  2362. Summary: 5thColumn
  2363.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  2364. Features: 5thColumn
  2365.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  2366. VU3.0.1d3.smiK
  2367. Vol IVL
  2368. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Nov 00 TC Disk 1
  2369.  - Tool Chest
  2370.  - Testing & Debugging
  2371.  - Virtual User 3.0.1d3V
  2372. 69828X
  2373. Nov 00^    TC Disk 1
  2374. e    No Change
  2375. allowed
  2376. allowing
  2377.    open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:"
  2378.         activate
  2379.     end tell
  2380. on error errMsg number errNum
  2381.     --enter statements to perform when no records are found such as...
  2382.     display dialog "Sorry, the item you selected could not be found."
  2383.     return
  2384. end try
  2385. Dev.CD Jul 93
  2386. Dev.CD Apr 9V
  2387. 72428X
  2388. Jul 93
  2389. p--set theItem to choose file -- uncomment to test in an AS editor
  2390.     tell application "Finder"
  2391.         open item "Dev.CD Jul 93
  2392. Dev.CD Apr 93"
  2393.         activate
  2394.     end tell
  2395. on error errMsg number errNum
  2396.     --enter statements to perform when no records are found such as...
  2397.     display dialog "Sorry, the item you selected could not be found."
  2398.     return
  2399. end try
  2400. All Packages
  2401. F    QuickTimeO
  2402. Dev.CD Jul 93
  2403. Dev.CD Apr 93P
  2404. Dev.CD Jul 93
  2405. Dev.CD Apr 9V
  2406. 72429X
  2407. Jul 93
  2408. p--set theItem to choose file -- uncomment to test in an AS editor
  2409.     tell application "Finder"
  2410.         open item "Dev.CD Jul 93
  2411. Dev.CD Apr 93"
  2412.         activate
  2413.     end tell
  2414. on error errMsg number errNum
  2415.     --enter statements to perform when no records are found such as...
  2416.     display dialog "Sorry, the item you selected could not be found."
  2417.     return
  2418. end try
  2419. All Packages
  2420. F    QuickTimeO
  2421. Dev.CD Jul 93
  2422. Dev.CD Apr 93V
  2423. 72430X
  2424. 72239X
  2425. Nov 00^    TC Disk 2
  2426. --set theItem to choose file -- uncomment to test in an AS editor
  2427.     tell application "Finder"
  2428.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtgraphimp:"
  2429.         activate
  2430.     end tell
  2431. on error errMsg number errNum
  2432.     --enter statements to perform when no records are found such as...
  2433.     display dialog "Sorry, the item you selected could not be found."
  2434.     return
  2435. end try
  2436. e    No Changeq
  2437. Dev.CD Nov 00 TC Disk 2
  2438. All Packages
  2439. QTHintMovies
  2440. This sample code illustrates how to add hint tracks to a QuickTime movie. It illustrates several methods of doing this, and shows how to either display or not display the settings dialog box.
  2441. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  2442. J8Building QT Samples
  2443. QTHintMovies.c
  2444. QTHintMovies.h
  2445. READMEV
  2446. 72240X
  2447. 1e    No Change
  2448. This sample code illustrates how to use QuickTime's graphics importer routines to open and display image files. The graphics importer routines were introduced in QuickTime version 2.5 as a new way to draw still images. The graphics import routines (for example, GetGraphicsImporterForFile) use graphics import components (of component type 'grip') to open and perform other operations on image files. Essentially, you can use the graphics import routines to insulate your application from the n
  2449. mitty gritty details of image file format and compression used in the image.
  2450. In this sample code, we allow the user to open an image file; then we draw it into a window on the screen. Your application, of course, will probably want to do more interesting things with the image. We also allow the user to save an image using JPEG compression.
  2451. Enjoy,
  2452. QuickTime Team
  2453. J4Building QT Samples
  2454. QTGraphImp.c
  2455. QTGraphImp.h
  2456. READMEOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtgraphimp:
  2457. All Packages
  2458. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  2459. Dev.CD Jan 94
  2460. Dev.CD Oct 93
  2461. Dev.CD Jul 93P6Dev.CD Apr 94
  2462. Dev.CD Jan 94
  2463. Dev.CD Oct 93
  2464. Dev.CD Jul 9V
  2465. 72773X
  2466. Apr 94
  2467. --set theItem to choose file -- uncomment to test in an AS editor
  2468.     tell application "Finder"
  2469.         open item "Dev.CD Apr 94
  2470. Dev.CD Jan 94
  2471. Dev.CD Oct 93
  2472. Dev.CD Jul 93"
  2473.         activate
  2474.     end tell
  2475. on error errMsg number errNum
  2476.     --enter statements to perform when no records are found such as...
  2477.     display dialog "Sorry, the item you selected could not be found."
  2478.     return
  2479. end try
  2480. All Packages
  2481. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  2482. Dev.CD Jan 94
  2483. Dev.CD Oct 93
  2484. Dev.CD Jul 93
  2485. Dev.CD Apr 93PDDev.CD Apr 94
  2486. Dev.CD Jan 94
  2487. Dev.CD Oct 93
  2488. Dev.CD Jul 93
  2489. Dev.CD Apr 9V
  2490. 72774X
  2491. Apr 94
  2492. typeservicesforunico
  2493. typeservicesforunico
  2494. typeservicesforunico
  2495. typeservicesforunico
  2496. typeservicesforunico
  2497. typography
  2498. uappframeadorner
  2499. uappframeadorner
  2500. uappframeadorner
  2501. uapplication
  2502. uapplication
  2503. uapplication
  2504. udemotext
  2505. udemotext
  2506. udemotext
  2507. udialogs
  2508. udialogs
  2509. udialogs
  2510. udialogutils
  2511. udialogutils
  2512. udocument
  2513. udocument
  2514. udocument
  2515. t in an AS editor
  2516.     tell application "Finder"
  2517.         open item "Dev.CD Jul 95"
  2518.         activate
  2519.     end tell
  2520. on error errMsg number errNum
  2521.     --enter statements to perform when no records are found such as...
  2522.     display dialog "Sorry, the item you selected could not be found."
  2523.     return
  2524. end try
  2525. All Packages
  2526. 601 Processor Upgrade EnablerO
  2527. Dev.CD Jul 95P
  2528. Dev.CD Jul 9V
  2529. 69833X
  2530. qtfullscreen
  2531. qtfullscreen
  2532. qtfullscreen
  2533. qtgraphimp
  2534. qtgraphimp
  2535. qtgraphimp
  2536. qthintmovies
  2537. qthintmovies
  2538. qthintmovies
  2539. qtime
  2540. qtime
  2541. qtime
  2542. qtinternals
  2543. qtinternals
  2544. qtinternals
  2545. qtinternals
  2546. qtinternals
  2547. qtjava
  2548. qtjava
  2549. qtjavadocs
  2550. qtjavasdk
  2551. qtlogo
  2552. qtlogo
  2553. qtmissingcomp
  2554. qtmissingcomp
  2555. qtmissingcomp
  2556. qtmoviefromprocs
  2557. qtmoviefromprocs
  2558. qtmoviefromprocs
  2559. qtmoviefromurl
  2560. qtmoviefromurl
  2561. qtmoviefromurl
  2562. qtmultiimage
  2563. qtmultiimage
  2564. qtmultiimage
  2565. qtmusic
  2566. qtmusic
  2567. qtmusic
  2568. qtmusic
  2569. qtmusic
  2570. qtmusic
  2571. qtmusic
  2572. qtsprites
  2573. qtsprites
  2574. qtvideo
  2575. qtvideo
  2576. qtvideo
  2577. query
  2578. quick
  2579. quick
  2580. start
  2581. quicksort
  2582. quicksort
  2583. detailed
  2584. developer
  2585. documentation
  2586. detailing
  2587. detailsR
  2588. detect
  2589. detecting
  2590. detection
  2591. detective
  2592. detectory
  2593. detectorsy
  2594. detects
  2595. determination
  2596. determine
  2597. determines
  2598. determining
  2599. devanagari
  2600. developb
  2601. PQDev.CD Nov 00 TC Disk 2
  2602.  - Sample Code
  2603.  - QuickTime
  2604.  - Basics
  2605.  - qtfullscreen.winV
  2606. 72238X
  2607. Nov 00^    TC Disk 2
  2608. --set theItem to choose file -- uncomment to test in an AS editor
  2609.     tell application "Finder"
  2610.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:qtfullscreen.win:"
  2611.         activate
  2612.     end tell
  2613. on error errMsg number errNum
  2614.     --enter statements to perform when no records are found such as...
  2615.     display dialog "Sorry, the item you selected could not be found."
  2616.     return
  2617. end try
  2618. e    No Changef2QuickTime
  2619. fullscreen
  2620. BeginFullScreen
  2621. EndFullScreeno&http://developer.apple.com/samplecode/q
  2622. Dev.CD Nov 00 TC Disk 2
  2623. All Packages
  2624. qtgraphimp
  2625. 72239X
  2626. Deletedf*WebObjects
  2627. Performance
  2628. Tuning
  2629. Optimizationq
  2630. Dev.CD Mar OO RLDisk 1
  2631. All Packages
  2632. WebObjects Tools and Techniques
  2633. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  2634. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  2635. WebObjectsToolsAndTech.pdfK
  2636. Jul 99M
  2637. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOSDev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjects Tools and Techniques:PXDev.CD Mar OO RLDisk 1
  2638.  - Interactive Media Resources
  2639.  - WebObjects Tools and TechniquesV
  2640. 73052X
  2641. Mar OO^
  2642. RLDisk 1
  2643. Deleted
  2644. enhanced
  2645. survival
  2646. guide
  2647. enterbutton
  2648. enterbutton
  2649. enterbutton
  2650. enterprise
  2651. enterprise
  2652. environment
  2653. eomodeler
  2654. eomodeler
  2655. erasefile
  2656. erasefile
  2657. errata~
  2658. error
  2659. error
  2660. handler
  2661. error
  2662. handler
  2663. errormsg
  2664. errormsg
  2665. errormsg
  2666. errors
  2667. ethernet
  2668. event~
  2669. eventloop
  2670. eventloop
  2671. events
  2672. events
  2673. apple
  2674. ethernet
  2675. apple
  2676. video
  2677. toolsc
  2678. terminology
  2679. 3/92d
  2680. aecdev/aedaemon
  2681. aecoercion
  2682. aegizmosg
  2683. aegizmos
  2684. 1.4.2g
  2685. aetrackerh
  2686. aetracker
  2687. aevti
  2688. dcmdi
  2689. aiffk
  2690. writer
  2691. sdevk
  2692. aiffwriter
  2693. alawm
  2694. scomm
  2695. aliasn
  2696. alias
  2697. javao
  2698. J@Building QT Samples
  2699. QTFrameStepper.c
  2700. QTFrameStepper.h
  2701. README.txtOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtframestepper:PPDev.CD Nov 00 TC Disk 2
  2702.  - Sample Code
  2703.  - QuickTime
  2704.  - Goodies
  2705.  - qtframesteppersg number errNum
  2706.     --enter statements to perform when no records are found such as...
  2707.     display dialog "Sorry, the item you selected could not be found."
  2708.     return
  2709. end try
  2710. All Packages
  2711. 601 Processor Upgrade EnablerO
  2712. Dev.CD Jul 95P
  2713. Dev.CD Jul 9V
  2714. 69839X
  2715. Jul 95
  2716. b--set theItem to choose file -- uncomment to test in an AS editor
  2717.     tell application "Finder"
  2718.         open item "Dev.CD Jul 95"
  2719.         activate
  2720.     end tell
  2721. on error errMsg number errNum
  2722.     --enter statements to perform when no records are found such as...
  2723.     display dialog "Sorry, the item you selected could not be found."
  2724.     return
  2725. end try
  2726. All Packages
  2727. 7.0foV
  2728. 69840X
  2729. 72237X
  2730. Nov 00^    TC Disk 2
  2731. --set theItem to choose file -- uncomment to test in an AS editor
  2732.     tell application "Finder"
  2733.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtframestepper:"
  2734.         activate
  2735.     end tell
  2736. on error errMsg number errNum
  2737.     --enter statements to perform when no records are found such as...
  2738.     display dialog "Sorry, the item you selected could not be found."
  2739.     return
  2740. end try
  2741. e    No Changeq
  2742. Dev.CD Nov 00 TC Disk 2
  2743. All Packages
  2744. qtfullscreenI]This sample code defines functions that illustrate how to play QuickTime movies full screen.
  2745. J4QTFullScreen.c
  2746. QTFullScreen.h
  2747. README.txt
  2748. WinPrefix.hL
  2749. Nov 00MBWindows 95/98/NT/2000 or later, QuickTime for Windows 2.5 or laterN5QuickTime, fullscreen, BeginFullScreen, EndFullScreenOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:qtfullscreen.win:V
  2750. 72238X
  2751. 1e    No Changeo&http://developer.apple.com/samplecode/
  2752. All Packages
  2753. System Enabler 111 (PB 160/180)O
  2754. Dev.CD Apr 93P
  2755. Dev.CD Apr 9V
  2756. 72823X
  2757. Apr 93
  2758. b--set theItem to choose file -- uncomment to test in an AS editor
  2759.     tell application "Finder"
  2760.         open item "Dev.CD Apr 93"
  2761.         activate
  2762.     end tell
  2763. on error errMsg number errNum
  2764.     --enter statements to perform when no records are found such as...
  2765.     display dialog "Sorry, the item you selected could not be found."
  2766.     return
  2767. end try
  2768. All Packages
  2769. System Enabler 111 (PB 160/180)O
  2770. Dev.CD Apr 93P
  2771. Dev.CD Apr 9V
  2772. 72824X
  2773. Apr 93
  2774. b--set theItem to choose file -- uncomment to test in an AS editor
  2775.     tell application "Finder"
  2776.         open item "Dev.CD Apr 93"
  2777.         activate
  2778.     end tell
  2779. on error errMsg number errNum
  2780.     --enter statements to perform when no records are found such as...
  2781.     display dialog "Sorry, the item you selected could not be found."
  2782.     return
  2783. end try
  2784. All Packages
  2785. 72825X
  2786. bigscrolling
  2787. bigscrolling
  2788. bigscrolling
  2789. bigscrolling
  2790. bigscrolling
  2791. binhex
  2792. binhex
  2793. binhex
  2794. specs
  2795. bit-depth
  2796. bless
  2797. blockreader
  2798. blockreader
  2799. bltmacros
  2800. bltmacros
  2801. board
  2802. boardslider
  2803. boardslider
  2804. bootvol
  2805. br-brazilianportugue
  2806. brazilian
  2807. brightness
  2808. brightness
  2809. contrast
  2810. british
  2811. browserz
  2812. browsermaker
  2813. browsermaker
  2814. bufcallback
  2815. bufcallback
  2816. bufcallback
  2817. bufcallback
  2818. buffereddrawer
  2819. buffereddrawer
  2820. bufferedimage
  2821. bufferedimage
  2822. bufferedwindows
  2823. bufferedwindows
  2824. bufferedwindows
  2825. pbproj
  2826. appleglot
  2827. appleglot
  2828. localization
  2829. internationalization
  2830. translation
  2831. applescriptO
  2832. applescript
  2833. apple
  2834. events
  2835. aegizmosg
  2836. anceA
  2837. JFBuilding QT Samples
  2838. QTFlattenToHandle.c
  2839. QTFlattenToHandle.h
  2840. README.txtOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:PSDev.CD Nov 00 TC Disk 2
  2841.  - Sample Code
  2842.  - QuickTime
  2843.  - Goodies
  2844.  - qtflattentohandlerceK
  2845. Jan 96L
  2846.  M System 7.1 or later, AppleScriptN0AppleEvents, AppleScript, scriptable text editorO@Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:PHDev.CD Nov 00 TC Disk 1
  2847.  - Sample Code
  2848.  - Interapplication Comm
  2849.  - 7EditV
  2850. 69841X
  2851. Nov 00^    TC Disk 1
  2852. --set theItem to choose file -- uncomment to test in an AS editor
  2853.     tell application "Finder"
  2854.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:"
  2855.         activate
  2856.     end tell
  2857. on error errMsg number errNum
  2858.     --enter statements to perform when no records are found such as...
  2859.     display dialog "Sorry, the item you selected could not be found."
  2860.     return
  2861. end try
  2862. e    No Changef.AppleEvents
  2863. AppleScript
  2864. scriptable text editorq
  2865. Dev.CD Nov 00 TC Disk 1
  2866. e    No Changef
  2867. Virtual Userq
  2868. Dev.CD Nov 00 TC Disk 1
  2869. All Packages
  2870. VUMeters
  2871. Summary:  This application displays VU (Volume Unit) Meters, much like are found on tape decks.  The purpose is to monitor the sound input and output channels to insure that the proper sound level is present.
  2872. Features:  This application can display the levels (both peak reading and a more conventional power reading) of the sound at both the input and output of the Quadra AV computers.  Users can select whether they want to measure levels in terms of the analog voltages at the connectors (
  2873. pconventional way) or referenced to the peak level of the AV A/D and D/A systems.  Every effort was made to conform to the standard for VUMeter dynamics.
  2874. This package is useful as a debugging aid when working with sound.  It is also useful as a complete example of how to develop code for the Apple Real Time Architecture (ARTA) DSP system on the new Quadra AV systems
  2875. Jan 94V
  2876. 73043X
  2877. 1e    No Change
  2878. e    No Changef
  2879. txRatio
  2880. PICTq
  2881. Dev.CD Nov 00 TC Disk 1
  2882. All Packages
  2883. TypeServicesForUnicode
  2884. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  2885.  8.5.
  2886. The provided examples go from very simple to rather complex in increasing order of difficulty.
  2887. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  2888. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  2889. onal justification, etc.
  2890. More ATSUI
  2891. Read Me, please...
  2892. SampleWindows.cp
  2893. SampleWindows.h
  2894. SomeUnicodeStuff.cp
  2895. SomeUnicodeStuff.h
  2896. TypeServicesForUnicode
  2897. TypeServicesForUnicode.cp
  2898. TypeServicesForUnicode.h
  2899. TypeServicesForUnicode.mcp
  2900. TypeServicesForUnicode.rsrc
  2901. WindowUtilities.cp
  2902. WindowUtilities.h
  2903. Dec 99M
  2904. Mac OS
  2905.  8.5 and later
  2906. 4-character
  2907. 4.0.4
  2908. 4.0.8
  2909. 4.5.2
  2910. 4/16R
  2911. 40-60
  2912. 40-bit
  2913. QTFlattenToHandle.c defines functions that illustrate how to use the handle data handler.
  2914. A data handler is a component (of type DataHandlerType) that is responsible for reading and writing a media's data. In other words, a data handler provides data input and output services to the media's media handler. Originally, QuickTime included a file data handler. QuickTime version 2.0 introduced the handle data handler (component subtype HandleDataHandlerSubType), which allows you to play movie d
  2915. ata stored in memory rather than in a file. This sample code shows how to work with the handle data handler.
  2916. Here, we will open a movie file and then flatten the movie data into a handle. Then we will play the movie from the handle. The essential step is to create a data reference record describing the handle and then pass that record, instead of an FSSpec record, to FlattenMovieData. To do this, set the flattenFSSpecPtrIsDataRefRecordPtr flag when calling FlattenMovieData.
  2917. OGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTFileTransfer:PRDev.CD Nov 00 TC Disk 2
  2918.  - Sample Code
  2919.  - QuickTime
  2920.  - Streaming
  2921.  - QTFileTransferV
  2922. 72235X
  2923. Nov 00^    TC Disk 2
  2924. --set theItem to choose file -- uncomment to test in an AS editor
  2925.     tell application "Finder"
  2926.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTFileTransfer:"
  2927.         activate
  2928.     end tell
  2929. on error errMsg number errNum
  2930.     --enter statements to perform when no records are found such as...
  2931.     display dialog "Sorry, the item you selected could not be found."
  2932.     return
  2933. end try
  2934. e    No Changef/QuickTime
  2935. Asyncronous
  2936. Handlerq
  2937. Dev.CD Nov 00 TC Disk 2
  2938. All Packages
  2939. qtflattentohandle
  2940. 72236X
  2941. 72236X
  2942. Nov 00^    TC Disk 2
  2943. --set theItem to choose file -- uncomment to test in an AS editor
  2944.     tell application "Finder"
  2945.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:"
  2946.         activate
  2947.     end tell
  2948. on error errMsg number errNum
  2949.     --enter statements to perform when no records are found such as...
  2950.     display dialog "Sorry, the item you selected could not be found."
  2951.     return
  2952. end try
  2953. e    No Changeq
  2954. Dev.CD Nov 00 TC Disk 2
  2955. All Packages
  2956. qtframestepper
  2957. QTFrameStepper.c defines functions that you can use to step frame-by-frame through a QuickTime movie. Indeed, it illustrates *two* different methods for doing this:
  2958. (1) using Movie Toolbox functions to advance (or retreat) to interesting times in the movie
  2959. (2) using movie controller actions to step forward or backward through a movie
  2960. See the top of the file QTFrameStepper.c for more detailed comments and instructions
  2961. on using this snippet.
  2962. Enjoy,
  2963. QuickTime Team
  2964. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  2965. JeappRsrc.rsrc
  2966. main.c
  2967. main.h
  2968. Movie File.mov
  2969. QTEffects
  2970. QTEffects Project
  2971. QTEffects.c
  2972. QTEffects.h
  2973. READ MEK
  2974. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  2975. QuickTime, effectsOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTEffects Explode:PSDev.CD Nov 00 TC Disk 2
  2976.  - Sample Code
  2977.  - QuickTime
  2978.  - Effects
  2979.  - QTEffects Explode/ROSE
  2980.  1.2.1:PBDev.CD Nov 00 TC Disk 1
  2981.  - Tool Chest
  2982.  - Hardware
  2983.  - A/ROSE
  2984.  1.2.1V
  2985. 69844X
  2986. Nov 00^    TC Disk 1
  2987. e    No Change
  2988. projectdrag
  2989. projectfolders
  2990. projectmenu
  2991. projector
  2992. projects
  2993. projectx
  2994. projlistmenu
  2995. prominent
  2996. prominently
  2997. promised
  2998. promises
  2999. promotion
  3000. promotional
  3001. promotions
  3002. prompt
  3003. prompts^
  3004. proofreaders
  3005. propagates
  3006. proper
  3007. properly
  3008. properties
  3009. property
  3010. propertylist
  3011. proportional
  3012. propositin{
  3013. proprietary
  3014. prospective
  3015. protate
  3016. protect
  3017. protected
  3018. protection
  3019. proto
  3020. protocol
  3021. hine.
  3022. DisableEject:  Shows how to stop a floppy disk from being ejected. This has no chance of being compatible with future system software.
  3023. Disk Icons:  This C routine calls disk drivers to retrieve icon information.
  3024. EgretWakeup:  This is a test program to tell a Mac with an Egret (or Egret derivative) chip when to power up.  It does so by calling the _Egret trap. If the Power Manager exists, use the SetWUTime call as per Inside Macintosh, Power  Manager chapter (Vol VI). This program 
  3025. only works on a Egret-based Macs that ALSO can do softpower.  For example while the IIsi and LC CPUs both have Egrets, LCs can't do soft power on).
  3026. Floppy II:  This sample uses the sony driver calls to get the format list of a super drive disk, to find if the disk supports MFM 720 disk. If so, it reformats the disk to be that type. !! Warning: The data on the disk in drive 1  will get blown away and there are no warnings.!!
  3027. ledApp:  This is a faceless background task for System 7. It cou
  3028. user's
  3029. user's/application's
  3030. user-centric
  3031. user-controllable
  3032. user-controlled
  3033. user-defined
  3034. user-interface
  3035. user-perceived
  3036. userchkgestaltfuncti
  3037. userfunction
  3038. useritems
  3039. usersy
  3040. userstartup
  3041. able on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  3042. 01-Intro to DU.pdf
  3043. 02-What's New from DU.pdf
  3044. 03-Information & Registrati.pdf
  3045. 04-Index of Courses.pdf
  3046. 05-Self-Paced Products.pdf
  3047. 06-On-Line Topics.pdf
  3048. 07-Mac OS:
  3049. 08-Object Oriented:
  3050. 09-Multimedia & Graphics:
  3051. 10-Newton:
  3052. 11-Other topics:
  3053. 12-Training Schedule.pdf
  3054. 13-DU Training Sites.pdf
  3055. May 92L
  3056. Oct 96M
  3057. Adobe Acrobat Reader
  3058. 72234X
  3059. Nov 00^    TC Disk 2
  3060. --set theItem to choose file -- uncomment to test in an AS editor
  3061.     tell application "Finder"
  3062.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTEffects Explode:"
  3063.         activate
  3064.     end tell
  3065. on error errMsg number errNum
  3066.     --enter statements to perform when no records are found such as...
  3067.     display dialog "Sorry, the item you selected could not be found."
  3068.     return
  3069. end try
  3070. e    No Changef
  3071. QuickTime
  3072. effectsq
  3073. Dev.CD Nov 00 TC Disk 2
  3074. All Packages
  3075. QTFileTransfer
  3076. CThis sample code illustrates how to use QuickTime's ftp and http data handlers to transfer a file asynchronously from a web server.
  3077. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  3078. J<Building QT Samples
  3079. QTFileTransfer.c
  3080. QTFileTransfer.h
  3081. READMEN5QuickTime, FTP, HTTP, Asyncronous, Web, Data, Handler
  3082. driving
  3083. dronezone
  3084. dronezone
  3085. application
  3086. which
  3087. designed
  3088. dropB
  3089. dropdisk
  3090. droplet
  3091. dropouts
  3092. dropped
  3093. dropping
  3094. dropprint
  3095. dropprint
  3096. demonstrates
  3097. method
  3098. identifying
  3099. attached
  3100. drops
  3101. dsp/opengl
  3102. dspcontext
  3103. dspgetversion
  3104. dspuserselectcontext
  3105. dstspec
  3106. downloading
  3107. downloads
  3108. dozen
  3109. dozens
  3110. wbacks
  3111. drawcode
  3112. drawing
  3113. drawkeycaps
  3114. drawn
  3115. draws
  3116. drawsprcoket
  3117. drawsprocket
  3118. drill
  3119. drive
  3120. driven
  3121. {e    No ChangefOdisk device driver
  3122. RAM disk
  3123. Driver Gestalt
  3124. control panel
  3125. RAMDiskq
  3126. Dev.CD Nov 00 TC Disk 1
  3127. All Packages
  3128. RAVE Starter Samples
  3129. There are three different samples here, each showing a variation on the same theme -- we create a window and do some simple 2D drawing into it.  These samples don't show any clipping code or a full featured 3D engine; these will appear in a future sample.
  3130. These versions were compiled with CodeWarrior Pro 3 and the RAVE 1.5 SDK.
  3131. For more information, check out TechNote 1125, which covers many issues related to developing RAVE applications.
  3132. RAVE Common Code -- A few routines are used by m
  3133. 72473X
  3134. afterN
  3135. Dev.CD Jan 96 SSV
  3136. 72275X
  3137. Jan 96
  3138. f--set theItem to choose file -- uncomment to test in an AS editor
  3139.     tell application "Finder"
  3140.         open item "Dev.CD Jan 96 SSW"
  3141.         activate
  3142.     end tell
  3143. on error errMsg number errNum
  3144.     --enter statements to perform when no records are found such as...
  3145.     display dialog "Sorry, the item you selected could not be found."
  3146.     return
  3147. end try
  3148. All Packages
  3149. QuickDraw 3DO
  3150. Dev.CD Jan 96 SSWP
  3151. Dev.CD Jan 96 SSV
  3152. 72276X
  3153. Jan 96
  3154. f--set theItem to choose file -- uncomment to test in an AS editor
  3155.     tell application "Finder"
  3156.         open item "Dev.CD Jan 96 SSW"
  3157.         activate
  3158.     end tell
  3159. on error errMsg number errNum
  3160.     --enter statements to perform when no records are found such as...
  3161.     display dialog "Sorry, the item you selected could not be found."
  3162.     return
  3163. end try
  3164. All Packages
  3165. QuickDraw 3DO
  3166. Dev.CD Jan 96 SSWP
  3167. Dev.CD Jan 96 SSV
  3168. 72277X
  3169. Jan 96
  3170. - Common
  3171.     - Sun Compliant Java Runtime Environment 1.1
  3172.     - QuickTime 3 
  3173.     - QTJava.zip
  3174.     - QTJava media samples
  3175. - Mac OS:
  3176.     - System 8 or later
  3177.     - Macintosh Runtime for Java (MRJ) 2.1
  3178. - Windows 95, 98, or NT::
  3179.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3180. QuickTime, Java, MRJv 99 TC:Programs & Marketing:About Developer University:"
  3181.         activate
  3182.     end tell
  3183. on error errMsg number errNum
  3184.     --enter statements to perform when no records are found such as...
  3185.     display dialog "Sorry, the item you selected could not be found."
  3186.     return
  3187. end try
  3188. Deletedq
  3189. Dev.CD Nov 99 TC
  3190. All Packages
  3191. ABS Technical NotesI
  3192. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  3193. AppleSearch:
  3194. AppleShare:
  3195. AppleTalk Remote Access:
  3196. IP Gateway:
  3197. Network Server Dev. Guide:K
  3198. Jul 92L
  3199. Jun 95M
  3200. Adobe Acrobat Reader.
  3201. MakeFile
  3202. Read Me
  3203. SCSI Simple Sample
  3204. SCSI Simple Sample MPW
  3205. SCSI Simple Sample MWC
  3206. SCSI Simple Sample MWC.SYM
  3207. SCSISimpleSample.
  3208. SCSISimpleSample.
  3209. .rsrc
  3210. SCSISimpleSample.
  3211. SCSISimpleSample.
  3212. .rsrc
  3213. SCSINKSCSI, SCSI Manager, SCSI Manager 4.3, bus scan, inquiry, SCSI Simple SampleOQDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Simple Sample:P\Dev.CD Nov 00 TC Disk 1
  3214.  - Sample Code
  3215.  - Devices and Hardware
  3216.  - SCSI
  3217.  - SCSI Simple SampleV
  3218. 72521X
  3219. Nov 00^    TC Disk 1
  3220. --set theItem to choose file -- uncomment to test in an AS editor
  3221.     tell application "Finder"
  3222.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Simple Sample:"
  3223.         activate
  3224.     end tell
  3225. on error errMsg number errNum
  3226.     --enter statements to perform when no records are found such as...
  3227.     display dialog "Sorry, the item you selected could not be found."
  3228.     return
  3229. end try
  3230. e    No Change
  3231. papworkstation
  3232. papworkstation
  3233. snippets
  3234. processes
  3235. snippets
  3236. quickdraw
  3237. snippets
  3238. quicktime
  3239. snippets
  3240. sound
  3241. snippets
  3242. testing
  3243. debugging
  3244. snippets
  3245. snippets
  3246. toolbox
  3247. development
  3248. softvdig
  3249. software
  3250. somobjects
  3251. somobjects
  3252. sonofsillyballs
  3253. sound
  3254. sound
  3255. manager
  3256. sound
  3257. premixer
  3258. effect
  3259. soundapp
  3260. soundboard
  3261. soundconvert
  3262. soundconverter
  3263. soundlevel
  3264. soundmemrecord
  3265. soundrecord
  3266. soundsnippets
  3267. soundsprockettest
  3268. source
  3269. sourcebug
  3270. sourceobj
  3271. sources
  3272. spain
  3273. spain
  3274. distribution
  3275. guide
  3276. 1.0.1
  3277. specific
  3278. speech
  3279. speech
  3280. recognition
  3281. manager
  3282. speech
  3283. recognition
  3284. sample
  3285. speech
  3286. synthesis
  3287. manager
  3288. pooler
  3289. spriteworld
  3290. sprocket
  3291. sprocketinvaders
  3292. squarewave
  3293. stack
  3294. standard
  3295. standard
  3296. samples
  3297. system
  3298. selected
  3299. non-open
  3300. files
  3301. shown
  3302. dimmed
  3303. sample
  3304. prompt
  3305. image
  3306. in-depth
  3307. Dec 99^    RL Disk 1
  3308. --set theItem to choose file -- uncomment to test in an AS editor
  3309.     tell application "Finder"
  3310.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  3311.         activate
  3312.     end tell
  3313. on error errMsg number errNum
  3314.     --enter statements to perform when no records are found such as...
  3315.     display dialog "Sorry, the item you selected could not be found."
  3316.     return
  3317. end try
  3318. Deletedf-ESD
  3319. AppleSearch
  3320. AppleShare
  3321. IP Gatewayq
  3322. Dev.CD Dec 99 RL Disk 1
  3323. All Packages
  3324. ADB Analyzer 1.0D6
  3325. 69847X
  3326. OUDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTEffects:PcDev.CD Nov 00 TC Disk 2
  3327.  - Sample Code
  3328.  - QuickTime
  3329.  -  All Java
  3330.  - QuickTime for Java
  3331.  - QTEffectsV
  3332. 72233X
  3333. Nov 00^    TC Disk 2
  3334. --set theItem to choose file -- uncomment to test in an AS editor
  3335.     tell application "Finder"
  3336.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTEffects:"
  3337.         activate
  3338.     end tell
  3339. on error errMsg number errNum
  3340.     --enter statements to perform when no records are found such as...
  3341.     display dialog "Sorry, the item you selected could not be found."
  3342.     return
  3343. end try
  3344. e    No Changef
  3345. QuickTime
  3346. Dev.CD Nov 00 TC Disk 2
  3347. All Packages
  3348. QTEffects Explode
  3349. 72234X
  3350. addendumx
  3351. addframetomovie
  3352. addframetomovie
  3353. addframetomovie
  3354. addframetomovie
  3355. rsrcY
  3356. addheader
  3357. addhtactionsZ
  3358. addhtactions
  3359. addhtactions
  3360. addhtactions
  3361. addhtactions
  3362. addhtactions
  3363. addhtactions
  3364. addhtactions
  3365. rsrcZ
  3366. additions
  3367. addmenu
  3368. addresmenu[
  3369. addresmenu
  3370. addresmenu7.1[
  3371. addresmenu7.1
  3372. addresmenu7.1
  3373. addresmenu7.1
  3374. addresmenu7.1
  3375. addresmenu7.1
  3376. rsrc[
  3377. addressy
  3378. addresses
  3379. addvractions\
  3380. addvractions
  3381. addvractions
  3382. addvractions
  3383. addvractions
  3384. addvractions
  3385. addvractions
  3386. addvractions
  3387. rsrc\
  3388. administration
  3389. archive
  3390. filesz
  3391. archive
  3392. htmlz
  3393. color
  3394. imaging
  3395. advanced`
  3396. advanced
  3397. color
  3398. imaging`
  3399. advanced
  3400. color
  3401. imaging
  3402. advanced
  3403. technique
  3404. PNDev.CD Nov 00 TC Disk 2
  3405.  - Sample Code
  3406.  - QuickTime
  3407.  - Basics
  3408.  - QTCreateMovieV
  3409. 72232X
  3410. Nov 00^    TC Disk 2
  3411. --set theItem to choose file -- uncomment to test in an AS editor
  3412.     tell application "Finder"
  3413.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTCreateMovie:"
  3414.         activate
  3415.     end tell
  3416. on error errMsg number errNum
  3417.     --enter statements to perform when no records are found such as...
  3418.     display dialog "Sorry, the item you selected could not be found."
  3419.     return
  3420. end try
  3421. e    No Changef(QuickTime
  3422. Video
  3423. Sound
  3424. Track
  3425. Movie
  3426. Createq
  3427. Dev.CD Nov 00 TC Disk 2
  3428. All Packages
  3429. F    QTEffectsI
  3430. This demo program shows how to use QuickTime's visual effects architecture as applied to two source images. The effects are applied in realtime - controlled by the user settings in the window.J2ef.bat
  3431. PlayQTEffectApp.zip
  3432. QTEffect
  3433. README.txt
  3434. Feb 00
  3435. 2233X
  3436. 1e    No Change
  3437. get/set
  3438. getbootvol
  3439. getbootvol
  3440. getdinfo
  3441. getdinfo
  3442. getdir
  3443. getdir
  3444. getdraghilite
  3445. getdraghilite
  3446. getdraghilitecolor
  3447. getdraghilitecolor
  3448. getdraghilitecolor
  3449. getdraghilitecolor
  3450. getenetaddrdirect
  3451. scripter
  3452. display
  3453. summary
  3454. three
  3455. samples
  3456. involving
  3457. standard
  3458. dialogs
  3459. summary
  3460. three
  3461. tools
  3462. testing
  3463. performance
  3464. summary
  3465. supplementing
  3466. documentation
  3467. summary
  3468. toolbox
  3469. assistant
  3470. gives
  3471. rapid
  3472. access
  3473. up-to-da
  3474. summary
  3475. unmountit
  3476. easily
  3477. unmount
  3478. eject
  3479. sharable
  3480. summary
  3481. validator
  3482. utility
  3483. testing
  3484. sierra/i
  3485. summary
  3486. versionedit
  3487. software
  3488. development
  3489. which
  3490. summary
  3491. simple
  3492. macintosh
  3493. application
  3494. supports
  3495. summary
  3496. vucollect
  3497. virtual
  3498. summary
  3499. pleased
  3500. provide
  3501. version
  3502. 1.5.1
  3503. sample
  3504. illustrates
  3505. video
  3506. effects
  3507. sample
  3508. illustrates
  3509. create
  3510. shortcut
  3511. sample
  3512. illustrates
  3513. quicktime's
  3514. sample
  3515. illustrates
  3516. quicktime's
  3517. graphics
  3518. sample
  3519. illustrates
  3520. quicktime's
  3521. standard
  3522. sample
  3523. illustrates
  3524. quicktime's
  3525. sample
  3526. illustrates
  3527. low-level
  3528. quickt
  3529. sample
  3530. illustrates
  3531. write
  3532. derived
  3533. sample
  3534. illustrates
  3535. determine
  3536. proces
  3537. sample
  3538. package
  3539. shows
  3540. define
  3541. custom
  3542. effect
  3543. sample
  3544. shows
  3545. parse
  3546. in-memory
  3547. scrap
  3548. sample
  3549. component
  3550. pretends
  3551. handler
  3552. sample
  3553. cycles
  3554. through
  3555. available
  3556. engines
  3557. 69849X
  3558. b--set theItem to choose file -- uncomment to test in an AS editor
  3559.     tell application "Finder"
  3560.         open item "Dev.CD Apr 92"
  3561.         activate
  3562.     end tell
  3563. on error errMsg number errNum
  3564.     --enter statements to perform when no records are found such as...
  3565.     display dialog "Sorry, the item you selected could not be found."
  3566.     return
  3567. end try
  3568. show/hide
  3569. showballoon
  3570. showcase
  3571. showdraghilite
  3572. showingO
  3573. shown
  3574. similar
  3575. similarities
  3576. similarly
  3577. simone
  3578. simpleb
  3579. e    No Changeq
  3580. Dev.CD Nov 00 TC Disk 2
  3581. All Packages
  3582. QTCreateMovie
  3583. CreateMovie is a sample application that demonstrates how to use the QuickTime APIs to create a very simple QuickTime movie with both a video track and a sound track.
  3584. CreateMovie is based largely on the sample code included in Inside Macintosh:QuickTime, starting with pg. 2-45.
  3585. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  3586. Building QT Samples
  3587. CreateMovie.c
  3588. CreateMovie.h
  3589. CreateMovie.rsrc
  3590. MacPrefix.h
  3591. QTCreateMovie 68k
  3592. QTCreateMovie 68k.mcp
  3593. QTCreateMovie PPC
  3594. QTCreateMovie PPC.mcp
  3595. QTCreateMovie Win.mcp
  3596. QTCreateMovie.exe
  3597. QTCreateMovie.mak
  3598. QTSound.c
  3599. QTSound.h
  3600. QTVideo.c
  3601. QTVideo.h
  3602. READ ME.txt
  3603. WinPrefix.h
  3604. N-QuickTime, Video, Sound, Track, Movie, CreateOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTCreateMovie:V
  3605. 72232X
  3606. 1e    No Change
  3607. --set theItem to choose file -- uncomment to test in an AS editor
  3608.     tell application "Finder"
  3609.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:"
  3610.         activate
  3611.     end tell
  3612. on error errMsg number errNum
  3613.     --enter statements to perform when no records are found such as...
  3614.     display dialog "Sorry, the item you selected could not be found."
  3615.     return
  3616. end try
  3617. s:ADB Parser 5.0.7:PYDev.CD Nov 00 TC Disk 1
  3618.  - Tool Chest
  3619.  - Devices
  3620.  - Apple Desktop Bus
  3621.  - ADB Parser 5.0.7
  3622. ultiple samples, so I pulled them out here to have a single code base.  They are also routines that are very useful for many RAVE applications.
  3623. Gouraud Sample -- This creates context on a specific GDevice and draws a single shaded triangle onto it until you click the mouse.
  3624. Callback Sample -- This is identical to the Gouraud sample, except that it also 
  3625. demonstrates how to implement a compositing callback.  Erase callbacks look identical to compositing callbacks, and these are the two moC}st common callbacks games will implement.
  3626. Texture Sample -- Loads a texture into memory and then draws a textured triangle. 
  3627. JYCallBack Sample
  3628. Gouraud Sample
  3629. RAVE CommonCode
  3630. RAVE Starter Samples Readme
  3631. Texture SampleK
  3632. Jun 98M
  3633. RAVEN.RAVE, Gouraud, compsite, callback, texture, 3DOEDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE Starter Samples:PMDev.CD Nov 00 TC Disk 1
  3634.  - Sample Code
  3635.  - Graphics 3D
  3636.  - RAVE Starter Samples
  3637. 2.1.1
  3638. 3.2.1
  3639. a/roseR
  3640. chooser
  3641. choosesy
  3642. choosing
  3643. chosen
  3644. christine
  3645. chromakey
  3646. chromakey
  3647. movie
  3648. simple
  3649. application
  3650. which
  3651. designed
  3652. chromakeying
  3653. chrominance
  3654. chrp{
  3655. chunk
  3656. chunks
  3657. cicn's
  3658. cincludes
  3659. circumstances
  3660. claim{
  3661. claims
  3662. clarified
  3663. claris
  3664. clarisworks
  3665. clark
  3666. clash{
  3667. class
  3668. classes{
  3669.  errNum
  3670.     --enter statements to perform when no records are found such as...
  3671.     display dialog "Sorry, the item you selected could not be found."
  3672.     return
  3673. end try
  3674. e    No Changef
  3675. QuickTime
  3676. frame
  3677. movie
  3678. Dev.CD Nov 00 TC Disk 2
  3679. All Packages
  3680. AddHTActions
  3681. 69852X
  3682. qt3dtween
  3683. technical
  3684. backgrounder
  3685. qtcode
  3686. qtcode
  3687. qtcode
  3688. qtcreatemovie
  3689. qtcreatemovie
  3690. qtcreatemovie
  3691. qtcreatemovie
  3692. qtcreatemovie
  3693. qtcreatemovie
  3694. qtcreatemovie
  3695. qtcreatemovie
  3696. qtdevdocs
  3697. qteffect
  3698. qteffects
  3699. qteffects
  3700. qteffects
  3701. qteffects
  3702. project
  3703. qtfiletransfer
  3704. qtfiletransfer
  3705. qtfiletransfer
  3706. qtflattentohandle
  3707. qtflattentohandle
  3708. qtflattentohandle
  3709. qtforjava
  3710. qtframestepper
  3711. qtframestepper
  3712. qtframestepper
  3713. qtinternals
  3714. qtlogo
  3715. qtlogo
  3716. qtsound
  3717. qtsound
  3718. qtsound
  3719. qtsprites
  3720. qtsprites
  3721. qtsprites
  3722. qtsprites
  3723. qtvideo
  3724. qtvideo
  3725. qtvideo
  3726. query
  3727. quick
  3728. quick
  3729. start
  3730. quicksort
  3731. quicksort
  3732. nu7.1
  3733. addresmenu7.1
  3734. rsrc[
  3735. addressy
  3736. addresses
  3737. addvractions\
  3738. addvractions
  3739. addvractions
  3740. addvractions
  3741. addvractions
  3742. addvractions
  3743. addvractions
  3744. addvractions
  3745. rsrc\
  3746. administration
  3747. archive
  3748. filesz
  3749. archive
  3750. htmlz
  3751. advanced`
  3752. advanced
  3753. color
  3754. imaging`
  3755. advanced
  3756. color
  3757. imaging
  3758. advanced
  3759. technique
  3760. 5F    QuickTimeO
  3761. Dev.CD Jan 94
  3762. Dev.CD Oct 93P
  3763. Dev.CD Jan 94
  3764. Dev.CD Oct 9
  3765. rawip
  3766. rawmode
  3767. reader_
  3768. readlocation
  3769. readsector
  3770. reality
  3771. reassembler
  3772. receive
  3773. receives
  3774. recognition
  3775. reconfiguration
  3776. record
  3777. record
  3778. sound
  3779. spbrecord
  3780. soundconvert
  3781. recordableb
  3782. recording
  3783. recordretrievepictin
  3784. recordretrievepictin
  3785. retrievepictinfo
  3786. redistribution
  3787. reference
  3788. referential
  3789. reformatting
  3790. region
  3791. registration
  3792. registry
  3793. related
  3794. relative
  3795. release
  3796. remove
  3797. rename
  3798. renderer
  3799. rendering
  3800. replace
  3801. replacement
  3802. reports
  3803. resedit
  3804. resedit
  3805. 2.1.1
  3806. disassembly
  3807. disassembler
  3808. viewer
  3809. edito
  3810. resolution
  3811. resource[
  3812. resource
  3813. addresmenu[
  3814. resources^
  3815. altdboxproc
  3816. alter
  3817. alterations
  3818. altered
  3819. altering
  3820. alternateg
  3821. alternatebufferdispl
  3822. alternatingr
  3823. alternative
  3824. alternatively
  3825. alters
  3826. althoughe
  3827. altivec
  3828. always
  3829. america
  3830. e    No Changef QuickTime
  3831. Track
  3832. Actionsq
  3833. Dev.CD Nov 00 TC Disk 2
  3834. All Packages
  3835. AddResMenu7.1
  3836. 69853X
  3837. mainly
  3838. maintain{
  3839. maintained
  3840. hat has a text track. In particular, it adds two go-to-URL actions to parts of the text track.
  3841. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  3842. AddHTActions 68K
  3843. AddHTActions PPC
  3844. AddHTActions.c
  3845. AddHTActions.exe
  3846. AddHTActions.h
  3847. AddHTActions.mcp
  3848. AddHTActions.rsrc
  3849. Building QT Samples
  3850. READMEN$QuickTime, Text, Track, URL, ActionsOcDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Wired Movies and Sprites:AddHTActions:PqDev.CD Nov 00 TC Disk 2
  3851.  - Sample Code
  3852.  - QuickTime
  3853.  -  All Macintosh
  3854.  - Wired Movies and Sprites
  3855.  - AddHTActions
  3856. Rhapsody Developer Documentation
  3857. Rhapsody Home Pages
  3858. A set of "home pages" that guides you to the documentation you're looking for. These pages mirror those found on the Rhapsody Developer CD, yet lead you to more up-to-date information.
  3859. Release Notes
  3860. The release notes describe new features, known problems, and bug fixes for the current Rhapsody release. They often contain late-breaking information that did not make it into the installed release notes. 
  3861.  Yellow Box Java APIs
  3862.  An alpha vBaersion of the Application Kit and Foundation APIs, as rewritten for Java.
  3863. OPENSTEP Documentation
  3864. JVDeveloperTutorial_NT:
  3865. DevEnvGuide:
  3866. index.html
  3867. ProgrammingTopics:
  3868. rhapsody.html
  3869. System:K
  3870. May 97L
  3871. Dec 98M
  3872. web browserNURhapsody, Yellow Box Java APIs, OPENSTEP, Rhapsody Home pages, Rhapsody Release NotesO1Dev.CD Dec 99 RL:Technical Publications:rhapsody:P6Dev.CD Dec 99 RL
  3873.  - Technical Publications
  3874.  - rhapsody
  3875. QT3DTween is a sample application that creates a QuickTime movie 
  3876. containing both a 3D track and a tween track. The 3D track is created 
  3877. by reading data from any 3DMF file. The tween track contains 
  3878. QuickDraw3D camera data. The camera data in the tween track 
  3879. specifies both an initial position for the camera and a final 
  3880. position for the camera. The result of the tween track can be 
  3881. seen as the movie is played: the objects in the scene will appear 
  3882. to move. 
  3883. The code is based on
  3884.  the QuickTime 3.0 APIs. Please note that 
  3885. all QuickTime atom data must be in big-endian format. The code 
  3886. makes use of the QuickTime 3.0 endian format conversion routines 
  3887. contained in the interface file Endian.h to do any required 
  3888. translations.
  3889. Note also the code contains very limited error checking. 
  3890. It's up to you to add the appropriate error-handling routines.
  3891. QT3DTween can be compiled and run under the MacOS and under Windows. 
  3892. The main tweening code is found in the file
  3893.  QT3DTween.c. 
  3894. The remaining files in this folder are part of the general 
  3895. Mac and Windows support code.
  3896. USING QT3DTween
  3897. Launch the application and select either "Use Camera Tweening" 
  3898. or "Use Rotation Tweening" (or both) from the Test menu. 
  3899. Then select the menu item "Create 3D Tween Movie". 
  3900. A window will appear asking you to select a 3DMF file 
  3901. (a sample 3DMF file is included, but you can choose any 3DMF file). 
  3902. Once a 3DMF file is selected, the selection window will go awaD
  3903. you'll then be asked to select a destination for the new movie. 
  3904. Open the newly created movie and play the movie.
  3905. Enjoy,
  3906. QuickTime Team
  3907. Application Files
  3908. Common Files
  3909. QT3DTween.c
  3910. QT3DTween.dsp
  3911. QT3DTween.dsw
  3912. QT3DTween.exe
  3913. QT3DTween.h
  3914. QT3DTween.mak
  3915. README.txt
  3916. Red Chair.3dmfODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:PODev.CD Nov 00 TC Disk 2
  3917.  - Sample Code
  3918.  - QuickTime
  3919.  - Goodies
  3920.  - QT3DTween.win
  3921. All Packages
  3922. F    QuickTimeO
  3923. Dev.CD Jan 94
  3924. Dev.CD Oct 93P
  3925. Dev.CD Jan 94
  3926. Dev.CD Oct 9V
  3927. 72400X
  3928. Jan 94
  3929. p--set theItem to choose file -- uncomment to test in an AS editor
  3930.     tell application "Finder"
  3931.         open item "Dev.CD Jan 94
  3932. Dev.CD Oct 93"
  3933.         activate
  3934.     end tell
  3935. on error errMsg number errNum
  3936.     --enter statements to perform when no records are found such as...
  3937.     display dialog "Sorry, the item you selected could not be found."
  3938.     return
  3939. end try
  3940. All Packages
  3941. F    QuickTimeO
  3942. Dev.CD Jan 94
  3943. Dev.CD Oct 93P
  3944. Dev.CD Jan 94
  3945. Dev.CD Oct 9V
  3946. 72401X
  3947. Jan 94
  3948. p--set theItem to choose file -- uncomment to test in an AS editor
  3949.     tell application "Finder"
  3950.         open item "Dev.CD Jan 94
  3951. Dev.CD Oct 93"
  3952.         activate
  3953.     end tell
  3954. on error errMsg number errNum
  3955.     --enter statements to perform when no records are found such as...
  3956.     display dialog "Sorry, the item you selected could not be found."
  3957.     return
  3958. end try
  3959. All Packages
  3960. Nov 00^    TC Disk 2
  3961. --set theItem to choose file -- uncomment to test in an AS editor
  3962.     tell application "Finder"
  3963.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:QuickTime VR:AddVRActions:"
  3964.         activate
  3965.     end tell
  3966. on error errMsg number errNum
  3967.     --enter statements to perform when no records are found such as...
  3968.     display dialog "Sorry, the item you selected could not be found."
  3969.     return
  3970. end try
  3971. e    No Changef"QuickTime
  3972. Wired
  3973. Hotspot
  3974. Actionsq
  3975. Dev.CD Nov 00 TC Disk 2
  3976. All Packages
  3977. AdLib 2.6.5
  3978. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  3979. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  3980. Install Ad Lib 2.6.5K
  3981. Apr 00L
  3982. Apr 00
  3983. A&Mac OS 7.5 or later.  68020 or better.
  3984. 72230X
  3985. Nov 00^    TC Disk 2
  3986. --set theItem to choose file -- uncomment to test in an AS editor
  3987.     tell application "Finder"
  3988.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:"
  3989.         activate
  3990.     end tell
  3991. on error errMsg number errNum
  3992.     --enter statements to perform when no records are found such as...
  3993.     display dialog "Sorry, the item you selected could not be found."
  3994.     return
  3995. end try
  3996. e    No Changeq
  3997. Dev.CD Nov 00 TC Disk 2
  3998. All Packages
  3999. qtaddeffectsegI
  4000. This sample code illustrates how to use add video effects to segments of movies. See the top of the file AddEffectSegment.c for more details.J@AddEffectSegment.c
  4001. AddEffectSegment.h
  4002. Building QT Samples
  4003. READMEOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:PPDev.CD Nov 00 TC Disk 2
  4004.  - Sample Code
  4005.  - QuickTime
  4006.  - Goodies
  4007.  - qtaddeffectsegV
  4008. 72231X
  4009. Nov 00^    TC Disk 2
  4010. e    No Change
  4011. me: All Macintosh:QuickTime VR:AddVRActions:
  4012. JCheaders
  4013. QDesign Decom
  4014. QDesign_decomp readme
  4015. QDesign_decomp.
  4016. sourceOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:P[Dev.CD Nov 00 TC Disk 2
  4017.  - Sample Code
  4018.  - QuickTime
  4019.  - Music and Sound
  4020.  - QT QDesign decompV
  4021. 72229X
  4022. Nov 00^    TC Disk 2
  4023. --set theItem to choose file -- uncomment to test in an AS editor
  4024.     tell application "Finder"
  4025.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:"
  4026.         activate
  4027.     end tell
  4028. on error errMsg number errNum
  4029.     --enter statements to perform when no records are found such as...
  4030.     display dialog "Sorry, the item you selected could not be found."
  4031.     return
  4032. end try
  4033. e    No Changeq
  4034. Dev.CD Nov 00 TC Disk 2
  4035. All Packages
  4036. F    QT3DTween
  4037. 72230X
  4038. --set theItem to choose file -- uncomment to test in an AS editor
  4039.     tell application "Finder"
  4040.         open item "Dev.CD Apr 94
  4041. Dev.CD Jan 94
  4042. Dev.CD Oct 93
  4043. Dev.CD Jul 93
  4044. Dev.CD Apr 93"
  4045.         activate
  4046.     end tell
  4047. on error errMsg number errNum
  4048.     --enter statements to perform when no records are found such as...
  4049.     display dialog "Sorry, the item you selected could not be found."
  4050.     return
  4051. end try
  4052. image's
  4053. image-handling
  4054. imageproducing
  4055. imagesx
  4056. imagetrack
  4057. imagewriter
  4058. imaginable
  4059. imagine[
  4060. imaging`
  4061. immediate
  4062. immediately
  4063. impacts
  4064. implement
  4065. userfunction
  4066. userfunction
  4067. gestalt
  4068. users
  4069. userstartup
  4070. adevs
  4071. adhere
  4072. adjust
  4073. adjustable
  4074. adjusting
  4075. adjustments
  4076. admin
  4077. administrating
  4078. administration
  4079. administrator's
  4080. administrators
  4081. adobe_
  4082. adobe's
  4083. adoptu
  4084. adopters
  4085. adopting
  4086. adoptionu
  4087. adopts{
  4088. adorner
  4089. adorners
  4090. adrienne
  4091. advance
  4092. lthoughe
  4093. amongj
  4094. extension
  4095. which
  4096. enables
  4097. developers
  4098. adopt
  4099. high-leveu
  4100. analyzej
  4101. angle\
  4102. animationt
  4103. announcement{
  4104. anotherB
  4105. anything[
  4106. apisu
  4107. appearanceu
  4108. appleP
  4109. SoftVDIG is  a software-only video digitizer component. See develop issue 14 for more complete information on SoftVDIG.
  4110.  It illustrates how to write a software digitizer component, and it's useful to test the HackTV application on computers that do not have hardware digitizers.
  4111. JjBuilding QT Samples
  4112. MWPrefixRezPPC.h
  4113. README
  4114. SoftVDIG PPC
  4115. SoftVDIG PPC.mcp
  4116. softVdig.c
  4117. softVdig.h
  4118. softVdig.rM
  4119. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  4120. N,QuickTime, Video, Digitizer, Component, VDIGOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SoftVdig:PLDev.CD Nov 00 TC Disk 2
  4121.  - Sample Code
  4122.  - QuickTime
  4123.  - Capturing
  4124.  - SoftVdigcgetcharproperty
  4125. udpsample
  4126. ufailure
  4127. ufailure
  4128. signals
  4129. exception
  4130. handling
  4131. routines
  4132. library
  4133. ukrainian
  4134. ukranian
  4135. e    No Changef
  4136. QuickTime
  4137. Effect
  4138. Video
  4139. Trackq
  4140. Dev.CD Nov 00 TC Disk 2
  4141. All Packages
  4142. SampleRateAvailIbThis snippet checks for the number of sample rates available on a given Mac and lists those rates.J:SampleRateAvail(PPC)
  4143. SampleRateAvail.c
  4144. SampleRateAvail.mcpM
  4145. Sound Manager 3.0 or laterN$sound, sample, rate, SampleRateAvailO:Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SampleRateAvail:PBDev.CD Nov 00 TC Disk 2
  4146.  - Sample Code
  4147.  - Sound
  4148.  - SampleRateAvailV
  4149. 72502X
  4150. Nov 00^    TC Disk 2
  4151. --set theItem to choose file -- uncomment to test in an AS editor
  4152.     tell application "Finder"
  4153.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SampleRateAvail:"
  4154.         activate
  4155.     end tell
  4156. on error errMsg number errNum
  4157.     --enter statements to perform when no records are found such as...
  4158.     display dialog "Sorry, the item you selected could not be found."
  4159.     return
  4160. end try
  4161. e    No Changef!sound
  4162. sample
  4163. SampleRateAvailq
  4164. Dev.CD Nov 00 TC Disk 2
  4165. All Packages
  4166. 72503X
  4167. All Packages
  4168. QuickDraw GXO
  4169. Dev.CD Jun 97 SSWP
  4170. Dev.CD Jun 97 SSV
  4171. 72368X
  4172. Jun 97
  4173. f--set theItem to choose file -- uncomment to test in an AS editor
  4174.     tell application "Finder"
  4175.         open item "Dev.CD Jun 97 SSW"
  4176.         activate
  4177.     end tell
  4178. on error errMsg number errNum
  4179.     --enter statements to perform when no records are found such as...
  4180.     display dialog "Sorry, the item you selected could not be found."
  4181.     return
  4182. end try
  4183. D!All Packages
  4184. Mac OS SDK Edition
  4185. QuickDraw3D 1.6 SDK
  4186. QuickDraw 3D, a graphics library that can be used to define three-dimensional (3D) models, apply colors and other attributes to parts of the models, and create images of those models.  These capabilities can be used to develop a wide range of applications, including interactive three-dimensional modeling, simulation and animation, data visualization, computer-aided drafting and design, games, and many others.
  4187. 72369X
  4188. Deleted
  4189. application
  4190. NIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO7Dev.CD Nov 00 TC Disk 1:Tool Chest:MacApp:Ad Lib 3.0.1:P?Dev.CD Nov 00 TC Disk 1
  4191.  - Tool Chest
  4192.  - MacApp
  4193.  - Ad Lib 3.0.1V
  4194. 69856X
  4195. Nov 00^    TC Disk 1
  4196. e    No Change
  4197. /A(http://developer.apple.com/tools/macapp/
  4198. qdrawhandler
  4199. qdrawhandler
  4200. qdrawhandler
  4201. qdrawhandler
  4202. qdrawhandler
  4203. qdrawhandlerdispatch
  4204. qdrawhandlerdispatch
  4205. qdrawmhdlr
  4206. qdrawmhdlr
  4207. qdrawmhdlr
  4208. qdrawmhdlr
  4209. qdrawmhdlr
  4210. qdrawmhdlr
  4211. internals
  4212. internals
  4213. carbon
  4214. qt3-more
  4215. qt3-more
  4216. video
  4217. qt3dtween
  4218. qt3dtween
  4219. qt3dtween
  4220. qt3dtween
  4221. qt3dtween
  4222. qt3dtween
  4223. qtsprites
  4224. query
  4225. quick
  4226. quick
  4227. start
  4228. quicksort
  4229. quicksort
  4230. QT Internals is a simple QuickTime application that dumps information about  the movie structures. Open movies and use the menu entries for displaying information in a text window.J
  4231. About DTSQTUtilities
  4232. DTSQTUtilities.c
  4233. DTSQTUtilities.h
  4234. Mac Framework
  4235. QT Internals - 68k.
  4236. QT Internals - PPC.
  4237. QTInternals - 68k
  4238. QTInternals - PPC
  4239. QTInternals.c
  4240. QTInternals.h
  4241. READMEM    QuickTimeN
  4242. QuickTime, movie, structures
  4243. OCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:PNDev.CD Nov 00 TC Disk 2
  4244.  - Sample Code
  4245.  - QuickTime
  4246.  - Goodies
  4247.  - QT InternalsV
  4248. 72228X
  4249. Nov 00^    TC Disk 2
  4250. --set theItem to choose file -- uncomment to test in an AS editor
  4251.     tell application "Finder"
  4252.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:"
  4253.         activate
  4254.     end tell
  4255. on error errMsg number errNum
  4256.     --enter statements to perform when no records are found such as...
  4257.     display dialog "Sorry, the item you selected could not be found."
  4258.     return
  4259. end try
  4260. e    No Changef
  4261. QuickTime
  4262. movie
  4263. structures
  4264. Dev.CD Nov 00 TC Disk 2
  4265. All Packages
  4266. QT QDesign decomp
  4267. QDesign decompression information:
  4268. Version 1.0.1 fixes a hard coded constant, the source format (inputFormat.format),
  4269. to be read from the AIFF file decompression atom instead.  This fixes a bug where
  4270. not all QDesign sounds would decompress.
  4271. This sample is designed to show you how to create the required QuickTime atom and send
  4272. it to the QDesign decompression codecs so that you can decompress QDesign compressed
  4273. AIFF files using the Sound Manager's SoundConvert routines and the QuickTime QD
  4274. Cesign
  4275. codecs.
  4276. This sample also shows a tecnique of playing a sound that doesn't rely on doing any
  4277. work, other than setting a flag, at interrupt time.  Use this tecnique if you want to
  4278. be a friendly application, but not if you can't stand to have sound dropouts.
  4279. The interesting bits are in PlaySound and SoundCallBackFcn.
  4280. 72229X
  4281. 1e    No Change
  4282. Application Files
  4283. Building QT Samples
  4284. Common Files
  4285. QDMediaMaker.mak
  4286. QDMMaker 68k
  4287. QDMMaker 68k.mcp
  4288. QDMMaker PPC
  4289. QDMMaker PPC.mcp
  4290. QDMMaker Win.mcp
  4291. QDMMaker.c
  4292. QDMMaker.exe
  4293. QDMMaker.h
  4294. README
  4295. Untitled.movOBDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaMaker:PMDev.CD Nov 00 TC Disk 2
  4296.  - Sample Code
  4297.  - QuickTime
  4298.  - Codecs
  4299.  - QDMediaMakerV
  4300. 72227X
  4301. Nov 00^    TC Disk 2
  4302. --set theItem to choose file -- uncomment to test in an AS editor
  4303.     tell application "Finder"
  4304.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaMaker:"
  4305.         activate
  4306.     end tell
  4307. on error errMsg number errNum
  4308.     --enter statements to perform when no records are found such as...
  4309.     display dialog "Sorry, the item you selected could not be found."
  4310.     return
  4311. end try
  4312. e    No Changeq
  4313. Dev.CD Nov 00 TC Disk 2
  4314. All Packages
  4315. QT InternalsV
  4316. 72228X
  4317. sample
  4318. articles{
  4319. articulate
  4320. artwork
  4321. toolbox
  4322. keychain
  4323. en READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  4324. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  4325.     http://www.adobe.com/acrobat/register.html
  4326. To view the latest informationC
  4327.  on Acrobat, please go to:
  4328.     http://www.adobe.com/acrobat/
  4329. The person installing this package must agree to a license agreement presented during the installation process.
  4330. Reader InstallerK
  4331. May 97L
  4332. Feb 99
  4333. O7Dev.CD Dec 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:
  4334. wang's
  4335. wantl
  4336. wanted
  4337. wanting
  4338. wants
  4339. warming
  4340. warning
  4341. warnings
  4342. warns
  4343. warranty
  4344. warrior
  4345. waste
  4346. watch
  4347. watcher
  4348. watches
  4349. watchme
  4350. watchme
  4351. custom
  4352. application
  4353. intended
  4354. support
  4355. wavelet
  4356. wavetable
  4357. wavetablesynth
  4358. waving
  4359. develop-ers
  4360. rements
  4361. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  4362. -  MacOS 7.0 or later
  4363. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  4364. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  4365. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  4366. O or later (3.0.1 or later recommended)
  4367. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  4368. You may also be able to use other Web browsers that fully support the Netscape APIs.
  4369. Adobe, Acrobat, Reader, PDF
  4370. r13u5
  4371. r14a1
  4372. r15d1
  4373. radiostation
  4374. radiostation
  4375. ramcdev
  4376. ramcdev
  4377. ramdisk
  4378. ramdisk
  4379. ramdiskcdev
  4380. ramdiskcdev
  4381. ramdiskcommon
  4382. ramdiskcommon
  4383. ramdiskdrivermain
  4384. ramdiskdrivermain
  4385. ramdiskdrvr
  4386. ramdiskdrvr
  4387. concurrent
  4388. connections
  4389. connectivity
  4390. connectix
  4391. considerx
  4392. considerable
  4393. considerationsx
  4394. consideredx
  4395. consideringx
  4396. consistencyu
  4397. consistent
  4398. consistsg
  4399. console
  4400. constant
  4401. constants`
  4402. construct
  4403. construction
  4404. consuming
  4405. contactj
  4406. containT
  4407. contained
  4408. containing
  4409. containsS
  4410. contentz
  4411. contentsi
  4412. context
  4413. contextualy
  4414. continue_
  4415. continuing
  4416. 72709X
  4417. Nov 99^
  4418. --set theItem to choose file -- uncomment to test in an AS editor
  4419.     tell application "Finder"
  4420.         open item "Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:"
  4421.         activate
  4422.     end tell
  4423. on error errMsg number errNum
  4424.     --enter statements to perform when no records are found such as...
  4425.     display dialog "Sorry, the item you selected could not be found."
  4426.     return
  4427. end try
  4428. Deletedq
  4429. Dev.CD Nov 99 TC
  4430. All Packages
  4431. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  4432. Dev.CD Jan 94
  4433. Dev.CD Oct 93
  4434. Dev.CD Jul 93
  4435. Dev.CD Apr 93PDDev.CD Apr 94
  4436. Dev.CD Jan 94
  4437. Dev.CD Oct 93
  4438. Dev.CD Jul 93
  4439. Dev.CD Apr 9V
  4440. 72710X
  4441. Apr 94
  4442. relationships
  4443. relative
  4444. relatively
  4445. relax
  4446. releaseR
  4447. Dev.CD Apr 95
  4448. Dev.CD Jan 9V
  4449. 72343X
  4450. Apr 95
  4451. p--set theItem to choose file -- uncomment to test in an AS editor
  4452.     tell application "Finder"
  4453.         open item "Dev.CD Apr 95
  4454. Dev.CD Jan 95"
  4455.         activate
  4456.     end tell
  4457. on error errMsg number errNum
  4458.     --enter statements to perform when no records are found such as...
  4459.     display dialog "Sorry, the item you selected could not be found."
  4460.     return
  4461. end try
  4462. All Packages
  4463. QuickDraw GXO
  4464. Dev.CD Apr 95
  4465. Dev.CD Jan 95P
  4466. Dev.CD Apr 95
  4467. Dev.CD Jan 9V
  4468. 72344X
  4469. Apr 95
  4470. p--set theItem to choose file -- uncomment to test in an AS editor
  4471.     tell application "Finder"
  4472.         open item "Dev.CD Apr 95
  4473. Dev.CD Jan 95"
  4474.         activate
  4475.     end tell
  4476. on error errMsg number errNum
  4477.     --enter statements to perform when no records are found such as...
  4478.     display dialog "Sorry, the item you selected could not be found."
  4479.     return
  4480. end try
  4481. All Packages
  4482. QuickDraw GXO
  4483. Dev.CD Apr 95P
  4484. Dev.CD Apr 9V
  4485. 72345X
  4486. olr.qtx. Move that .qtx file into the System folder in the Windows folder. (You may need to edit the .bat file if the Rez and RezWack utilities are not located in the folder QuickTimeSDK\QTDevWin\Tools.)
  4487. If you are using MS-Dev, just build the project and then run the batch file QDrawMHdlr.rez.bat; move the .qtx file as described in the preceding paragraph.
  4488. Enjoy!
  4489. Building QT Samples
  4490. dllmain.c
  4491. MacPrefix.h
  4492. MacPrefixRez68K.h
  4493. MacPrefixRezPPC.h
  4494. QDMediaCommon.h
  4495. QDrawHandler.c
  4496. QDrawHandler.h
  4497. QDrawHandler.l
  4498. QDrawHandler.r
  4499. QDrawHandlerDispatch.h
  4500. QDrawMHdlr 68K
  4501. QDrawMHdlr PPC
  4502. QDrawMHdlr.dll
  4503. QDrawMHdlr.mcp
  4504. QDrawMHdlr.rez.bat
  4505. README
  4506. WinPrefix.h
  4507. ODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:PODev.CD Nov 00 TC Disk 2
  4508.  - Sample Code
  4509.  - QuickTime
  4510.  - Codecs
  4511.  - QDMediaHandler
  4512. JwRead Me 
  4513.  Interaction Sample
  4514. Receiver
  4515. Receiver.mcp
  4516. Receiver.rsrc
  4517. reciever.c
  4518. Sender(PPC)
  4519. sender.c
  4520. Sender.mcp
  4521. Sender.rsrcM
  4522. System 7.0N+AppleEvent, interaction, AEInteractWithUser
  4523. waysg
  4524. wdefcolorsample
  4525. wdefcolorsamplewdef
  4526. wdefpatch
  4527. wdefs
  4528. we're
  4529. we've
  4530. weather
  4531. web-site
  4532. webcolor
  4533. webobjects
  4534. website
  4535. websites
  4536. weeklyz
  4537. weeks
  4538. weight
  4539. weird
  4540. weiss
  4541. well{
  4542. driveid
  4543. driver
  4544. driver
  4545. gestalt
  4546. drivers
  4547. device
  4548. driver
  4549. block
  4550. storage
  4551. drivergestalt
  4552. drivergestaltexplore
  4553. drivers
  4554. actionsZ
  4555. activate
  4556. active
  4557. actively
  4558. activities
  4559. activityh
  4560. actualw
  4561. actually
  4562. graphical
  4563. editor
  4564. which
  4565. create
  4566. adaptU
  4567. adaptation
  4568. additionalY
  4569. additions{
  4570. addresmenu[
  4571. addressy
  4572. address
  4573. resolution
  4574. protocol
  4575. protocol
  4576. mapping
  4577. addresses
  4578. addressing
  4579. addsZ
  4580. addvractions\
  4581. This sample code illustrates one way to write a derived media handler. It's based on the code described in the article "Somewhere in QuickTime: Derived Media Handlers" by John Wang in develop, issue 14. That article shows how to store QuickDraw pictures as the media in a track. 
  4582. The current sample expands on the original code by making it PowerPC-savvy and cross-platform. 
  4583. Mac OS Build Instructions:
  4584. Build either the PPC or 68K project using CodeWarrior; then install the resulting extens
  4585. ion in the Extensions folder in the System folder and reboot. Alternatively, just drop the extension onto a utility like Reinstaller to make the media handler immediately available.
  4586. Windows Build Instructions:
  4587. Build the Windows DLL using CodeWarrior; then copy the DLL to a Windows machine, along with the files QDrawHandler.r, QDMediaCommon.h, and QDrawMHdlr.rez.bat. Once all these files are on a Windows machine, run the batch file QDrawMHdlr.rez.bat, which should create the file QDrawMHd
  4588. nsetpalette
  4589. nshost
  4590. nshost
  4591. cocoa
  4592. address
  4593. network
  4594. tcp/ip
  4595. search
  4596. browse
  4597. internet
  4598. nubus
  4599. number
  4600. number
  4601. formatting
  4602. resedit
  4603. localization
  4604. numbers
  4605. objec
  4606. object
  4607. object
  4608. disassembly
  4609. ultraslimfast
  4610. dumpobj
  4611. pportlib
  4612. macodbc
  4613. database
  4614. connectivity
  4615. drivers
  4616. network
  4617. middlewar
  4618. apple
  4619. event
  4620. opening
  4621. documents
  4622. off-screen
  4623. offscreenr
  4624. offscreen
  4625. copybits
  4626. newgworld
  4627. gworld
  4628. pixmap
  4629. bitmap
  4630. alterr
  4631. ooptesample
  4632. opaque
  4633. choose
  4634. folder
  4635. navigation
  4636. services
  4637. transport
  4638. cache
  4639. delete
  4640. query
  4641. arpsample
  4642. 72226X
  4643. Nov 00^    TC Disk 2
  4644. --set theItem to choose file -- uncomment to test in an AS editor
  4645.     tell application "Finder"
  4646.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:"
  4647.         activate
  4648.     end tell
  4649. on error errMsg number errNum
  4650.     --enter statements to perform when no records are found such as...
  4651.     display dialog "Sorry, the item you selected could not be found."
  4652.     return
  4653. end try
  4654. e    No Changeq
  4655. Dev.CD Nov 00 TC Disk 2
  4656. All Packages
  4657. QDMediaMaker
  4658. QDMMaker is a sample application that creates movies that use the QuickDraw media handler. Select a menu item in the Make menu to create one of four different movies. You can use these movies to test the QuickDraw media handler.
  4659. This code is based on the sample application code MakeMyMediaMovies by John Wang. See develop magazine, issue 14, for more information about the QuickDraw derived media handler.
  4660. 72227X
  4661. 1e    No Change
  4662. replacementV
  4663. replaces
  4664. replaces
  4665. postscript
  4666. sample
  4667. replacing
  4668. repliese
  4669. reply
  4670. report{
  4671. reported
  4672. reporter
  4673. reporting
  4674. reports
  4675. repositories
  4676. repository
  4677. represent
  4678. representation
  4679. representations
  4680. representative
  4681. represented
  4682. representing
  4683. represents
  4684. reprinting{
  4685. reproduce
  4686. reproduced
  4687. reproduction
  4688. request
  4689. tivate
  4690.     end tell
  4691. on error errMsg number errNum
  4692.     --enter statements to perform when no records are found such as...
  4693.     display dialog "Sorry, the item you selected could not be found."
  4694.     return
  4695. end try
  4696. e    No Change
  4697. printer-specific
  4698. printers{
  4699. printers/print
  4700. printing
  4701. printing-related
  4702. prints
  4703. prior
  4704. priorities
  4705. priority
  4706. private
  4707. y 92L
  4708. May 94M
  4709. System 7.0N
  4710. AE, Apple Events, AppleEventsO[Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE User Terminology 3/92:PcDev.CD Nov 00 TC Disk 1
  4711.  - Tool Chest
  4712.  - Interapplication Communication
  4713.  - AE User Terminology 3/92V
  4714. 69862X
  4715. Nov 00^    TC Disk 1
  4716. e    No Change
  4717. $FSpCompat.c
  4718. FSpCompat.h
  4719. GetFolder.rsrc
  4720. MoreDesktopMgr.c
  4721. MoreDesktopMgr.h
  4722. MoreFiles.c
  4723. MoreFiles.h
  4724. MoreFilesExtras.c
  4725. MoreFilesExtras.h
  4726. Optimization.h
  4727. OptimizationEnd.h
  4728. Search.c
  4729. Search.h
  4730. StandardGetFolder(PPC)
  4731. StandardGetFolder.c
  4732. StandardGetFolder.h
  4733. StandardGetFolder.mcp
  4734. StandardGetFolderMain.c
  4735. System 7N+Standard File StandardFile SF Choose FolderOJDev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:StandardGetFolder:PUDev.CD Nov 00 TC Disk 1
  4736.  - Sample Code
  4737.  - Files
  4738.  - Standard File
  4739.  - StandardGetFolderu
  4740. summary
  4741. definition
  4742. procedure
  4743. source
  4744. summary
  4745. series
  4746. tools
  4747. source
  4748. allow
  4749. summary
  4750. xcmds
  4751. xfcns
  4752. perform
  4753. summary
  4754. three
  4755. tools
  4756. written
  4757. hardwar
  4758. summary
  4759. simple
  4760. window
  4761. based
  4762. debugger
  4763. kernel
  4764. summary
  4765. prgram
  4766. guide
  4767. macintosh
  4768. power
  4769. MacOS more accessible.
  4770. Speech Recognition Manager: This QuickView database documents the speech recognition services for Macintosh computers.
  4771. Inside Macintosh: Telephony: This QuickView Database describes the Telephone Manager, the part of the Macintosh system software that you can use to develop applications and other software that provide telephony capabilities (that is, capabilities that allow you to manage telephones, and in particular to establish or control connections between teleD
  4772. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  4773. Jh Read Me First!
  4774. Adv Color Imaging on the Mac OS:
  4775. Apple Game Sprockets:
  4776. IM-Telephony:
  4777. Speech Recognition:K
  4778. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:
  4779. May 94L
  4780. Nov 96O
  4781. Dev.CD Nov 99 TC:Sample Code:P
  4782. Dev.CD Nov 99 TC
  4783.  - Sample Codepc
  4784. aecdev
  4785. rsrce
  4786. aecdev-aedaemone
  4787. aechess
  4788. aechess
  4789. aecoerceinitf
  4790. aecoerceinit
  4791. aecoercionf
  4792. aecoercion
  4793. rsrcf
  4794. aecoercioninit
  4795. aecoercioninit
  4796. makef
  4797. aedaemon
  4798. aedaemon
  4799. aedaemon
  4800. aedaemon
  4801. rsrce
  4802. aedaemonaeventse
  4803. aedaemonaevents
  4804. aedaemonmaine
  4805. aedaemonmain
  4806. aedaemonppcstuffe
  4807. aedaemonppcstuff
  4808. aegizmosc
  4809. aegizmos
  4810. 1.4.2c
  4811. aehelpers
  4812. aehelpers
  4813. aehelpers
  4814. aereceive
  4815. aereceive
  4816. aereceive
  4817. aesend
  4818. aesend
  4819. aesend
  4820. aeutd
  4821. resourced
  4822. analyzerU
  4823. appleT
  4824. apple
  4825. workgroup
  4826. serversT
  4827. appleeventtypesd
  4828. appleeventtypes
  4829. applesearch
  4830. appleshare
  4831. appletalkT
  4832. appletalk
  4833. remote
  4834. accessT
  4835. architectureQ
  4836. archivedV
  4837. autoguest
  4838. buildingZ
  4839. building
  4840. samplesZ
  4841. coercionc
  4842. coercionsf
  4843. --set theItem to choose file -- uncomment to test in an AS editor
  4844.     tell application "Finder"
  4845.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:RotateString:"
  4846.         activate
  4847.     end tell
  4848. on error errMsg number errNum
  4849.     --enter statements to perform when no records are found such as...
  4850.     display dialog "Sorry, the item you selected could not be found."
  4851.     return
  4852. end try
  4853. pshot
  4854. snapshot
  4855. snapshot
  4856. snapshot
  4857. snapshot
  4858. snapshot
  4859. snapshotsample
  4860. snapshotsample
  4861. agent
  4862. specific
  4863. files
  4864. transports
  4865. software
  4866. software
  4867. license
  4868. software
  4869. license
  4870. sortablepicture
  4871. sortablepicture
  4872. sortablepicture
  4873. sortpicts
  4874. sortpicts
  4875. sortpicts
  4876. sortpicts
  4877. sortpictsapp
  4878. sortpictsapp
  4879. sortpictsthreads
  4880. sortpictsthreads
  4881. sorts
  4882. finder
  4883. apple
  4884. events
  4885. finder
  4886. appleevents
  4887. finderevents
  4888. events
  4889. finder
  4890. strings
  4891. finder
  4892. scripting
  4893. finder
  4894. windows
  4895.  alone code (Desk Accessories, CDEVs, INITs, and Drivers) can send and receive Apple events indirectly by way of a faceless background application.  Although it is possible for stand alone code to send Apple events, it is not possible for stand alone code to receive Apple events or receive replies to any Apple events it sends.  This sample shows how a CDEV can send and receive apple events. 
  4896. AECDEV
  4897. AECdev.c
  4898. AECdev.h
  4899. AECDev.mcp
  4900. AECDEV.PPC.c
  4901. AECDev.rsrc
  4902. AEDaemon
  4903. AEDaemon.h
  4904. AEdaemon.mcp
  4905. AEDaemon.rsrc
  4906. AEDaemonAEvents.c
  4907. AEDaemonMain.c
  4908. AEDaemonPPCStuff.c
  4909. Quit AEDaemon
  4910. Read Me 
  4911.  AECDEV-AEDAEMONM
  4912. System 7.0N
  4913. PPC ToolboxOJDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:AECDEV/AEDAEMON:PRDev.CD Nov 00 TC Disk 1
  4914.  - Sample Code
  4915.  - Interapplication Comm
  4916.  - AECDEV/AEDAEMONV
  4917. 69863X
  4918. Nov 00^    TC Disk 1
  4919. e    No Change
  4920. qtshoweffect
  4921. qtsimpleapplet
  4922. qtsndtween
  4923. qtspacketizerreassem
  4924. qtsprites
  4925. qtstdcompr
  4926. qtstreamingapplet
  4927. qtstreammsg
  4928. qtstreamsplicer
  4929. qttestapplet
  4930. qttext
  4931. qttimecode
  4932. qttojavaimage
  4933. qtvectors
  4934. qtwiredsprites
  4935. quadra
  4936. qualified
  4937. quickdraw
  4938. PQDev.CD Nov 00 TC Disk 1
  4939.  - Tool Chest
  4940.  - QuickDraw GX
  4941.  - QDGX Spooler Patch 1.0.2V
  4942. 72225X
  4943. Nov 00^    TC Disk 1
  4944. --set theItem to choose file -- uncomment to test in an AS editor
  4945.     tell application "Finder"
  4946.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  4947.         activate
  4948.     end tell
  4949. on error errMsg number errNum
  4950.     --enter statements to perform when no records are found such as...
  4951.     display dialog "Sorry, the item you selected could not be found."
  4952.     return
  4953. end try
  4954. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  4955. Dev.CD Nov 00 TC Disk 1
  4956. All Packages
  4957. QDMediaHandler
  4958. 72226X
  4959. haven't
  4960. using
  4961. usual
  4962. usually
  4963. utilities
  4964. utility
  4965. utilizes
  4966. utilizing
  4967. v-twinj
  4968. v1.2.1R
  4969. v1.5.1
  4970. v1.7.2
  4971. v2.6.5]
  4972. v3.0.1^
  4973. v7.1.2
  4974. vacinity
  4975. valid
  4976. validate
  4977. validating
  4978. validation
  4979. mssccprj.scc
  4980. QTime.c
  4981. QTime.h
  4982. README.txt
  4983. resource.h
  4984. SimpleEditSDI.c
  4985. SimpleEditSDI.dsp
  4986. SimpleEditSDI.dsw
  4987. SimpleEditSDI.exe
  4988. SimpleEditSDI.h
  4989. SimpleEditSDI.mak
  4990. SimpleEditSDI.rc
  4991. STDWIN.C
  4992. STDWIN.HOGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:SimpleEditSDI.win:PRDev.CD Nov 00 TC Disk 2
  4993.  - Sample Code
  4994.  - QuickTime
  4995.  - Basics
  4996.  - SimpleEditSDI.winV
  4997. 72561X
  4998. Nov 00^    TC Disk 2
  4999. --set theItem to choose file -- uncomment to test in an AS editor
  5000.     tell application "Finder"
  5001.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:SimpleEditSDI.win:"
  5002.         activate
  5003.     end tell
  5004. on error errMsg number errNum
  5005.     --enter statements to perform when no records are found such as...
  5006.     display dialog "Sorry, the item you selected could not be found."
  5007.     return
  5008. end try
  5009. e    No Changeq
  5010. Dev.CD Nov 00 TC Disk 2
  5011. All Packages
  5012. SimpleHelpI^SimpleHelp is a very basic sample that demonstrates adding a help book to a cocoa application.K
  5013. Nov 00V
  5014. 72562X
  5015. 1e    No Change
  5016. e    No Changef.unmount
  5017. put away
  5018. Finder Apple Events
  5019. MoreFilesq
  5020. Dev.CD Nov 00 TC Disk 1
  5021. All Packages
  5022. QDGX Spooler Patch 1.0.2
  5023. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  5024. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  5025. ed versions of GX.
  5026. JuGX Spooler Patch Read Me
  5027. QDGX 1.1.1 Spooler Patch 1.0.2
  5028. QDGX 1.1.2 Spooler Patch 1.0.2
  5029. QDGX 1.1.3 Spooler Patch 1.0.2K
  5030. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOIDev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:V
  5031. 72225X
  5032. 1e    No Change
  5033. --set theItem to choose file -- uncomment to test in an AS editor
  5034.     tell application "Finder"
  5035.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:"
  5036.         activate
  5037.     end tell
  5038. on error errMsg number errNum
  5039.     --enter statements to perform when no records are found such as...
  5040.     display dialog "Sorry, the item you selected could not be found."
  5041.     return
  5042. end try
  5043. end try
  5044. PutAwayVolumes
  5045. This code sample demonstrates several ways to unmount a volume.
  5046. o Call MoreFiles and have it take its best shot.
  5047. o Augment MoreFiles with a little Finder-style interface and some strategic trash-emptying.
  5048. o Send an AppleEvent to Finder and have it do the whole thing.
  5049. A real strategy might use all of the above depending on its context.  The sample discusses which contexts might require which techniques.
  5050. J}MoreFiles
  5051. PutAwayOneVolume.c
  5052. PutAwayOneVolume.h
  5053. PutAwayOneVolume.rsrc
  5054. PutAwayVolumes(PPC)
  5055. PutAwayVolumes.c
  5056. PutAwayVolumes.mcpM
  5057. System 7.0N1unmount, put away, Finder Apple Events, MoreFilesO9Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:PADev.CD Nov 00 TC Disk 1
  5058.  - Sample Code
  5059.  - Files
  5060.  - PutAwayVolumesV
  5061. 72224X
  5062. Nov 00^    TC Disk 1
  5063. e    No Change
  5064. No Changef
  5065. AppleEvent Manager
  5066. coercionq
  5067. Dev.CD Nov 00 TC Disk 1
  5068. All Packages
  5069. AEGizmos 1.4.2V
  5070. 69865X
  5071. --set theItem to choose file -- uncomment to test in an AS editor
  5072.     tell application "Finder"
  5073.         open item "Dev.CD Apr 94
  5074. Dev.CD Jan 94
  5075. Dev.CD Oct 93
  5076. Dev.CD Aug 93"
  5077.         activate
  5078.     end tell
  5079. on error errMsg number errNum
  5080.     --enter statements to perform when no records are found such as...
  5081.     display dialog "Sorry, the item you selected could not be found."
  5082.     return
  5083. end try
  5084. 7.5.1
  5085. 7.5.2
  5086. 7.5.3
  5087. 7.5.5
  5088. 7.6.1
  5089. 7/19/2000
  5090. 7/25/00
  5091. 7100/80
  5092. 711702111
  5093. 73007200/1207200/906
  5094. 730513255
  5095. 750203540
  5096. 7editO
  5097. colorizepict
  5098. colorizepict
  5099. commQ
  5100. communicationsQ
  5101. communications
  5102. toolboxQ
  5103. compilable
  5104. componentdispatchk
  5105. componentdispatch
  5106. componentdispatch
  5107. componentprototypesk
  5108. componentprototypes
  5109. componentss
  5110. compressionm
  5111. compression
  5112. prefixm
  5113. compressorm
  5114. connection
  5115. contextualu
  5116. contextual
  5117. manageru
  5118. contrast
  5119. Dev.CD Jan 96 SDKV
  5120. 72296X
  5121. Jan 96
  5122. g--set theItem to choose file -- uncomment to test in an AS editor
  5123.     tell application "Finder"
  5124.         open item "Dev.CD Jan 96 SDK1"
  5125.         activate
  5126.     end tell
  5127. on error errMsg number errNum
  5128.     --enter statements to perform when no records are found such as...
  5129.     display dialog "Sorry, the item you selected could not be found."
  5130.     return
  5131. end try
  5132. All Packages
  5133. QuickDraw GXO Dev.CD Jan 96 SDK1
  5134. Dev.CD Jul 95P
  5135. Dev.CD Jan 96 SDK1
  5136. Dev.CD Jul 9V
  5137. 72297X
  5138. Jan 96
  5139. u--set theItem to choose file -- uncomment to test in an AS editor
  5140.     tell application "Finder"
  5141.         open item "Dev.CD Jan 96 SDK1
  5142. Dev.CD Jul 95"
  5143.         activate
  5144.     end tell
  5145. on error errMsg number errNum
  5146.     --enter statements to perform when no records are found such as...
  5147.     display dialog "Sorry, the item you selected could not be found."
  5148.     return
  5149. end try
  5150. All Packages
  5151. QuickDraw GXO
  5152. Dev.CD Jan 96 SDK1P
  5153. Dev.CD Jan 96 SDKV
  5154. 72298X
  5155. cpugestalt
  5156. cpugestalt
  5157. cpugestalt
  5158. cpugestalt
  5159. cquicktime
  5160. cquicktime
  5161. cquicktime
  5162. cquicktimewindow
  5163. cquicktimewindow
  5164. cquicktimewindow
  5165. crcpatch
  5166. crcpatch
  5167. folder
  5168. create
  5169. create
  5170. bless
  5171. create
  5172. createalias
  5173. createalias
  5174. E Tools:AEGizmos 1.4.2:PeDev.CD Nov 00 TC Disk 1
  5175.  - Tool Chest
  5176.  - Interapplication Communication
  5177.  - AE Tools
  5178.  - AEGizmos 1.4.2V
  5179. 69865X
  5180. Nov 00^    TC Disk 1
  5181. --set theItem to choose file -- uncomment to test in an AS editor
  5182.     tell application "Finder"
  5183.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  5184.         activate
  5185.     end tell
  5186. on error errMsg number errNum
  5187.     --enter statements to perform when no records are found such as...
  5188.     display dialog "Sorry, the item you selected could not be found."
  5189.     return
  5190. end try
  5191. e    No Change
  5192. pthreads
  5193. pub/pccts
  5194. public
  5195. publications
  5196. published
  5197. publisherw
  5198. publishers
  5199. publishing{
  5200. publishing
  5201. second
  5202. edition
  5203. pulled
  5204. punctuation
  5205. punjabi
  5206. puntuation
  5207. puppetstrings
  5208. purchase
  5209. purdue
  5210. purevoice
  5211. purge
  5212. purgeable
  5213. purged
  5214. purposeu
  5215. purposeful
  5216. purposes
  5217. putawayvolumes
  5218. ecording.  Please see the Read Me for complete details.
  5219. JUAETracker
  5220. AETracker Monitor
  5221. AETracker 
  5222.  Read
  5223. AETracker.h
  5224. Programmatic Interface - AETK
  5225. Mar 92L
  5226. Oct 92OYDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:V
  5227. 69866X
  5228. 1e    No Change
  5229. --set theItem to choose file -- uncomment to test in an AS editor
  5230.     tell application "Finder"
  5231.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:quitapps:"
  5232.         activate
  5233.     end tell
  5234. on error errMsg number errNum
  5235.     --enter statements to perform when no records are found such as...
  5236.     display dialog "Sorry, the item you selected could not be found."
  5237.     return
  5238. end try
  5239. appletalkR
  5240. appletalk
  5241. ethernet
  5242. networking
  5243. opentransport
  5244. tcp/ip
  5245. appletalk
  5246. ethertalk
  5247. tokentalk
  5248. network
  5249. ethernet
  5250. token
  5251. appletalk
  5252. printer
  5253. access
  5254. protocol
  5255. option
  5256. appletalk
  5257. networking
  5258. appletalk
  5259. router
  5260. internet
  5261. application
  5262. applications
  5263. appstogo
  5264. appstogo
  5265. rapid
  5266. application
  5267. development
  5268. arabic
  5269. architecture
  5270. archiving
  5271. arpsample
  5272. arrangement
  5273. 73060X
  5274. Dec 99^
  5275. --set theItem to choose file -- uncomment to test in an AS editor
  5276.     tell application "Finder"
  5277.         open item "Dev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:"
  5278.         activate
  5279.     end tell
  5280. on error errMsg number errNum
  5281.     --enter statements to perform when no records are found such as...
  5282.     display dialog "Sorry, the item you selected could not be found."
  5283.     return
  5284. end try
  5285. Deletedf8Apple Events Spell Grammar Writeswell Spellswell Workingq
  5286. Dev.CD Dec 99 RL
  5287. D(All Packages
  5288. Reference Library Edition
  5289. Workgroup Server 9650
  5290. electronics@
  5291. enet@
  5292. entertainment@
  5293. folder
  5294. multiprocessor
  5295. sharing
  5296. shared
  5297. volumes@
  5298. folder@
  5299. after
  5300. wombat@
  5301. language@
  5302. line@
  5303. loading@
  5304. macapp
  5305. framework
  5306. object-oriented
  5307. standard
  5308. library
  5309. carbonli@
  5310. manager@
  5311. ktime
  5312. effect
  5313. custom@
  5314. sample
  5315. illustrating
  5316. scrolling
  5317. controls
  5318. samples@
  5319. sampling@
  5320. scanning@
  5321. scriptable@
  5322. async
  5323. sample
  5324. simple
  5325. sample
  5326. illustrates
  5327. asynch@
  5328. seed@
  5329. seeing@
  5330. send@
  5331. serialdriverarbitrat
  5332. example
  5333. correctly
  5334. arbit@
  5335. services@
  5336. set-top@
  5337. setprojector@
  5338. settings@
  5339. sharedmemory@
  5340. shots@
  5341. shows@
  5342. shows
  5343. affect
  5344. background
  5345. color
  5346. control
  5347. signs@
  5348. simple
  5349. simpler@
  5350. simulator@
  5351. situationually@
  5352. sizes@
  5353. smaller@
  5354. smallest@
  5355. smith@
  5356. snazzy@
  5357. snippet
  5358. demonstrate
  5359. system
  5360. utilitie@
  5361. society@
  5362. solaris@
  5363. sole@
  5364. someone@
  5365. somewhere@
  5366. soundinputsample@
  5367. sources@
  5368. specified@
  5369. spells@
  5370. sprocketinvaders@
  5371. stack@
  5372. standardized@
  5373. step@
  5374. steps@
  5375. study@
  5376. integration
  5377. e    No Changef
  5378. strlist
  5379. string
  5380. string listq
  5381. Dev.CD Nov 00 TC Disk 1
  5382. All Packages
  5383. StylemapIJA code illustration for the Q&A on "intrinsic styles of a PostScript font"J%StyleMap(PPC)
  5384. StyleMap.mcp
  5385. StyleMap.pN
  5386. print, PostScript, fontO6Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:StyleMap:P>Dev.CD Nov 00 TC Disk 2
  5387.  - Sample Code
  5388.  - Printing
  5389.  - StyleMapV
  5390. 72627X
  5391. Nov 00^    TC Disk 2
  5392. --set theItem to choose file -- uncomment to test in an AS editor
  5393.     tell application "Finder"
  5394.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:StyleMap:"
  5395.         activate
  5396.     end tell
  5397. on error errMsg number errNum
  5398.     --enter statements to perform when no records are found such as...
  5399.     display dialog "Sorry, the item you selected could not be found."
  5400.     return
  5401. end try
  5402. e    No Changef
  5403. print
  5404. PostScript
  5405. fontq
  5406. Dev.CD Nov 00 TC Disk 2
  5407. All Packages
  5408. Super Snapshot
  5409. 72628X
  5410. summary
  5411. applescript
  5412. easy-to-use
  5413. scripting
  5414. language
  5415. All Packages
  5416. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5417. Dev.CD Jan 94
  5418. Dev.CD Oct 93
  5419. Dev.CD Jul 93
  5420. Dev.CD Apr 93PDDev.CD Apr 94
  5421. Dev.CD Jan 94
  5422. Dev.CD Oct 93
  5423. Dev.CD Jul 93
  5424. Dev.CD Apr 9V
  5425. 72711X
  5426. Apr 94
  5427. --set theItem to choose file -- uncomment to test in an AS editor
  5428.     tell application "Finder"
  5429.         open item "Dev.CD Apr 94
  5430. Dev.CD Jan 94
  5431. Dev.CD Oct 93
  5432. Dev.CD Jul 93
  5433. Dev.CD Apr 93"
  5434.         activate
  5435.     end tell
  5436. on error errMsg number errNum
  5437.     --enter statements to perform when no records are found such as...
  5438.     display dialog "Sorry, the item you selected could not be found."
  5439.     return
  5440. end try
  5441. All Packages
  5442. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5443. Dev.CD Jan 94
  5444. Dev.CD Oct 93
  5445. Dev.CD Jul 93
  5446. Dev.CD Apr 93PDDev.CD Apr 94
  5447. Dev.CD Jan 94
  5448. Dev.CD Oct 93
  5449. Dev.CD Jul 93
  5450. Dev.CD Apr 9V
  5451. 72712X
  5452. Apr 94
  5453. referenced
  5454. references
  5455. reflectingV
  5456. reformats
  5457. t to change at any moment. You should be careful when using this.
  5458. GestaltValue:  GestaltValue is a binary library that allows you to add your own Gestalt selectors to the System. No source.
  5459. Sleep Queue Entry:  This snippet demonstrates how to create a sleep queue entry under Think C.
  5460. TestGestalt:  These sample applications show how to use Gestalt to get information on system features.
  5461. TimeZone.Daylight:  This program shows how you can use the ReadLocation function to show the current lC
  5462. ocation and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.  The program also shows how you can determine if Daylight Savings Time is on or off.
  5463. May 94L
  5464. Nov 96debugl
  5465. aiffwriter
  5466. aiffwriter
  5467. aiffwriter
  5468. aiffwriter
  5469. aiffwriter
  5470. autoguest
  5471. buildingZ
  5472. building
  5473. samplesZ
  5474. changesj
  5475. coercionc
  5476. coercionsf
  5477. .DS_Store
  5478. build
  5479. English.lproj
  5480. main.cp
  5481. main.nib
  5482. PThreadSorts.app
  5483. PThreadSorts.pbproj
  5484. PThreadSorts.rsrc
  5485. ReadMe.rtf
  5486. SortablePicture.cp
  5487. SortablePicture.h
  5488. SortsK
  5489. Nov 00M
  5490. Mac OS X or laterNFMP, thread, pthread, POSIX, Multiprocessing, sorting, tasks, threadingO;Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:PThreadSorts:PCDev.CD Nov 00 TC Disk 2
  5491.  - Sample Code
  5492.  - Processes
  5493.  - PThreadSortsV
  5494. 72223X
  5495. Nov 00^    TC Disk 2
  5496. --set theItem to choose file -- uncomment to test in an AS editor
  5497.     tell application "Finder"
  5498.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:PThreadSorts:"
  5499.         activate
  5500.     end tell
  5501. on error errMsg number errNum
  5502.     --enter statements to perform when no records are found such as...
  5503.     display dialog "Sorry, the item you selected could not be found."
  5504.     return
  5505. end try
  5506. e    No Changef?MP
  5507. thread
  5508. pthread
  5509. POSIX
  5510. Multiprocessing
  5511. sorting
  5512. tasks
  5513. threadingo&http://developer.apple.com/samplecode/q
  5514. Dev.CD Nov 00 TC Disk 2
  5515. All Packages
  5516. 72224X
  5517. sample
  5518. ple event) dcmd is a MacsBug tool that displays a formatted listing of the contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  5519. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  5520. ReadMe - aevt dcmdK
  5521. Dec 98M
  5522. MacsBugN&MacsBug, AppleEvent, apple event, dcmdOADev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:aevt dcmd:PIDev.CD Nov 00 TC Disk 1
  5523.  - Tool Chest
  5524.  - Testing & Debugging
  5525.  - aevt dcmd
  5526. --set theItem to choose file -- uncomment to test in an AS editor
  5527.     tell application "Finder"
  5528.         open item "Dev.CD Dec 00 RL Disk 2:TechnicalPublications:Documenation_in_PDF:"
  5529.         activate
  5530.     end tell
  5531. on error errMsg number errNum
  5532.     --enter statements to perform when no records are found such as...
  5533.     display dialog "Sorry, the item you selected could not be found."
  5534.     return
  5535. end try
  5536. enterprise{
  5537. enterprise
  5538. internet
  5539. documentation
  5540. formats
  5541. enterprise
  5542. objects
  5543. enterprise
  5544. objects
  5545. documentation
  5546. enterprise
  5547. objects
  5548. framework
  5549. enters\
  5550. entertainment{
  5551. entire
  5552. entirely
  5553. entities
  5554. entitled
  5555. entity
  5556. esfahani
  5557. eskimo
  5558. especially
  5559. essential
  5560. essentials
  5561. ethernetR
  5562. ethertalkB
  5563. JDMalph 2.5:
  5564. ProjectDrag Applets:
  5565. ProjectDrag User Manual.txt
  5566. Sources:K
  5567. Sep 95L
  5568. Nov 95OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  5569.  - develop
  5570.  - develop Issue 23
  5571.  - develop Issue 23 code
  5572.  - ProjectDrag 1.1b8V
  5573. 72221X
  5574. k CD 2
  5575. --set theItem to choose file -- uncomment to test in an AS editor
  5576.     tell application "Finder"
  5577.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  5578.         activate
  5579.     end tell
  5580. on error errMsg number errNum
  5581.     --enter statements to perform when no records are found such as...
  5582.     display dialog "Sorry, the item you selected could not be found."
  5583.     return
  5584. end try
  5585. e    No Changeq
  5586. Bookmark CD 26
  5587. All Packages
  5588. ProtoViewsI
  5589. These examples are based on some code I wrote to fill up the screens in a prototype application. In addition to showing how to do list and grid views, they also show how to read a text file and create lists of data objects. 
  5590. J@ProtoViews Doc
  5591. ProtoViews.cp
  5592. ProtoViews.h
  5593. Using the View ClassesM
  5594. MacAppN6MacApp, TTextListView, TTextGridView, View, ProtoViewsOJDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:ProtoViews:PUDev.CD Nov 00 TC Disk 2
  5595.  - Sample Code
  5596.  - Platforms and Tools
  5597.  - MacApp
  5598.  - ProtoViewsely or together to perform a variety of information access tasks.
  5599. New feaures of AIAT 1.1 include:
  5600.  Document summarization - rank sentences within a document
  5601.  Document routing - specify arbitrary documenB
  5602. t categories and route documents among them
  5603.  Incremental accessor updating
  5604.  Improved related terms algorithm
  5605. Contact Apple's Software Licensing Department for licensing information
  5606. JOAIAT 1.0 Manual.pdf
  5607. AIAT 1.1 Changes.pdf
  5608. AIAT ReadMe
  5609. Examples
  5610. Headers
  5611. LibrariesK
  5612. Nov 97L
  5613. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  5614. search, index, vtwin, summaryO0Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AIAT:
  5615. 72222X
  5616. Nov 00^    TC Disk 2
  5617. --set theItem to choose file -- uncomment to test in an AS editor
  5618.     tell application "Finder"
  5619.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:ProtoViews:"
  5620.         activate
  5621.     end tell
  5622. on error errMsg number errNum
  5623.     --enter statements to perform when no records are found such as...
  5624.     display dialog "Sorry, the item you selected could not be found."
  5625.     return
  5626. end try
  5627. e    No Changef2MacApp
  5628. TTextListView
  5629. TTextGridView
  5630. ProtoViewsq
  5631. Dev.CD Nov 00 TC Disk 2
  5632. All Packages
  5633. PThreadSorts
  5634. PThread sorts is a sample based on the older sample called MP Threaded Sort by Matthew Xavier Mora that took pictures and applied different sorting algorithms to them using MP Tasks.  This sample is similar but uses POSIX Threads(pthreads) on Mac OS X instead.
  5635. Nov 00V
  5636. 72223X
  5637. 1e    No Change
  5638. Summary: The C version of ProgressWindoid 
  5639.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  5640. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  5641. JbProgressWindoid
  5642. ProgressWindoid Worksheet
  5643. ProgressWindoid.c
  5644. ProgressWindoid.make
  5645. ProgressWindoid.
  5646. Vol VIIL
  5647. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.OfDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  5648. C:PtDev.CD Nov 00 TC Disk 1
  5649.  - Tool Chest
  5650.  - Development Kits
  5651.  - HyperCard Related
  5652.  - XCMDs & XFCNs
  5653.  - ProgressWindoid
  5654. Ccustom sound-producing hardware.
  5655. 69870X
  5656. 1e    No Change
  5657. bases
  5658. baseservices
  5659. basic
  5660. basically
  5661. basicdiskimage
  5662. basicdiskimage
  5663. arbitrary
  5664. chunk
  5665. basics
  5666. basing
  5667. basis
  5668. basket
  5669. batch
  5670. batteries
  5671. battery
  5672. bbedit
  5673. Wessor.c
  5674. A-Law(PPC)
  5675. A-Law.mcp
  5676. A-Law.rsrc
  5677. ALAW.r
  5678. ComponentDispatch.c
  5679. ComponentDispatch.h
  5680. Compression.prefix
  5681. Decompression.prefixM
  5682. Sound Manager 3.0 or later
  5683. 72220X
  5684. Nov 00^    TC Disk 1
  5685. --set theItem to choose file -- uncomment to test in an AS editor
  5686.     tell application "Finder"
  5687.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  5688.         activate
  5689.     end tell
  5690. on error errMsg number errNum
  5691.     --enter statements to perform when no records are found such as...
  5692.     display dialog "Sorry, the item you selected could not be found."
  5693.     return
  5694. end try
  5695. e    No Changeq
  5696. Dev.CD Nov 00 TC Disk 1
  5697. All Packages
  5698. ProjectDrag 1.1b8
  5699. @Summary:  ProjectDrag is free drag-and-drop source control software, based on SourceServer from Apple. SourceServer is an AppleEvent-based subset of the MPW Shell which implements the Projector source control commands. See the column in develop issue 23 (pp. 72-6) for information on SourceServer and ProjectDrag basics.
  5700. Sep 95L
  5701. Nov 95V
  5702. 72221X
  5703. 1e    No Change
  5704. 72583X
  5705. Nov 99^
  5706. r--set theItem to choose file -- uncomment to test in an AS editor
  5707.     tell application "Finder"
  5708.         open item "Dev.CD Nov 99 TC:Sample Code:"
  5709.         activate
  5710.     end tell
  5711. on error errMsg number errNum
  5712.     --enter statements to perform when no records are found such as...
  5713.     display dialog "Sorry, the item you selected could not be found."
  5714.     return
  5715. end try
  5716. Deletedq
  5717. Dev.CD Nov 99 TC
  5718. D!All Packages
  5719. Tool Chest Edition
  5720. Snippets - Printing
  5721. (** = new, * = revised)
  5722. Dashed Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  5723. Dashed-capped Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. In this case, they are capped PostScript lines. I use round caps, which means that the ends of the lines are rounded. This simple example does not deal with QuickDraw
  5724. GrayT
  5725. getinfo
  5726. getkeysV
  5727. getlastchange
  5728. getmfsize
  5729. getnextevent
  5730. getnextfond
  5731. getopen
  5732. getownergroup
  5733. getpixrowbytes
  5734. getpopupmenuhandle
  5735. getprocessinformatio
  5736. getresource
  5737. getsounddescriptione
  5738. getstdfilterproc
  5739. getsystemgammas
  5740. gettable/settable
  5741. getter
  5742. getting{
  5743. getting
  5744. started
  5745. webobjects
  5746. mactcp
  5747. mactcp
  5748. first
  5749. mactcp
  5750. mactype
  5751. mactype
  5752. datasheet
  5753. white
  5754. paper
  5755. mag'n
  5756. magic
  5757. magic
  5758. oracle
  5759. magic
  5760. oracle
  5761. readme
  5762. magic
  5763. script
  5764. magic
  5765. magic
  5766. utility
  5767. magican
  5768. magician
  5769. magicoracle
  5770. magicoracle
  5771. mail~
  5772. suite
  5773. suite
  5774. dictionary
  5775. mailfoo
  5776. project
  5777. projectdrag
  5778. projectdrag
  5779. 1.1b8
  5780. projects
  5781. protoviews
  5782. pthreadsorts
  5783. publications
  5784. putawayvolumes
  5785. qdesign
  5786. spooler
  5787. patch
  5788. 1.0.2
  5789. qdmediahandler
  5790. qdmediamaker
  5791. internals
  5792. qdesign
  5793. decomp
  5794. qt3dtween
  5795. qtaddeffectseg
  5796. qtcreatemovie
  5797. qteffects
  5798. qteffects
  5799. explode
  5800. qtfiletransfer
  5801. qtflattentohandle
  5802. qtframestepper
  5803. qtfullscreen
  5804. qtgraphimp
  5805. qthintmovies
  5806. qtimadecompression
  5807. qtjava
  5808. qtjava
  5809. media
  5810. samples
  5811. qtmissingcomp
  5812. qtmoviefromprocs
  5813. qtmoviefromurl
  5814. qtmultiimage
  5815. qtmusic
  5816. qtmusictoo
  5817. qtreadwritejpeg
  5818. qtshell
  5819. qtshortcut
  5820. receive
  5821. redistribution
  5822. registration
  5823. registry~
  5824. release
  5825. reporting
  5826. reports
  5827. requests
  5828. resedit
  5829. resources
  5830. inidicators
  5831. init/controlh
  5832. initial
  5833. initialization
  5834. initialize
  5835. initializing
  5836. initiallyy
  5837. initiate
  5838. initiatives{
  5839. initport
  5840. initprojector
  5841. ter drivers under various circumstances. Read TN#91 for details.
  5842. PostScriptHandleDemo:  This sample demonstrates how to use the PostScriptHandle PicComment to send PostScript to PostScript printers. This is of course only useful for PostScript printers.
  5843. Print clipped offscreen: This sample shows how to print a clipped offscreen. Replaces old sample called 'Offscreen region MaskRgn'.
  5844. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the righ
  5845. t number of sheets of paper to tape together and make a poster, like many drawing applications.
  5846. PrintDialogMagic:  A short example of how to avoid having the print dialogs wait for user response (useful for automated printing).
  5847. Rotated Thingies:  This example demonstrates how to rotate objects on PostScript printers using two methods: RotateBegin/End PicComments and TextBegin/End PicComments. PrGeneral is used to change the resolution, which throws another wrench in the works: scaling.
  5848. }MYAny Macintosh with keyboard.  Any Macintosh System Software. Works on PowerBooks 100-170.S editor
  5849.     tell application "Finder"
  5850.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  5851.         activate
  5852.     end tell
  5853. on error errMsg number errNum
  5854.     --enter statements to perform when no records are found such as...
  5855.     display dialog "Sorry, the item you selected could not be found."
  5856.     return
  5857. end try
  5858. e    No Changef
  5859. Alias
  5860. HyperCard
  5861. System 7q
  5862. Dev.CD Nov 00 TC Disk 1
  5863. All Packages
  5864. All JavaI3A collection of all the QuickTime for Java samples.J
  5865. QuickTime for Java
  5866. - Common
  5867.     - Sun Compliant Java Runtime Environment 1.1
  5868.     - QuickTime 3 
  5869.     - QTJava.zip
  5870.     - QTJava media samples
  5871. - Mac OS:
  5872.     - System 8 or later
  5873.     - Macintosh Runtime for Java (MRJ) 2.1
  5874. - Windows 95, 98, or NT::
  5875.     - JRE/JDK from Sun Microsystems, Inc. recommended
  5876. O8Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:V
  5877. 69873X
  5878. 1e    No Change
  5879. 72219X
  5880. Nov 00^    TC Disk 1
  5881. --set theItem to choose file -- uncomment to test in an AS editor
  5882.     tell application "Finder"
  5883.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ProgressBars:"
  5884.         activate
  5885.     end tell
  5886. on error errMsg number errNum
  5887.     --enter statements to perform when no records are found such as...
  5888.     display dialog "Sorry, the item you selected could not be found."
  5889.     return
  5890. end try
  5891. e    No Changeq
  5892. Dev.CD Nov 00 TC Disk 1
  5893. All Packages
  5894. ProgressWindoid-C
  5895. 72220X
  5896. b"ProgressBars" is a source code sample illustrating how to use the "standard" progress bar and the "barber pole" progress bar in an application.  Inidicators displayed in this example are not based on the appearance manager controls.  Developers creating applications for use with Mac OS 8 and later should use the appearance manager indicator controls.
  5897. AppleEvents.c
  5898. BareBones.c
  5899. BareBones.h
  5900. Documentation
  5901. Events.c
  5902. Initialize.c
  5903. Menus.c
  5904. NonThreadedProgress.c
  5905. ProgressBars(PPC)
  5906. ProgressBars.mcp
  5907. ProgressBars.rsrc
  5908. Prototypes.h
  5909. ThreadedProgress.c
  5910. Utilities.c
  5911. Windows.cOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ProgressBars:PQDev.CD Nov 00 TC Disk 1
  5912.  - Sample Code
  5913.  - Human Interface Toolbox
  5914.  - ProgressBars
  5915. Communications Toolbox
  5916. Contributed
  5917. Devices and Hardware
  5918. Files
  5919. Games
  5920. Graphics 2D
  5921. Graphics 3D
  5922. Help Systems
  5923. Human Interface Toolbox
  5924. Interapplication Comm
  5925. Memory
  5926. Networking
  5927. OS Utilities
  5928. Overview
  5929. Platforms and Tools
  5930. Printing
  5931. Processes
  5932. QuickTime
  5933. Runtime Architecture
  5934. Sound
  5935. wdefs
  5936. we're
  5937. we've
  5938. webobjects
  5939. website
  5940. weeklyz
  5941. weeks
  5942. weight
  5943. weird
  5944. weiss
  5945. well{
  5946. well-designed
  5947. well-trod
  5948. }OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  5949.  - Tool Chest
  5950.  - Testing & Debugging
  5951.  - General toolsV
  5952. 72218X
  5953. Nov 00^    TC Disk 1
  5954. --set theItem to choose file -- uncomment to test in an AS editor
  5955.     tell application "Finder"
  5956.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  5957.         activate
  5958.     end tell
  5959. on error errMsg number errNum
  5960.     --enter statements to perform when no records are found such as...
  5961.     display dialog "Sorry, the item you selected could not be found."
  5962.     return
  5963. end try
  5964. e    No Changeq
  5965. Dev.CD Nov 00 TC Disk 1
  5966. All Packages
  5967. ProgressBars
  5968. 72219X
  5969. n of all the Macintosh QuickTime samples.J
  5970. Basics
  5971. Capturing
  5972. Codecs
  5973. Effects
  5974. Goodies
  5975. Importers and Exporters
  5976. Music and Sound
  5977. QuickTime for Java
  5978. QuickTime Text
  5979. QuickTime VR
  5980. Streaming
  5981. TimeCodes
  5982. Vectors
  5983. Wired Movies and SpritesO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:V
  5984. 69874X
  5985. 1e    No Change
  5986. All Packages
  5987. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5988. Dev.CD Jan 94
  5989. Dev.CD Oct 93
  5990. Dev.CD Jul 93
  5991. Dev.CD Apr 93PDDev.CD Apr 94
  5992. Dev.CD Jan 94
  5993. Dev.CD Oct 93
  5994. Dev.CD Jul 93
  5995. Dev.CD Apr 9V
  5996. 72715X
  5997. Apr 94
  5998. --set theItem to choose file -- uncomment to test in an AS editor
  5999.     tell application "Finder"
  6000.         open item "Dev.CD Apr 94
  6001. Dev.CD Jan 94
  6002. Dev.CD Oct 93
  6003. Dev.CD Jul 93
  6004. Dev.CD Apr 93"
  6005.         activate
  6006.     end tell
  6007. on error errMsg number errNum
  6008.     --enter statements to perform when no records are found such as...
  6009.     display dialog "Sorry, the item you selected could not be found."
  6010.     return
  6011. end try
  6012. All Packages
  6013. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  6014. Dev.CD Jan 94
  6015. Dev.CD Oct 93
  6016. Dev.CD Jul 93
  6017. Dev.CD Apr 93PDDev.CD Apr 94
  6018. Dev.CD Jan 94
  6019. Dev.CD Oct 93
  6020. Dev.CD Jul 93
  6021. Dev.CD Apr 9V
  6022. 72716X
  6023. Apr 94
  6024. read-only
  6025. read/write
  6026. readability
  6027. recordableb
  6028. JSummary: This is the developer's kit for the XTND file translation system. It includes the XTND engine itself as well as sample source code showing how to write XTND translators and how to add XTND support to an application
  6029. Features: By supporting XTND, an application can import and export text in a variety of standard formats.
  6030. Application Examples
  6031. Claris Translators
  6032. Claris XTND System
  6033. Documentation
  6034. PowerMac Stuff
  6035. Template for FTYP
  6036. Translator Examples
  6037. XTND 1.3.6 - Read Me First
  6038. XTND HeadersK
  6039. Vol XL
  6040. Nov 94M%Any Mac running System 6.0.7 or laterO@Dev.CD Oct 00 SDK1:Development Kits:
  6041.  Obsolete/Unsupported:XTND:PHDev.CD Oct 00 SDK1
  6042.  - Development Kits
  6043.  Obsolete/Unsupported
  6044.  - XTND
  6045. someone@
  6046. somewhere@
  6047. sources@
  6048. specified@
  6049. sprocketinvaders@
  6050. stack@
  6051. step@
  6052. steps@
  6053. string@
  6054. struggling@
  6055. study@
  6056. suite@
  6057. summary
  6058. summary
  6059. 5thcolumn
  6060. allows
  6061. control
  6062. informati@
  6063. g4enemy
  6064. g4enemy
  6065. g4externs
  6066. g4externs
  6067. g4graphics
  6068. g4graphics
  6069. g4interface
  6070. g4interface
  6071. g4lava
  6072. g4lava
  6073. g4main
  6074. g4main
  6075. g4play
  6076. g4play
  6077. g4prefs
  6078. g4prefs
  6079. g4resources
  6080. g4resources
  6081. g4setuptakedown
  6082. g4setuptakedown
  6083. g4sound
  6084. g4sound
  6085. g4utilities
  6086. g4utilities
  6087. gameheaders
  6088. reating
  6089. content
  6090. routine
  6091. sending
  6092. documents
  6093. apple
  6094. event
  6095. sample
  6096. compression/decompre
  6097. sound
  6098. manager
  6099. component
  6100. sample
  6101. write
  6102. those
  6103. things
  6104. sample
  6105. quicktime
  6106. component
  6107. accessorj
  6108. accessoriese
  6109. acclaimed
  6110. accommodates
  6111. account/password
  6112. accuracy
  6113. accurate
  6114. accurately
  6115. accurately
  6116. print
  6117. image
  6118. scanned
  6119. accurately
  6120. print
  6121. image
  6122. viewed
  6123. monitor
  6124. achieve
  6125. |PHDev.CD Dec 99 RL
  6126.  - Technical Documentation
  6127.  - Peripherals DocumentationV
  6128. 72217X
  6129. Dec 99^
  6130. --set theItem to choose file -- uncomment to test in an AS editor
  6131.     tell application "Finder"
  6132.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  6133.         activate
  6134.     end tell
  6135. on error errMsg number errNum
  6136.     --enter statements to perform when no records are found such as...
  6137.     display dialog "Sorry, the item you selected could not be found."
  6138.     return
  6139. end try
  6140. Deletedq
  6141. Dev.CD Dec 99 RL
  6142. All Packages
  6143. Programmer's Key 1.4.2
  6144. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  6145. Features: Allows reset and interrupt from keyboard.
  6146. This package is 7.0 compatible.  
  6147. General tools.imgK
  6148. Vol IIIL
  6149. Mar 92V
  6150. 72218X
  6151. 1e    No Change
  6152. Change
  6153. Advanced Web Site Technique.pdf
  6154. Avoid Audio Pitfalls Guide.pdf
  6155. CompbasedMediaBroadcastEnv
  6156. Creating MIDI for the Web3.pdf
  6157. DeBabelizer 3.0.pdf
  6158. Design For Reuse.pdf
  6159. DesignForRobustness
  6160. Digital Asset Management.pdf
  6161. Digital Storyboard.pdf 
  6162. DVD Development.pdf
  6163. DVD_Primer.pdf
  6164. Enhanced CD Survival Guide.pdf
  6165. EOModeler
  6166. Frameworks.pdf
  6167. Gender-Based Title Creation.pdf
  6168. Int_Media_Writer_Resources.pdf
  6169. Java Survival Guide.pdf
  6170. Making Cool QD3D Apps.pdf
  6171. Music on the Net.pdf
  6172. New Audio Features QT3.pdf
  6173. Porting
  6174. kObjectiveCtoJava
  6175. Push Tech Survival Gd.pdf
  6176. QT3-More Than Dig. Video.pdf
  6177. Simplified Stream Audio.pdf
  6178. Web Animation Guide.pdf
  6179. WebObjects Database Part I.pdf
  6180. WebObjects Database Part II.pdf
  6181. WebObjects Memory Mgmt.pdf
  6182. WebObjects Tools and Techniques
  6183. WebObjectsCategories&Posers.pdf
  6184. WebObjectsPerformanceTuning
  6185. Working with WebObjects.pdf
  6186. Writing for Interactive Media
  6187. profiler
  6188. appleevent
  6189. detectorsy
  6190. developerS
  6191. developers
  6192. directions{
  6193. der Mac OS. (This is not an endorsement.)
  6194. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  6195. J<Project
  6196. ScriptableStuffItEngine
  6197. ScriptableStuffItEngine.htmlK
  6198. Feb 99M
  6199. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOZDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:PbDev.CD Nov 00 TC Disk 1
  6200.  - Tool Chest
  6201.  - Interapplication Communication
  6202.  - ScriptableStuffItEnginen
  6203. ramdiskdrvr
  6204. ramdiskdrvr
  6205. theory
  6206. there[
  6207. there
  6208. three
  6209. different
  6210. samples
  6211. showing
  6212. variat
  6213. there
  6214. various
  6215. approaches
  6216. wavelet
  6217. processing
  6218. color
  6219. thereby
  6220. therefore
  6221. theresa
  6222. these`
  6223. these
  6224. applications
  6225. demonstrate
  6226. write
  6227. background
  6228. oe sure that the name of the profile file is the same as the name in the profile.  To use this application, first rename the file name of the profile as desired.  Then drag the ColorSync Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  6229. Features: see above
  6230. Issues: none
  6231. Communications Toolbox
  6232. Contributed
  6233. Devices and Hardware
  6234. Files
  6235. Games
  6236. Graphics 2D
  6237. Graphics 3D
  6238. Help Systems
  6239. Human Interface Toolbox
  6240. Interapplication Comm
  6241. Memory
  6242. Networking
  6243. OS Utilities
  6244. Overview
  6245. Platforms and Tools
  6246. Printing
  6247. Processes
  6248. QuickTime
  6249. Runtime Architecture
  6250. Sound
  6251. Jan 98M    ColorSyncN
  6252. ColorSync profile rename toolO>Dev.CD Oct 99 SDK: Development Kits: Mac OS: ColorSync 2.6 SDKPFDev.CD Oct 99 SDK
  6253.  -  Development Kits
  6254.  -  Mac OS
  6255.  -  ColorSync 2.6 SD"
  6256.     return
  6257. end try
  6258. e    No Changeo&http://developer.apple.com/samplecode/
  6259. What is the name of ColorSync
  6260.  Profile?
  6261. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  6262. Many applications correctly use the more descriptive internal 
  6263. profile name when building a popup menu or scrollable list of profiles to the user.  The ColorSync Photoshop Plug-ins are a good example of this.  The only problem with this approach is that, if the user renames a profile file in the Finder, the internal profile name is not changed.  A popup menu or scrollable list of profiles in an application is similarly unaffected.  
  6264. What does ProfileRenamer do to solve this?
  6265. ProfileRenamer is a simple drag-and-drop application which can help you mak
  6266. 72466X
  6267. Nov 00^    TC Disk 1
  6268. --set theItem to choose file -- uncomment to test in an AS editor
  6269.     tell application "Finder"
  6270.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:QuickTime Tools:"
  6271.         activate
  6272.     end tell
  6273. on error errMsg number errNum
  6274.     --enter statements to perform when no records are found such as...
  6275.     display dialog "Sorry, the item you selected could not be found."
  6276.     return
  6277. end try
  6278. e    No Changeq
  6279. Dev.CD Nov 00 TC Disk 1
  6280. vD!All Packages
  6281. Mac OS SDK Edition
  6282. QuickTime VR
  6283.     ation
  6284. modifymouseaccl
  6285. cursors
  6286. custom
  6287. custom
  6288. folder
  6289. custom
  6290. icons
  6291. custom
  6292. window
  6293. customgetfile
  6294. customgetfile
  6295. customputfile
  6296. dialog
  6297. select
  6298. folder
  6299. balloo
  6300. customgetfilepreviews
  6301. customputfile
  6302. cyrillic
  6303. decompressionQ
  6304. decompressor
  6305. decompressors
  6306. delete
  6307. delsearch
  6308. dependency
  6309. depth
  6310. processes
  6311. processing
  6312. processmgr
  6313. processorZ
  6314. processor-based{
  6315. processorsu
  6316. procs
  6317. prodos
  6318. produce
  6319. produced
  6320. producer
  6321. producer/consumer
  6322. produces
  6323. produces
  6324. module
  6325. producing
  6326.  theItem to choose file -- uncomment to test in an AS editor
  6327.     tell application "Finder"
  6328.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Anima:"
  6329.         activate
  6330.     end tell
  6331. on error errMsg number errNum
  6332.     --enter statements to perform when no records are found such as...
  6333.     display dialog "Sorry, the item you selected could not be found."
  6334.     return
  6335. end try
  6336. e    No Changef0Sprite
  6337. NewGWorld
  6338. GWorld
  6339. off screen
  6340. CopyBits
  6341. Blitq
  6342. Dev.CD Nov 00 TC Disk 1
  6343. 72216X
  6344. Oct 99^
  6345. --set theItem to choose file -- uncomment to test in an AS editor
  6346.     tell application "Finder"
  6347.         open item "Dev.CD Oct 99 SDK: Development Kits: Mac OS: ColorSync 2.6 SDK"
  6348.         activate
  6349.     end tell
  6350. on error errMsg number errNum
  6351.     --enter statements to perform when no records are found such as...
  6352.     display dialog "Sorry, the item you selected could not be found."
  6353.     return
  6354. end try
  6355. Deletedf
  6356. ColorSync profile rename toolq
  6357. Dev.CD Oct 99 SDK
  6358. |D(All Packages
  6359. Reference Library Edition
  6360. ProgGuide to Apple ScannersI
  6361. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  6362. ProgGuide to Apple ScannersK
  6363. Mar 93M
  6364. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:
  6365. postscript
  6366. sample
  6367. gxgraphics
  6368. gxifier
  6369. gxifier
  6370. gxoverridetool
  6371. hacktv
  6372. hairlines
  6373. handbookw
  6374. handles
  6375. handwriting
  6376. handyscrollingsample
  6377. hardware
  6378. hardware
  6379. system
  6380. update
  6381. stack
  6382. localization
  6383. navigator
  6384. hebrew
  6385. hebrew
  6386. language
  6387. hebrew
  6388. language
  6389. v1.0.1
  6390. helper
  6391. helpful
  6392. helpful
  6393. scripts
  6394. hidemenubar
  6395. hiermenus
  6396. hitec
  6397. hitec
  6398. super
  6399. front
  6400. hosesample
  6401. hotsauce
  6402.     Hjh MacTCP networking. You can easily put this code into your MacTCP application for the same functionality.
  6403. Communications Toolbox
  6404. Contributed
  6405. Devices and Hardware
  6406. Files
  6407. Games
  6408. Graphics 2D
  6409. Graphics 3D
  6410. Help Systems
  6411. Human Interface Toolbox
  6412. Interapplication Comm
  6413. Memory
  6414. Networking
  6415. OS Utilities
  6416. Overview
  6417. Platforms and Tools
  6418. Printing
  6419. Processes
  6420. QuickTime
  6421. Runtime Architecture
  6422. Sound
  6423. Feb 92L
  6424. May 95O
  6425. Dev.CD Nov 99 TC:Sample Code:P
  6426. Dev.CD Nov 99 TC
  6427.  - Sample Codepearancecdev
  6428. appearancehelpers
  6429. appearancehelpers
  6430. appearancehelpers
  6431. appearancesample
  6432. appearancesample
  6433. appkit
  6434. appleT
  6435. apple
  6436. cd-rom
  6437. apple
  6438. cd-rom
  6439. handbookw
  6440. apple
  6441. directions
  6442. 03/97}
  6443. apple
  6444. directions
  6445. 04/95{
  6446. apple
  6447. directions
  6448. 04/96|
  6449. apple
  6450. directions
  6451. 04/97}
  6452. apple
  6453. directions
  6454. 05/95{
  6455. apple
  6456. directions
  6457. 05/96|
  6458. ye    No Changef
  6459. process managerq
  6460. Dev.CD Nov 00 TC Disk 2
  6461. All Packages
  6462. ProcessI2A simple demonstration of the Process Manager API.J
  6463. proc.c
  6464. Process(PPC)
  6465. Process.mcpM
  6466. System 7.0N6Process Manager, GetNextProcess, GetProcessInformationO6Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:Process:P>Dev.CD Nov 00 TC Disk 2
  6467.  - Sample Code
  6468.  - Processes
  6469.  - ProcessV
  6470. 72215X
  6471. Nov 00^    TC Disk 2
  6472. --set theItem to choose file -- uncomment to test in an AS editor
  6473.     tell application "Finder"
  6474.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:Process:"
  6475.         activate
  6476.     end tell
  6477. on error errMsg number errNum
  6478.     --enter statements to perform when no records are found such as...
  6479.     display dialog "Sorry, the item you selected could not be found."
  6480.     return
  6481. end try
  6482. e    No Changef4Process Manager
  6483. GetNextProcess
  6484. GetProcessInformationq
  6485. Dev.CD Nov 00 TC Disk 2
  6486. {D!All Packages
  6487. Mac OS SDK Edition
  6488. ProfileRenamer
  6489. Apr 98N
  6490. Appearance Managerppearance Manager
  6491. --set theItem to choose file -- uncomment to test in an AS editor
  6492.     tell application "Finder"
  6493.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:ProcDoggie:"
  6494.         activate
  6495.     end tell
  6496. on error errMsg number errNum
  6497.     --enter statements to perform when no records are found such as...
  6498.     display dialog "Sorry, the item you selected could not be found."
  6499.     return
  6500. end try
  6501. apple's
  6502. developer
  6503. publications
  6504. apple's
  6505. developer
  6506. publications
  6507. features
  6508. improved
  6509. apple-related
  6510. apple-sanctioned
  6511. apple-specific
  6512. apple-sponsored
  6513. applecd
  6514. appleeventh
  6515. appleevent-based
  6516. appleevents
  6517. appleglot
  6518. appleguidegluelib
  6519. appleii
  6520. applejava
  6521. applelink{
  6522. applemodemtool
  6523. applescriptb
  6524. applescript's
  6525. applescript-based
  6526. applescriptsO
  6527. applesearchT
  6528. appleshareT
  6529. appleshare/file
  6530. applesingle/appledou
  6531. applet
  6532. xe    No Changef
  6533. testing
  6534. debugging
  6535. printersq
  6536. Dev.CD Nov 00 TC Disk 1
  6537. All Packages
  6538. ProcDoggie
  6539. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  6540. 1. Getting a list of running processes
  6541. 2. Getting information about a running process
  6542. 3. Launching a processes, with and without opening documents
  6543. ProcDoggie(PPC)
  6544. ProcDoggie.mcp
  6545. ProcDoggie.p
  6546. ProcDoggie.rsrc
  6547. Read Me About ProcDoggie
  6548. StubLDEF
  6549. UDialogUtils.p
  6550. UEmergMem.p
  6551. UEvents.p
  6552. UGlobals.p
  6553. UMenuHandler.p
  6554. UProcessGuts.p
  6555. UProcessLDEF.p
  6556. UProcessUtils.pK
  6557. May 97L
  6558. Jan 98N
  6559. process managerO9Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:ProcDoggie:PADev.CD Nov 00 TC Disk 2
  6560.  - Sample Code
  6561.  - Processes
  6562.  - ProcDoggieV
  6563. 72214X
  6564. Nov 00^    TC Disk 2
  6565. e    No Change
  6566. e software programmer, this book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  6567. nt team.
  6568. --set theItem to choose file -- uncomment to test in an AS editor
  6569.     tell application "Finder"
  6570.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  6571.         activate
  6572.     end tell
  6573. on error errMsg number errNum
  6574.     --enter statements to perform when no records are found such as...
  6575.     display dialog "Sorry, the item you selected could not be found."
  6576.     return
  6577. end try
  6578. AppearanceCDEV
  6579. Documents
  6580. Prefs for use with System 7.x
  6581. Tools
  6582. _KeyboardK
  6583. Oct 98L
  6584. Sep 99N$Appearance, .Keyboard, function keysO@Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:PHDev.CD Oct 00 SDK1
  6585.  - Development Kits
  6586.  - Mac OS
  6587.  - Appearance SDK 1.0.4
  6588. patterns
  6589. pause
  6590. pausegl
  6591. payoff
  6592. pballocate
  6593. pbcatsearch
  6594. pbdtgetappl
  6595. pbreadasync
  6596. pbwriteasync
  6597. pbxxx
  6598. pc-card
  6599. pccts
  6600. pci-based
  6601. pci-pci
  6602. pci-the{
  6603. pcmcia
  6604. viewer
  6605. utility
  6606. which
  6607. graphically
  6608. pending
  6609. penetrate
  6610. penguins
  6611. pentiumZ
  6612. people[
  6613. peoplesoft
  6614. percentage
  6615. perfectly
  6616. performf
  6617. vPJDev.CD Nov 00 TC Disk 2
  6618.  - Sample Code
  6619.  - Printing
  6620.  - Print multipage PICTV
  6621. 72211X
  6622. Nov 00^    TC Disk 2
  6623. --set theItem to choose file -- uncomment to test in an AS editor
  6624.     tell application "Finder"
  6625.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print multipage PICT:"
  6626.         activate
  6627.     end tell
  6628. on error errMsg number errNum
  6629.     --enter statements to perform when no records are found such as...
  6630.     display dialog "Sorry, the item you selected could not be found."
  6631.     return
  6632. end try
  6633. e    No Changef
  6634. print
  6635. PICTq
  6636. Dev.CD Nov 00 TC Disk 2
  6637. All Packages
  6638. PrintDialogMagicIuThis example shows how to automate printing while still showing the print dialog (which is needed for LaserWriter 8).JSPrintDialogMagic(PPC)
  6639. PrintDialogMagic.c
  6640. PrintDialogMagic.mcp
  6641. PrintDialogMagic.rsrcM
  6642. LaserWriter 8N
  6643. LaserWriter 8, print, dialogO>Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PrintDialogMagic:V
  6644. 72212X
  6645. 1e    No Change
  6646. wPFDev.CD Nov 00 TC Disk 2
  6647.  - Sample Code
  6648.  - Printing
  6649.  - PrintDialogMagicV
  6650. 72212X
  6651. Nov 00^    TC Disk 2
  6652. --set theItem to choose file -- uncomment to test in an AS editor
  6653.     tell application "Finder"
  6654.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PrintDialogMagic:"
  6655.         activate
  6656.     end tell
  6657. on error errMsg number errNum
  6658.     --enter statements to perform when no records are found such as...
  6659.     display dialog "Sorry, the item you selected could not be found."
  6660.     return
  6661. end try
  6662. e    No Changef
  6663. LaserWriter 8
  6664. print
  6665. dialogq
  6666. Dev.CD Nov 00 TC Disk 2
  6667. All Packages
  6668. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  6669. General tools.imgK
  6670. Feb 94N
  6671. testing, debugging, printersOEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  6672.  - Tool Chest
  6673.  - Testing & Debugging
  6674.  - General toolsV
  6675. 72213X
  6676. Nov 00^    TC Disk 1
  6677. e    No Change
  6678. printdialogmagic
  6679. printdialogmagic
  6680. printing
  6681. printingutils
  6682. printingutils
  6683. printondemand
  6684. printondemand
  6685. printpict
  6686. printpict
  6687. printpictlist
  6688. printpictlist
  6689. his book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  6690. print
  6691. record
  6692. mybuildmenu
  6693. mycomponent
  6694. mycomponent
  6695. mycomponent
  6696. mycomponent
  6697. mycomponent
  6698. mycomponent
  6699. mycomponentroutines
  6700. mycomponentroutines
  6701. mycomponentroutines
  6702. mycustomportscanner
  6703. mycustomportscanner
  6704. mydeviceloop
  6705. mydeviceloop
  6706. mydeviceloop
  6707. mydeviceloop
  6708. mydialog
  6709. mydialog
  6710. mydialog
  6711. myenetdriver
  6712. myenetdriver
  6713. myhelpmenu
  6714. myhelpmenu
  6715. myhelpmenu
  6716. myhelpmenu
  6717. myhelpmenu
  6718. myhelpmenu
  6719. mylistdef
  6720. mylistdef
  6721. myportcalls
  6722. myportcalls
  6723. myportcalls
  6724. myportmodule
  6725. myportmodule
  6726. myquicktakeapp
  6727. myquicktakeapp
  6728. 1.0.1tc7
  6729. myquicktakeapp
  6730. 1.0.2
  6731. myregistercomponent
  6732. myregistercomponent
  6733. applet
  6734. --set theItem to choose file -- uncomment to test in an AS editor
  6735.     tell application "Finder"
  6736.         open item "Dev.CD Apr 94
  6737. Dev.CD Jan 94
  6738. Dev.CD Oct 93
  6739. Dev.CD Jul 93
  6740. Dev.CD Apr 93"
  6741.         activate
  6742.     end tell
  6743. on error errMsg number errNum
  6744.     --enter statements to perform when no records are found such as...
  6745.     display dialog "Sorry, the item you selected could not be found."
  6746.     return
  6747. end try
  6748. professional
  6749. professionals
  6750. proficiency
  6751. proficient
  6752. protocols
  6753. prototyping
  6754. provide_
  6755. provided
  6756. providesO
  6757. providing
  6758. pseudo
  6759. public
  6760. publications
  6761. published
  6762. publisherw
  6763. publishing{
  6764. punctuation
  6765. puntuation
  6766. purchase
  6767. purposeu
  6768. purposes
  6769. 72210X
  6770. Nov 00^    TC Disk 2
  6771. --set theItem to choose file -- uncomment to test in an AS editor
  6772.     tell application "Finder"
  6773.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:"
  6774.         activate
  6775.     end tell
  6776. on error errMsg number errNum
  6777.     --enter statements to perform when no records are found such as...
  6778.     display dialog "Sorry, the item you selected could not be found."
  6779.     return
  6780. end try
  6781. e    No Changef
  6782. printq
  6783. Dev.CD Nov 00 TC Disk 2
  6784. All Packages
  6785. Print multipage PICTI
  6786. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the right number of sheets of paper to tape together and make a poster, like many drawing applications.J]Print Multipage PICT(PPC)
  6787. Print multipage PICT.mcp
  6788. Print multipage PICT.p
  6789. print.p
  6790. Sample.rsrcN
  6791. tile, print, PICTOBDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print multipage PICT:V
  6792. 72211X
  6793. 1e    No Change
  6794. clipper
  6795. clipping
  6796. clock
  6797. clocksB
  6798. clockwise
  6799. close
  6800. closeall
  6801. closed
  6802. closeport
  6803. closest
  6804. closing
  6805. closing
  6806. cmpismissing
  6807. codeO
  6808. OPrint 
  6809. clipped offscreen:  Takes a text string, turns it into a region and copies a clipped bitmap (just a pattern in this case, but it could be anything) to the printing grafPort.  The effect is patterned text here, but any image could be showing through the text.
  6810. This sample is a rewrite of the 'Offscreen region MaskRgn' sample. 
  6811. JGOffscreen Region.c
  6812. PrintClippedOffscreen(PPC)
  6813. PrintClippedOffscreen.mcpN
  6814. clip, text, printOEDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:PMDev.CD Nov 00 TC Disk 2
  6815.  - Sample Code
  6816.  - Printing
  6817.  - Print Clipped Offscreen
  6818. vrmakeobject
  6819. simple
  6820. application
  6821. converts
  6822. linear
  6823. wang's@
  6824. ways@
  6825. we'll@
  6826. websites@
  6827. well-designed@
  6828. were@
  6829. aegizmos@
  6830. when@
  6831. otdumpinternetstatus
  6832. otdumpportregistry
  6833. otendpointinfo
  6834. otfindserialports
  6835. otherresinfo-mungede
  6836. otllctest
  6837. otlookupnametest
  6838. otpapsampleserver
  6839. otpingsample
  6840. otsimpledownloadhttp
  6841. otsimpleserverhttp
  6842. otstreamlogviewer
  6843. ottcpwilldial
  6844. ottraceroutesample
  6845. gworld
  6846. output
  6847. profile
  6848. profiler
  6849. project
  6850. projects
  6851. publications
  6852. quadra
  6853. qualified
  6854. quickdraw
  6855. r13u5
  6856. r15d1
  6857. reader_
  6858. receive
  6859. redistribution
  6860. registration
  6861. registry~
  6862. release
  6863. reporting
  6864. reports
  6865. requests
  6866. resedit
  6867. resources
  6868. All Packages
  6869. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  6870. Dev.CD Jan 94
  6871. Dev.CD Oct 93P(Dev.CD Apr 94
  6872. Dev.CD Jan 94
  6873. Dev.CD Oct 9V
  6874. 72862X
  6875. Apr 94
  6876. ~--set theItem to choose file -- uncomment to test in an AS editor
  6877.     tell application "Finder"
  6878.         open item "Dev.CD Apr 94
  6879. Dev.CD Jan 94
  6880. Dev.CD Oct 93"
  6881.         activate
  6882.     end tell
  6883. on error errMsg number errNum
  6884.     --enter statements to perform when no records are found such as...
  6885.     display dialog "Sorry, the item you selected could not be found."
  6886.     return
  6887. end try
  6888. All Packages
  6889. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  6890. Dev.CD Jan 94
  6891. Dev.CD Oct 93P(Dev.CD Apr 94
  6892. Dev.CD Jan 94
  6893. Dev.CD Oct 9V
  6894. 72863X
  6895. Apr 94
  6896. lands
  6897. learning{
  6898. learning/testing
  6899. least
  6900. lengths
  6901. less{
  6902. lesser
  6903. letters
  6904. letting_
  6905. levela
  6906. All Packages
  6907. System Enabler 088 (AVs)O
  6908. Dev.CD Apr 94
  6909. Dev.CD Jan 94P
  6910. Dev.CD Apr 94
  6911. Dev.CD Jan 9V
  6912. 72815X
  6913. Apr 94
  6914. p--set theItem to choose file -- uncomment to test in an AS editor
  6915.     tell application "Finder"
  6916.         open item "Dev.CD Apr 94
  6917. Dev.CD Jan 94"
  6918.         activate
  6919.     end tell
  6920. on error errMsg number errNum
  6921.     --enter statements to perform when no records are found such as...
  6922.     display dialog "Sorry, the item you selected could not be found."
  6923.     return
  6924. end try
  6925. All Packages
  6926. System Enabler 088 (AVs)O)Dev.CD Apr 94
  6927. Dev.CD Jan 94
  6928. Dev.CD Oct 93P(Dev.CD Apr 94
  6929. Dev.CD Jan 94
  6930. Dev.CD Oct 9V
  6931. 72816X
  6932. Apr 94
  6933. motorola{
  6934. mount
  6935. mounted
  6936. mounting
  6937. mounts
  6938. mouse
  6939. move{
  6940. movieY
  6941. movieplayer
  6942. movies\
  6943. moving
  6944. mpc106A
  6945. mrjtoolkit
  6946. msdev
  6947. muchi
  6948. mulitple
  6949. Create and Bless Keys
  6950. MIB Bits
  6951. PPC Toolbox Keychain
  6952. PPCToolboxKeychain.c
  6953. PPCToolboxKeychain.h
  6954. PPCToolboxKeychain.mcp
  6955. PPCToolboxKeychain.r
  6956. Read Me
  6957. Testbed.prefixK
  6958. Nov 00M
  6959. Mac OS 9 or higherN6Apple events, AppleEvents, PPC Toolbox, AutoGuest INITOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:PPCToolboxKeychain:PJDev.CD Nov 00 TC Disk 1
  6960.  - Sample Code
  6961.  - Networking
  6962.  - PPCToolboxKeychainV
  6963. 72208X
  6964. Nov 00^    TC Disk 1
  6965. --set theItem to choose file -- uncomment to test in an AS editor
  6966.     tell application "Finder"
  6967.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:PPCToolboxKeychain:"
  6968.         activate
  6969.     end tell
  6970. on error errMsg number errNum
  6971.     --enter statements to perform when no records are found such as...
  6972.     display dialog "Sorry, the item you selected could not be found."
  6973.     return
  6974. end try
  6975. e    No Changef3Apple events
  6976. AppleEvents
  6977. PPC Toolbox
  6978. AutoGuest INITo&http://developer.apple.com/samplecode/q
  6979. Dev.CD Nov 00 TC Disk 1
  6980. All Packages
  6981. 72209X
  6982. fifteenv
  6983. fifth
  6984. figure
  6985. figured
  6986. file^
  6987. Wortunity to populate the Contextual Menu when the user selects text.
  6988. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  6989. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  6990. Features: Apple Data Detectors Extension - provides base functional
  6991. PrefsI
  6992. This application displays a sample preferences dialog containing editable text fields, radio buttons, and a file selection button.  Settings from this dialog are saved in a preferences file.
  6993. J%Pref.c
  6994. Pref.rsrc
  6995. Prefs(PPC)
  6996. Prefs.mcpOBDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Prefs:PJDev.CD Nov 00 TC Disk 1
  6997.  - Sample Code
  6998.  - Human Interface Toolbox
  6999.  - PrefsV
  7000. 72209X
  7001. Nov 00^    TC Disk 1
  7002. --set theItem to choose file -- uncomment to test in an AS editor
  7003.     tell application "Finder"
  7004.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Prefs:"
  7005.         activate
  7006.     end tell
  7007. on error errMsg number errNum
  7008.     --enter statements to perform when no records are found such as...
  7009.     display dialog "Sorry, the item you selected could not be found."
  7010.     return
  7011. end try
  7012. e    No Changeq
  7013. Dev.CD Nov 00 TC Disk 1
  7014. All Packages
  7015. Print clipped offscreen
  7016. 72210X
  7017. ied to work on Mac OS 7.6 or later.  Note that developers will als
  7018. testbed
  7019. prefix
  7020. testcpp
  7021. tester
  7022. testfinderevents
  7023. testfinderevents
  7024. testfinderevents
  7025. testfinderlaunch
  7026. testfinderlaunch
  7027. testfinderlaunch
  7028. Read MeK
  7029. Feb 98M
  7030. PowerPC processor requiredN4detector, contextual menu, Apple Data Detectors, ADDODDev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:PLDev.CD Oct 00 SDK1
  7031.  - Development Kits
  7032.  - Mac OS
  7033.  - Apple Data Detectors SDK
  7034. O@Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:PHDev.CD Nov 00 TC Disk 2
  7035.  - Sample Code
  7036.  - Text
  7037.  - TypeServicesForUnicodeV
  7038. 73005X
  7039. Nov 00^    TC Disk 2
  7040. --set theItem to choose file -- uncomment to test in an AS editor
  7041.     tell application "Finder"
  7042.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:"
  7043.         activate
  7044.     end tell
  7045. on error errMsg number errNum
  7046.     --enter statements to perform when no records are found such as...
  7047.     display dialog "Sorry, the item you selected could not be found."
  7048.     return
  7049. end try
  7050. e    No Changef=Unicode Imaging Text Type Bi-directional Rotation Double-byteq
  7051. Dev.CD Nov 00 TC Disk 2
  7052. All Packages
  7053. TypeServicesForUnicode
  7054. 73006X
  7055. All Packages
  7056. QuickDraw GXO#Dev.CD Aug 96 TC
  7057. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  7058. Dev.CD Jan 96 SDKV
  7059. 72312X
  7060. Aug 96
  7061. x--set theItem to choose file -- uncomment to test in an AS editor
  7062.     tell application "Finder"
  7063.         open item "Dev.CD Aug 96 TC
  7064. Dev.CD Jan 96 SDK1"
  7065.         activate
  7066.     end tell
  7067. on error errMsg number errNum
  7068.     --enter statements to perform when no records are found such as...
  7069.     display dialog "Sorry, the item you selected could not be found."
  7070.     return
  7071. end try
  7072. All Packages
  7073. QuickDraw GXO#Dev.CD Aug 96 TC
  7074. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  7075. Dev.CD Jan 96 SDKV
  7076. 72313X
  7077. Aug 96
  7078. async
  7079. async
  7080. device
  7081. asyncdriversample
  7082. asynchronous
  7083. asynchronous
  7084. manager
  7085. ataerrordetector
  7086. atapi
  7087. audio
  7088. audio
  7089. auntie
  7090. authentication
  7091. center
  7092. automated
  7093. automated
  7094. testing
  7095. automation
  7096. b--set theItem to choose file -- uncomment to test in an AS editor
  7097.     tell application "Finder"
  7098.         open item "Dev.CD Jul 95"
  7099.         activate
  7100.     end tell
  7101. on error errMsg number errNum
  7102.     --enter statements to perform when no records are found such as...
  7103.     display dialog "Sorry, the item you selected could not be found."
  7104.     return
  7105. end try
  7106. he item you selected could not be found."
  7107.     return
  7108. end try
  7109. Deletedf#Apple news
  7110. Apple Developer Newsq
  7111. Dev.CD May 98 TC
  7112. ;D!All Packages
  7113. Tool Chest Edition
  7114. Apple Directions 1995
  7115. All Packages
  7116. PPC EnablerO
  7117. Dev.CD Jul 95P
  7118. Dev.CD Jul 9V
  7119. 72207X
  7120. Jul 95
  7121. b--set theItem to choose file -- uncomment to test in an AS editor
  7122.     tell application "Finder"
  7123.         open item "Dev.CD Jul 95"
  7124.         activate
  7125.     end tell
  7126. on error errMsg number errNum
  7127.     --enter statements to perform when no records are found such as...
  7128.     display dialog "Sorry, the item you selected could not be found."
  7129.     return
  7130. end try
  7131. All Packages
  7132. PPCToolboxKeychain
  7133. This sample demonstrates the subtleties needed to create a PPC Toolbox keychain item.  PPC Toolbox uses generic password keychain items, however it stores the address of the remote machine in an non-obvious fashion.  This sample shows how to 
  7134. bless
  7135.  a generic password keychain item so that it can be used by the PPC Toolbox.  The ultimate goal of this sample is to allow you to programmatically send Apple events to a remote machine without any user interaction.
  7136. Nov 00V
  7137. 72208X
  7138. 1e    No Change
  7139. b--set theItem to choose file -- uncomment to test in an AS editor
  7140.     tell application "Finder"
  7141.         open item "Dev.CD Jul 95"
  7142.         activate
  7143.     end tell
  7144. on error errMsg number errNum
  7145.     --enter statements to perform when no records are found such as...
  7146.     display dialog "Sorry, the item you selected could not be found."
  7147.     return
  7148. end try
  7149.  a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. 
  7150. 72990X
  7151. Sep 97^
  7152. --set theItem to choose file -- uncomment to test in an AS editor
  7153.     tell application "Finder"
  7154.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:"
  7155.         activate
  7156.     end tell
  7157. on error errMsg number errNum
  7158.     --enter statements to perform when no records are found such as...
  7159.     display dialog "Sorry, the item you selected could not be found."
  7160.     return
  7161. end try
  7162. Deletedf+QuickView
  7163. Toolbox Assistant
  7164. quick referenceq
  7165. Dev.CD Sep 97 RL
  7166. D(All Packages
  7167. Reference Library Edition
  7168. Toolbox Assistant Update
  7169. Dev.CD Jul 96 SSWP
  7170. Dev.CD Jul 96 SSV
  7171. 72703X
  7172. Jul 96
  7173. f--set theItem to choose file -- uncomment to test in an AS editor
  7174.     tell application "Finder"
  7175.         open item "Dev.CD Jul 96 SSW"
  7176.         activate
  7177.     end tell
  7178. on error errMsg number errNum
  7179.     --enter statements to perform when no records are found such as...
  7180.     display dialog "Sorry, the item you selected could not be found."
  7181.     return
  7182. end try
  7183. All Packages
  7184. System 7.5 Update 2.0O
  7185. Dev.CD Jul 96 SSWP
  7186. Dev.CD Jul 96 SSV
  7187. 72704X
  7188. Jul 96
  7189. f--set theItem to choose file -- uncomment to test in an AS editor
  7190.     tell application "Finder"
  7191.         open item "Dev.CD Jul 96 SSW"
  7192.         activate
  7193.     end tell
  7194. on error errMsg number errNum
  7195.     --enter statements to perform when no records are found such as...
  7196.     display dialog "Sorry, the item you selected could not be found."
  7197.     return
  7198. end try
  7199. All Packages
  7200. System 7.5 Update 2.0O
  7201. Dev.CD Jul 96 SSWP
  7202. Dev.CD Jul 96 SSV
  7203. 72705X
  7204. Jul 96
  7205. All Packages
  7206. PowerTalk (PPC)O
  7207. Dev.CD Oct 94P
  7208. Dev.CD Oct 9V
  7209. 72192X
  7210. Oct 94
  7211. b--set theItem to choose file -- uncomment to test in an AS editor
  7212.     tell application "Finder"
  7213.         open item "Dev.CD Oct 94"
  7214.         activate
  7215.     end tell
  7216. on error errMsg number errNum
  7217.     --enter statements to perform when no records are found such as...
  7218.     display dialog "Sorry, the item you selected could not be found."
  7219.     return
  7220. end try
  7221. All Packages
  7222. PPC EnablerO
  7223. Dev.CD Jul 95P
  7224. Dev.CD Jul 9V
  7225. 72193X
  7226. Jul 95
  7227. b--set theItem to choose file -- uncomment to test in an AS editor
  7228.     tell application "Finder"
  7229.         open item "Dev.CD Jul 95"
  7230.         activate
  7231.     end tell
  7232. on error errMsg number errNum
  7233.     --enter statements to perform when no records are found such as...
  7234.     display dialog "Sorry, the item you selected could not be found."
  7235.     return
  7236. end try
  7237. All Packages
  7238. PPC EnablerO
  7239. Dev.CD Jul 95P
  7240. Dev.CD Jul 9V
  7241. 72194X
  7242. Jul 95
  7243. All Packages
  7244. PPC EnablerO
  7245. Dev.CD Jul 95P
  7246. Dev.CD Jul 9V
  7247. 72204X
  7248. Jul 95
  7249. b--set theItem to choose file -- uncomment to test in an AS editor
  7250.     tell application "Finder"
  7251.         open item "Dev.CD Jul 95"
  7252.         activate
  7253.     end tell
  7254. on error errMsg number errNum
  7255.     --enter statements to perform when no records are found such as...
  7256.     display dialog "Sorry, the item you selected could not be found."
  7257.     return
  7258. end try
  7259. All Packages
  7260. PPC EnablerO
  7261. Dev.CD Jul 95P
  7262. Dev.CD Jul 9V
  7263. 72205X
  7264. Jul 95
  7265. b--set theItem to choose file -- uncomment to test in an AS editor
  7266.     tell application "Finder"
  7267.         open item "Dev.CD Jul 95"
  7268.         activate
  7269.     end tell
  7270. on error errMsg number errNum
  7271.     --enter statements to perform when no records are found such as...
  7272.     display dialog "Sorry, the item you selected could not be found."
  7273.     return
  7274. end try
  7275. All Packages
  7276. PPC EnablerO
  7277. Dev.CD Jul 95P
  7278. Dev.CD Jul 9V
  7279. 72206X
  7280. Jul 95
  7281. tosh Strate
  7282. encodings
  7283. engine
  7284. enhanced
  7285. enhanced
  7286. macintosh
  7287. developer
  7288. enterprise
  7289. environment
  7290. eomodeler
  7291. error
  7292. essentials
  7293. european
  7294. european
  7295. distributors
  7296. localizers
  7297. evenbetterbuserror
  7298. evenbetterbuserror
  7299. event~
  7300. example
  7301. examplecodec
  7302. examples
  7303. explode
  7304. extractor
  7305. f/macos8
  7306. falkenburg's
  7307. fastditherusingqt
  7308. features
  7309. synchronization
  7310. system
  7311. manager
  7312. files
  7313. filesharingon
  7314. filters
  7315. content
  7316. extractor
  7317. finder
  7318. finderdragpro
  7319. finderevents
  7320. finderevents
  7321. finderheaps
  7322. finderlaunch
  7323. findfamilies
  7324. findprinter
  7325. findserialports
  7326. findsysfolder
  7327. floatingpoint
  7328. floatingwindow
  7329. editor
  7330. folder
  7331. folder
  7332. watching
  7333. fonts
  7334. fonts
  7335. 6.0.4
  7336. b--set theItem to choose file -- uncomment to test in an AS editor
  7337.     tell application "Finder"
  7338.         open item "Dev.CD Jul 95"
  7339.         activate
  7340.     end tell
  7341. on error errMsg number errNum
  7342.     --enter statements to perform when no records are found such as...
  7343.     display dialog "Sorry, the item you selected could not be found."
  7344.     return
  7345. end try
  7346. te: Guy Returns; IndustryWatch: No-So-Subtle Messages; In With eWorld, Out With AppleLink; Apple Ships OpenDoc Developer Release 3
  7347. ; New Newton Toolkit Offers Commpiler, Reduced Prices; Apple to Offer Oracle Power Objects for Client/Server Development; Apple Internet Connection Kit Gives Macintosh Users Internet Access; Apple Is Committed to Gaining Market Share; Apple Enterprise Awards Go to Nine Developers at PC EXPO.
  7348. Technology:  develop Issue 23: Music, 3D and More; CD Highlights: Reference Library Edition, September 1995; Human Interface: Easy to Use; Unified Networking for Mac OS Computers.
  7349. Business & Marketin
  7350. All Packages
  7351. PPC EnablerO
  7352. Dev.CD Jul 95P
  7353. Dev.CD Jul 9V
  7354. 72201X
  7355. Jul 95
  7356. b--set theItem to choose file -- uncomment to test in an AS editor
  7357.     tell application "Finder"
  7358.         open item "Dev.CD Jul 95"
  7359.         activate
  7360.     end tell
  7361. on error errMsg number errNum
  7362.     --enter statements to perform when no records are found such as...
  7363.     display dialog "Sorry, the item you selected could not be found."
  7364.     return
  7365. end try
  7366. All Packages
  7367. PPC EnablerO
  7368. Dev.CD Jul 95P
  7369. Dev.CD Jul 9V
  7370. 72202X
  7371. Jul 95
  7372. b--set theItem to choose file -- uncomment to test in an AS editor
  7373.     tell application "Finder"
  7374.         open item "Dev.CD Jul 95"
  7375.         activate
  7376.     end tell
  7377. on error errMsg number errNum
  7378.     --enter statements to perform when no records are found such as...
  7379.     display dialog "Sorry, the item you selected could not be found."
  7380.     return
  7381. end try
  7382. All Packages
  7383. PPC EnablerO
  7384. Dev.CD Jul 95P
  7385. Dev.CD Jul 9V
  7386. 72203X
  7387. Jul 95
  7388. ogy:  CD Hi
  7389. b--set theItem to choose file -- uncomment to test in an AS editor
  7390.     tell application "Finder"
  7391.         open item "Dev.CD Jul 95"
  7392.         activate
  7393.     end tell
  7394. on error errMsg number errNum
  7395.     --enter statements to perform when no records are found such as...
  7396.     display dialog "Sorry, the item you selected could not be found."
  7397.     return
  7398. end try
  7399. wer Computing Ships First Mac OS Compatibles
  7400. Strategy Mosaic: Copland: Technology For Customers' Sakes
  7401. Editor
  7402. s Note: Hedging Your
  7403.  Investments
  7404. IndustryWatch: Fast and Getting Faster
  7405. OpenDoc Developer Release 2
  7406. Apple Ships Open Transport Beta Software
  7407. Apple Reduces Prices on Developer University Self-Paced Training Products
  7408. develop Issue 22: More Than Ever!
  7409. CD Highlights: Reference Library Edition, June 1995
  7410. OpenDoc
  7411. One Architecture Fits All
  7412. Human Interface: Network Nirvana
  7413. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  7414. Market Research Monthly: The Most Popular Application Categories
  7415. Special Marketing Report:
  7416. All Packages
  7417. PPC EnablerO
  7418. Dev.CD Jul 95P
  7419. Dev.CD Jul 9V
  7420. 72198X
  7421. Jul 95
  7422. b--set theItem to choose file -- uncomment to test in an AS editor
  7423.     tell application "Finder"
  7424.         open item "Dev.CD Jul 95"
  7425.         activate
  7426.     end tell
  7427. on error errMsg number errNum
  7428.     --enter statements to perform when no records are found such as...
  7429.     display dialog "Sorry, the item you selected could not be found."
  7430.     return
  7431. end try
  7432. All Packages
  7433. PPC EnablerO
  7434. Dev.CD Jul 95P
  7435. Dev.CD Jul 9V
  7436. 72199X
  7437. Jul 95
  7438. b--set theItem to choose file -- uncomment to test in an AS editor
  7439.     tell application "Finder"
  7440.         open item "Dev.CD Jul 95"
  7441.         activate
  7442.     end tell
  7443. on error errMsg number errNum
  7444.     --enter statements to perform when no records are found such as...
  7445.     display dialog "Sorry, the item you selected could not be found."
  7446.     return
  7447. end try
  7448. All Packages
  7449. PPC EnablerO
  7450. Dev.CD Jul 95P
  7451. Dev.CD Jul 9V
  7452. 72200X
  7453. Jul 95
  7454. ws: Apple N
  7455. b--set theItem to choose file -- uncomment to test in an AS editor
  7456.     tell application "Finder"
  7457.         open item "Dev.CD Jul 95"
  7458.         activate
  7459.     end tell
  7460. on error errMsg number errNum
  7461.     --enter statements to perform when no records are found such as...
  7462.     display dialog "Sorry, the item you selected could not be found."
  7463.     return
  7464. end try
  7465.  1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  7466. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  7467. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  7468. This is final draft copy from the February Apple Directions, 
  7469.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  7470. February 1995 Apple Directions Articles
  7471. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  7472. All Packages
  7473. PPC EnablerO
  7474. Dev.CD Jul 95P
  7475. Dev.CD Jul 9V
  7476. 72195X
  7477. Jul 95
  7478. b--set theItem to choose file -- uncomment to test in an AS editor
  7479.     tell application "Finder"
  7480.         open item "Dev.CD Jul 95"
  7481.         activate
  7482.     end tell
  7483. on error errMsg number errNum
  7484.     --enter statements to perform when no records are found such as...
  7485.     display dialog "Sorry, the item you selected could not be found."
  7486.     return
  7487. end try
  7488. All Packages
  7489. PPC EnablerO
  7490. Dev.CD Jul 95P
  7491. Dev.CD Jul 9V
  7492. 72196X
  7493. Jul 95
  7494. b--set theItem to choose file -- uncomment to test in an AS editor
  7495.     tell application "Finder"
  7496.         open item "Dev.CD Jul 95"
  7497.         activate
  7498.     end tell
  7499. on error errMsg number errNum
  7500.     --enter statements to perform when no records are found such as...
  7501.     display dialog "Sorry, the item you selected could not be found."
  7502.     return
  7503. end try
  7504. All Packages
  7505. PPC EnablerO
  7506. Dev.CD Jul 95P
  7507. Dev.CD Jul 9V
  7508. 72197X
  7509. Jul 95
  7510. nment.
  7511. b--set theItem to choose file -- uncomment to test in an AS editor
  7512.     tell application "Finder"
  7513.         open item "Dev.CD Oct 94"
  7514.         activate
  7515.     end tell
  7516. on error errMsg number errNum
  7517.     --enter statements to perform when no records are found such as...
  7518.     display dialog "Sorry, the item you selected could not be found."
  7519.     return
  7520. end try
  7521. AppleLink at A.DIRECTIONS. 
  7522. Apple Directions 01/95
  7523. Apple Directions 02/95
  7524. Apple Directions 03/95
  7525. Apple Directions 04/95
  7526. Apple Directions 05/95
  7527. Apple Directions 06/95
  7528. Apple Directions 07/95
  7529. Apple Directions 08/95
  7530. Apple Directions 09/95
  7531. Apple Directions 10/95
  7532. Apple Directions 11/95
  7533. Apple Directions 12/95
  7534. Mar 95L
  7535. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  7536.  - Programs & Marketing
  7537.  - Apple Directions
  7538.  - Apple Directions 1995
  7539. macintosh
  7540. powerbook
  7541. series
  7542. developer
  7543. tomicon
  7544. customise
  7545. customizable
  7546. customization
  7547. customize
  7548. customize/rewrite
  7549. customized
  7550. customizing
  7551. custompicproc
  7552. customputappend
  7553. customputdialog
  7554. customputsuffix
  7555. cutting
  7556. cvtccomments
  7557. defaulttextbox
  7558. define
  7559. defined
  7560. definingw
  7561. definition
  7562. definitions
  7563. delays{
  7564. deleteB
  7565. delivery
  7566. delta{
  7567. demo's
  7568. demonstrateb
  7569. demonstratesN
  7570. demonstrates
  7571. loading
  7572. playing
  7573. saving
  7574. mulitple
  7575. sounds
  7576. demonstrates
  7577. sprite
  7578. animation
  7579. using
  7580. screen
  7581. gworldst
  7582. demonstratingb
  7583. demonstrationa
  7584. denali{
  7585. departmentj
  7586. dependacies
  7587. dependencies
  7588. dependenty
  7589. derivative
  7590. described
  7591. describes`
  7592. describing
  7593. --set theItem to choose file -- uncomment to test in an AS editor
  7594.     tell application "Finder"
  7595.         open item "Dev CD Vol. V
  7596. Dev CD Vol. IV
  7597. Developer CD (III)"
  7598.         activate
  7599.     end tell
  7600. on error errMsg number errNum
  7601.     --enter statements to perform when no records are found such as...
  7602.     display dialog "Sorry, the item you selected could not be found."
  7603.     return
  7604. end try
  7605. first-person
  7606. fits{
  7607. five{
  7608. fixed
  7609. fixed-point
  7610. fixesW
  7611. 73021X
  7612. Nov 00^    TC Disk 1
  7613. --set theItem to choose file -- uncomment to test in an AS editor
  7614.     tell application "Finder"
  7615.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Wavelet:"
  7616.         activate
  7617.     end tell
  7618. on error errMsg number errNum
  7619.     --enter statements to perform when no records are found such as...
  7620.     display dialog "Sorry, the item you selected could not be found."
  7621.     return
  7622. end try
  7623. f*Velocity Engine
  7624. AlitVec
  7625. Wavelet
  7626. Daubechiesq
  7627. Dev.CD Nov 00 TC Disk 1
  7628. All Packages
  7629. Verifier 1.0
  7630. 73022X
  7631. --set theItem to choose file -- uncomment to test in an AS editor
  7632.     tell application "Finder"
  7633.         open item "Dev.CD Apr 94
  7634. Dev.CD Jan 94
  7635. Dev.CD Oct 93
  7636. Dev.CD Jul 93
  7637. Dev.CD Apr 93"
  7638.         activate
  7639.     end tell
  7640. on error errMsg number errNum
  7641.     --enter statements to perform when no records are found such as...
  7642.     display dialog "Sorry, the item you selected could not be found."
  7643.     return
  7644. end try
  7645. powerbooks
  7646. powerful
  7647. powermac
  7648. powermacor68k
  7649. powermacs
  7650. poweroff
  7651. powerpcA
  7652. prepared
  7653. easing
  7654. easy{
  7655. quickdraw
  7656. viewer
  7657. thompson
  7658. advent
  7659. adventures
  7660. advertisements
  7661. advertising
  7662. advice
  7663. advisable
  7664. ae/em
  7665. aecdev/aedeamon
  7666. aecoercion
  7667. aecoercioninit
  7668. aegestalt
  7669. aegizmosg
  7670. aerecords
  7671. aesenda
  7672. aeutd
  7673. aevti
  7674. affect
  7675. affected
  7676. affects
  7677. affordable
  7678. affordance
  7679. afloat
  7680. afterN
  7681. again
  7682. against
  7683. age-old
  7684. agent
  7685. agents
  7686. aggregate
  7687. aggressive{
  7688. aglfont
  7689. build
  7690. Hooks.cp
  7691. Hooks.cp.o
  7692. Hooks.h
  7693. TestHooks
  7694. TestHooks.cp
  7695. TestHooks.cp.o
  7696. TestHooks.make
  7697. TestHooks.makeout
  7698. THooks Documentation
  7699. THooks Documentation.txtK
  7700. Vol IIIL
  7701. Vol VIIM/MPW C++. This package is System 7.0 compatible.OGDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:PRDev.CD Nov 00 TC Disk 1
  7702.  - Tool Chest
  7703.  - Development Kits
  7704.  - C++ Related
  7705.  - THooksV
  7706. 72982X
  7707. Nov 00^    TC Disk 1
  7708. --set theItem to choose file -- uncomment to test in an AS editor
  7709.     tell application "Finder"
  7710.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:"
  7711.         activate
  7712.     end tell
  7713. on error errMsg number errNum
  7714.     --enter statements to perform when no records are found such as...
  7715.     display dialog "Sorry, the item you selected could not be found."
  7716.     return
  7717. end try
  7718. e    No Changeq
  7719. Dev.CD Nov 00 TC Disk 1
  7720. zD!All Packages
  7721. Mac OS SDK Edition
  7722. Thread Manager SDK 2.1
  7723. p--set theItem to choose file -- uncomment to test in an AS editor
  7724.     tell application "Finder"
  7725.         open item "Dev.CD Apr 94
  7726. Dev.CD Jan 94"
  7727.         activate
  7728.     end tell
  7729. on error errMsg number errNum
  7730.     --enter statements to perform when no records are found such as...
  7731.     display dialog "Sorry, the item you selected could not be found."
  7732.     return
  7733. end try
  7734. namely
  7735. names[
  7736. nasty
  7737. natick
  7738. national
  7739. native
  7740. natural
  7741. nature
  7742. navigate_
  7743. navigates
  7744. navigating
  7745. navigationz
  7746. nearest
  7747. nearly
  7748. necessary
  7749.     Cl, if the user allows the save, the Save action is mapped to a Cancel action but the reply is marked as good.
  7750. Communications Toolbox
  7751. Contributed
  7752. Devices and Hardware
  7753. Files
  7754. Games
  7755. Graphics 2D
  7756. Graphics 3D
  7757. Help Systems
  7758. Human Interface Toolbox
  7759. Interapplication Comm
  7760. Memory
  7761. Networking
  7762. OS Utilities
  7763. Overview
  7764. Platforms and Tools
  7765. Printing
  7766. Processes
  7767. QuickTime
  7768. Runtime Architecture
  7769. Sound
  7770. Feb 97L
  7771. Feb 97M-System 7 or greater, Universal Interfaces 2.0NKCustomGetFile, CustomPutFile, dialog, select, folder, file, balloon, appendO
  7772. Dev.CD Nov 99 TC:Sample Code:P
  7773. Dev.CD Nov 99 TC
  7774.  - Sample Code
  7775. takesl
  7776. taking
  7777. requiring
  7778. requiring
  7779. training
  7780. apple
  7781. chinese
  7782. handwriting
  7783. rescind
  7784. research{
  7785. researching
  7786. resedit
  7787. resemble
  7788. reserve
  7789. reserved{
  7790. reset
  7791. resets
  7792. reside
  7793. resident
  7794. resizable
  7795. resize
  7796. resizeable
  7797. resizing
  7798. resolutionx
  7799. track-generating
  7800. trackcontrol
  7801. anslations
  7802. translucent
  7803. transmission
  7804. transparency
  7805. transparent
  7806. transparently
  7807. transport{
  7808. transport's
  7809. transports
  7810. trapavailable
  7811. trapped
  7812. traps
  7813. trash
  7814. travel
  7815. traversing
  7816. treat
  7817. treatment
  7818. A "buffed up" version of the Snapshot example, Super Snapshot goes above and beyond the call of carbonization.  Includes such additions as multiple windows, saving snapshots to a PICT file, dynamic resizing of windows (perhaps the only example that does this using the "classic" or traditional event model), different menus for OS 9 and X, handling the Apple Event "Quit," and a special menu that will set the desktop on OS 9 and display full screen snapshots on OS X.
  7819. JqAEventStuff.c
  7820. CarbonPrefix.h
  7821. CarbonRes.rsrc
  7822. ReadMe
  7823. SnapShot(PPC)
  7824. Snapshot.c
  7825. Snapshot.h
  7826. SnapShot.mcp
  7827. Snapshot.rsrcK
  7828. Nov 00M
  7829. Color QuickDraw, CarbonLibN+Snapshot, screen shot, pixmap, Carbon, PICTO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Super Snapshot:PGDev.CD Nov 00 TC Disk 1
  7830.  - Sample Code
  7831.  - Graphics 2D
  7832.  - Super Snapshot
  7833. suffer
  7834. suffix
  7835. suggested
  7836. suggestions
  7837. suit{
  7838. suitability
  7839. suitable
  7840. suitcase
  7841. themU
  7842. 08/95{
  7843. 08/96|
  7844. 08/97}
  7845. 09-multimediaS
  7846. 09-multimedia
  7847. graphicsS
  7848. 09/95{
  7849. 09/96|
  7850. 09/97}
  7851. 72582X
  7852. Nov 99^
  7853. r--set theItem to choose file -- uncomment to test in an AS editor
  7854.     tell application "Finder"
  7855.         open item "Dev.CD Nov 99 TC:Sample Code:"
  7856.         activate
  7857.     end tell
  7858. on error errMsg number errNum
  7859.     --enter statements to perform when no records are found such as...
  7860.     display dialog "Sorry, the item you selected could not be found."
  7861.     return
  7862. end try
  7863. Deletedq
  7864. Dev.CD Nov 99 TC
  7865. D!All Packages
  7866. Tool Chest Edition
  7867. Snippets - OS Utilities
  7868. (** = new, * = revised)
  7869. DeskPat:  This snippet how you can  access the "Desktop Pattern" and the "Set Utilities Pattern" pattern. (This pattern is set by holding down the option key in the Desktop Patterns Control Panel.) This control panel uses resources of type 'ppat' to store this pattern. The `ppat' resource is stored in the System file in your System Folder; the desktop pattern has an ID of 16 and the utilities pattern has an ID of 42. Since this is not documented, it could be subjec
  7870. b--set theItem to choose file -- uncomment to test in an AS editor
  7871.     tell application "Finder"
  7872.         open item "Dev.CD Oct 94"
  7873.         activate
  7874.     end tell
  7875. on error errMsg number errNum
  7876.     --enter statements to perform when no records are found such as...
  7877.     display dialog "Sorry, the item you selected could not be found."
  7878.     return
  7879. end try
  7880.     --enter statements to perform when no records are found such as...
  7881.     display dialog "Sorry, the item you selected could not be found."
  7882.     return
  7883. end try
  7884. Deletedq
  7885. Dev.CD Nov 99 TC
  7886. =D!All Packages
  7887. Tool Chest Edition
  7888. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  7889. Apple Directions 01/97
  7890. Apple Directions 02/97
  7891. Apple Directions 03/97
  7892. Apple Directions 04/97
  7893. Apple Directions 05/97.pdf
  7894. Apple Directions 06/97.pdf
  7895. Apple Directions 07/97.pdf
  7896. Apple Directions 08/97.pdf
  7897. Apple Directions 09/97.pdf
  7898. Apple Directions 10/97.pdf
  7899. Apple Directions 11/97.pdf
  7900. Feb 97L
  7901. Sep 97d
  7902. All Packages
  7903. PowerTalk (PPC)O
  7904. Dev.CD Oct 94P
  7905. Dev.CD Oct 9V
  7906. 72189X
  7907. Oct 94
  7908. b--set theItem to choose file -- uncomment to test in an AS editor
  7909.     tell application "Finder"
  7910.         open item "Dev.CD Oct 94"
  7911.         activate
  7912.     end tell
  7913. on error errMsg number errNum
  7914.     --enter statements to perform when no records are found such as...
  7915.     display dialog "Sorry, the item you selected could not be found."
  7916.     return
  7917. end try
  7918. All Packages
  7919. PowerTalk (PPC)O
  7920. Dev.CD Oct 94P
  7921. Dev.CD Oct 9V
  7922. 72190X
  7923. Oct 94
  7924. b--set theItem to choose file -- uncomment to test in an AS editor
  7925.     tell application "Finder"
  7926.         open item "Dev.CD Oct 94"
  7927.         activate
  7928.     end tell
  7929. on error errMsg number errNum
  7930.     --enter statements to perform when no records are found such as...
  7931.     display dialog "Sorry, the item you selected could not be found."
  7932.     return
  7933. end try
  7934. All Packages
  7935. PowerTalk (PPC)O
  7936. Dev.CD Oct 94P
  7937. Dev.CD Oct 9V
  7938. 72191X
  7939. Oct 94
  7940. to post public messages to the network.
  7941. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  7942. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  7943. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  7944. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  7945. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  7946. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  7947. testNBP:  Test program to demonstrate case insensitivit
  7948. enabler
  7949. ppctoolboxkeychain
  7950. prefs
  7951. premixer
  7952. primer
  7953. print
  7954. print
  7955. clipped
  7956. offscreen
  7957. print
  7958. multipage
  7959. printdialogmagic
  7960. printing
  7961. printrecordspy
  7962. procdoggie
  7963. process
  7964. processes
  7965. processorC
  7966. profile
  7967. profiler
  7968. profilerenamer
  7969. progguide
  7970. progguide
  7971. apple
  7972. scanners
  7973. program
  7974. programmer's
  7975. programmer's
  7976. 1.4.2
  7977. progressbars
  7978. progresswindoid-c
  7979. qualified
  7980. quickdraw
  7981. r13u5
  7982. r15d1
  7983. reader_
  7984. receive
  7985. redistribution
  7986. registration
  7987. registry~
  7988. release
  7989. reporting
  7990. reports
  7991. requests
  7992. resedit
  7993. resources
  7994. robustness@
  7995. screendump@
  7996. send@
  7997. signaturetoapp@
  7998. snippets
  7999. processes@
  8000. sphere@
  8001. standardfileicons@
  8002. standards@
  8003. suites@
  8004. system
  8005. system
  8006. samples@
  8007. system
  8008. enabler
  8009. system
  8010. enabler
  8011. code@
  8012. university@
  8013. access
  8014. 1.0.1
  8015. with@
  8016. 1.1.4@
  8017. 1284@
  8018. 16-bit@
  8019. 2-364@
  8020. 2.0.1@
  8021. 4400/200@
  8022. 68k-based@
  8023. 7.5.1@
  8024. 8-bit@
  8025. 9600@
  8026. better
  8027. version
  8028. launchwithdoc@
  8029. collection
  8030. macintosh
  8031. quicktime
  8032. samples@
  8033. collection
  8034. quicktime
  8035. samples@
  8036. sample
  8037. showing
  8038. receive
  8039. appleevents
  8040. simple
  8041. sample
  8042. which
  8043. demonstrates
  8044. controls@
  8045. assword@
  8046. b--set theItem to choose file -- uncomment to test in an AS editor
  8047.     tell application "Finder"
  8048.         open item "Dev.CD Oct 94"
  8049.         activate
  8050.     end tell
  8051. on error errMsg number errNum
  8052.     --enter statements to perform when no records are found such as...
  8053.     display dialog "Sorry, the item you selected could not be found."
  8054.     return
  8055. end try
  8056. HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  8057. J*Apple Event XCMDs b3
  8058. Apple Event XCMDs DocK
  8059. Nov 94OlDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PzDev.CD Nov 00 TC Disk 1
  8060.  - Tool Chest
  8061.  - Development Kits
  8062.  - HyperCard Related
  8063.  - XCMDs & XFCNs
  8064.  - Apple Event XCMDs 1.0b3
  8065. entertainment
  8066. environment
  8067. indication
  8068. option
  8069. eomodeler
  8070. error
  8071. error
  8072. reports
  8073. apple
  8074. ethernetR
  8075. ethernet
  8076. address
  8077. ethernet
  8078. built-in
  8079. ethernet
  8080. ethertalk
  8081. etsda
  8082. eventi
  8083. eventsb
  8084. exchange
  8085. expansion
  8086. export
  8087. exporters
  8088. exporting
  8089. extension
  8090. external
  8091. external
  8092. system
  8093. external
  8094. extractor
  8095. faceless
  8096. faceless
  8097. background-only
  8098. family
  8099. fcode
  8100. features
  8101. fetch
  8102. field
  8103. exchange
  8104. management
  8105. manager
  8106. manager
  8107. sample
  8108. preview
  8109. sharing
  8110. p--set theItem to choose file -- uncomment to test in an AS editor
  8111.     tell application "Finder"
  8112.         open item "Dev.CD Apr 95
  8113. Dev.CD Jan 95"
  8114.         activate
  8115.     end tell
  8116. on error errMsg number errNum
  8117.     --enter statements to perform when no records are found such as...
  8118.     display dialog "Sorry, the item you selected could not be found."
  8119.     return
  8120. end try
  8121. isplay dialog "Sorry, the item you selected could not be found."
  8122.     return
  8123. end try
  8124. e    No Changeq
  8125. Dev.CD Dec 00 RL Disk 1
  8126. AD!All Packages
  8127. Mac OS SDK Edition
  8128. Apple Guide
  8129. All Packages
  8130. PowerTalk (PPC)O
  8131. Dev.CD Oct 94P
  8132. Dev.CD Oct 9V
  8133. 72186X
  8134. Oct 94
  8135. b--set theItem to choose file -- uncomment to test in an AS editor
  8136.     tell application "Finder"
  8137.         open item "Dev.CD Oct 94"
  8138.         activate
  8139.     end tell
  8140. on error errMsg number errNum
  8141.     --enter statements to perform when no records are found such as...
  8142.     display dialog "Sorry, the item you selected could not be found."
  8143.     return
  8144. end try
  8145. All Packages
  8146. PowerTalk (PPC)O
  8147. Dev.CD Oct 94P
  8148. Dev.CD Oct 9V
  8149. 72187X
  8150. Oct 94
  8151. b--set theItem to choose file -- uncomment to test in an AS editor
  8152.     tell application "Finder"
  8153.         open item "Dev.CD Oct 94"
  8154.         activate
  8155.     end tell
  8156. on error errMsg number errNum
  8157.     --enter statements to perform when no records are found such as...
  8158.     display dialog "Sorry, the item you selected could not be found."
  8159.     return
  8160. end try
  8161. All Packages
  8162. PowerTalk (PPC)O
  8163. Dev.CD Oct 94P
  8164. Dev.CD Oct 9V
  8165. 72188X
  8166. Oct 94
  8167. b--set theItem to choose file -- uncomment to test in an AS editor
  8168.     tell application "Finder"
  8169.         open item "Dev.CD Oct 94"
  8170.         activate
  8171.     end tell
  8172. on error errMsg number errNum
  8173.     --enter statements to perform when no records are found such as...
  8174.     display dialog "Sorry, the item you selected could not be found."
  8175.     return
  8176. end try
  8177. ws, dialog boxes, and controls. In response to feedback from developers and users regarding the difficulty of distinguishing activ
  8178. e windows from inactive windows, we have changed the appearance of all inactive windows and disabled controls. This updated appearance gives users better feedback about inactive windows and dialog boxes. It also provides more affordance in the active windows and enabled controls. 
  8179. This version of the document also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  8180. Use of the Grayscale Appearance design in
  8181. All Packages
  8182. PowerTalk (PPC)O
  8183. Dev.CD Oct 94P
  8184. Dev.CD Oct 9V
  8185. 72183X
  8186. Oct 94
  8187. b--set theItem to choose file -- uncomment to test in an AS editor
  8188.     tell application "Finder"
  8189.         open item "Dev.CD Oct 94"
  8190.         activate
  8191.     end tell
  8192. on error errMsg number errNum
  8193.     --enter statements to perform when no records are found such as...
  8194.     display dialog "Sorry, the item you selected could not be found."
  8195.     return
  8196. end try
  8197. All Packages
  8198. PowerTalk (PPC)O
  8199. Dev.CD Oct 94P
  8200. Dev.CD Oct 9V
  8201. 72184X
  8202. Oct 94
  8203. b--set theItem to choose file -- uncomment to test in an AS editor
  8204.     tell application "Finder"
  8205.         open item "Dev.CD Oct 94"
  8206.         activate
  8207.     end tell
  8208. on error errMsg number errNum
  8209.     --enter statements to perform when no records are found such as...
  8210.     display dialog "Sorry, the item you selected could not be found."
  8211.     return
  8212. end try
  8213. All Packages
  8214. PowerTalk (PPC)O
  8215. Dev.CD Oct 94P
  8216. Dev.CD Oct 9V
  8217. 72185X
  8218. Oct 94
  8219. N=Unicode Imaging Text Type Bi-directional Rotation Double-byte
  8220. apple
  8221. computer
  8222. fractional
  8223. fragile
  8224. fragment
  8225. fragment
  8226. simple
  8227. application
  8228. designed
  8229. allow
  8230. fragments
  8231. 73006X
  8232. Nov 00^    TC Disk 2
  8233. --set theItem to choose file -- uncomment to test in an AS editor
  8234.     tell application "Finder"
  8235.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:"
  8236.         activate
  8237.     end tell
  8238. on error errMsg number errNum
  8239.     --enter statements to perform when no records are found such as...
  8240.     display dialog "Sorry, the item you selected could not be found."
  8241.     return
  8242. end try
  8243. e    No Changef=Unicode
  8244. Imaging
  8245. Bi-directional
  8246. Rotation
  8247. Double-byteq
  8248. Dev.CD Nov 00 TC Disk 2
  8249. All Packages
  8250. UFailureI
  8251. UFailure (or Signals) is a set of exception handling routines suitable for use with MacApp, MPW C, and MPW Pascal. It is a jazzed-up version of the MacApp UFailure unit. There is a set of C interfaces to it as well.J0UFailure.a
  8252. UFailure.h
  8253. UFailure.inc1.p
  8254. UFailure.pN&UFailure, Exception, Handler, UFailureO6Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:UFailure:V
  8255. 73007X
  8256. 1e    No Change
  8257.  ReadMe- Show Movie
  8258. MenuStuff.c
  8259. MenuStuff.h
  8260. MoviePrefs.c
  8261. MoviePrefs.h
  8262. MovieStuff.c
  8263. MovieStuff.h
  8264. Sample Movie
  8265. Show Movie.c
  8266. Show Movie.rsrc
  8267. ShowMovie(PPC)
  8268. ShowMovie.mcp
  8269. WindStuff.c
  8270. WindStuff.hK
  8271. Jan 96M    QuickTimeN QuickTime, callback, movie, loopO@Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:Show Movie:PKDev.CD Nov 00 TC Disk 2
  8272.  - Sample Code
  8273.  - QuickTime
  8274.  - Basics
  8275.  - Show Moviefile
  8276. gxfile
  8277. gxgraphics
  8278. gxobjects
  8279. gxoverridetool
  8280. gxoverview
  8281. gxprintdrivers
  8282. gxprinting
  8283. gxtopostscript
  8284. gxtypography
  8285. interactiona
  8286. interapplicationQ
  8287. interapplication
  8288. commQ
  8289. interfaceQ
  8290. international
  8291. internety
  8292. internet
  8293. address
  8294. detectors
  8295. gatewayT
  8296. japanese
  8297. japanese
  8298. resources
  8299. keyboard
  8300. libraries
  8301. libraryA
  8302. licensing
  8303. linked
  8304. linked
  8305. files
  8306. encodings
  8307. macbinary
  8308. macdebugprefixl
  8309. macdebugprefix
  8310. macprefixl
  8311. GetDir 2.6 (US)
  8312. GetFInfo 1.3 (US)
  8313. GetIcon 1.0 (US)
  8314. GetMode 1.4 (US)
  8315. GetVInfo 1.0 (US)
  8316. GetVolumes 1.1 (US)
  8317. GlobalList 1.1 (US)
  8318. GlobalMaster 1.0 (US)
  8319. HowMany 1.1 (US)
  8320. ICNToICON 1.8 (US)
  8321. Infoid 1.1 (US)
  8322. InputDialog 1.2 (US)
  8323. IsDate 1.0 (US)
  8324. IsFinderLocked 1.2 (US)
  8325. KillRes 1.4 (US)
  8326. LaunchDoc 1.0 (US)
  8327. LineCount 1.7 (US)
  8328. ListComponents 1.0 (US)
  8329. ListLogic 1.6 (US)
  8330. Listoid 3.4 (US)
  8331. ListSelect 5.1 (US)
  8332. MacType 1.3 (US)
  8333. Menu 2.1 (US)
  8334. MergeItems 1.0 (US)
  8335. Mousoid 1.1 (US)
  8336. Notification 1.0 (US)
  8337. usList 1.0 (US)
  8338. Oldies:
  8339. PICToid 1.3 (US)
  8340. PictToClip 1.7 (US)
  8341. PlayIt 1.0 (US)
  8342. PPCList 1.1 (US)
  8343. PrintPICT 1.4 (US)
  8344. PrintPICTList 1.3 (US)
  8345. Privileges 1.3 (US)
  8346. Promptoid 1.5 (US)
  8347. QCopy 1.2 (US)
  8348. Recordit 1.0 (US)
  8349. RemoveFolder 1.2 (US)
  8350. ReplaceAttributes 1.0 (US)
  8351. ReplaceCharSet 1.1 (US)
  8352. ResolveAlias 1.2 (US)
  8353. ResText 2.3 (US)
  8354. RestoreCtrlChars 1.1 (US)
  8355. SayText 1.1 (US)
  8356. ScrapXCMDs 1.9 (US)
  8357. SelectDir 1.1 (US)
  8358. SelectFile 1.2 (US)
  8359. SendPS 1.4 (US)
  8360. ServerVols 1.1 (US)
  8361. SetFileFlag 1.2 (US)
  8362. SetFinderLock 
  8363. OF    PowerTalkO
  8364. Dev.CD Apr 95P
  8365. Dev.CD Apr 9em to choose file -- uncomment to test in an AS editor
  8366.     tell application "Finder"
  8367.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  8368.         activate
  8369.     end tell
  8370. on error errMsg number errNum
  8371.     --enter statements to perform when no records are found such as...
  8372.     display dialog "Sorry, the item you selected could not be found."
  8373.     return
  8374. end try
  8375. e    No Changef
  8376. Apple Guide
  8377. Help Systemsq
  8378. Dev.CD Oct 00 SDK1
  8379. BD!All Packages
  8380. Mac OS SDK Edition
  8381. Apple Help SDK 1.0
  8382. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  8383. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  8384. Apple Help SDK.smiK
  8385. Oct 99M
  8386. Mac OS 8.6 or later systems
  8387. All Packages
  8388. F    PowerTalkO
  8389. Dev.CD Apr 95P
  8390. Dev.CD Apr 9V
  8391. 72180X
  8392. Apr 95
  8393. b--set theItem to choose file -- uncomment to test in an AS editor
  8394.     tell application "Finder"
  8395.         open item "Dev.CD Apr 95"
  8396.         activate
  8397.     end tell
  8398. on error errMsg number errNum
  8399.     --enter statements to perform when no records are found such as...
  8400.     display dialog "Sorry, the item you selected could not be found."
  8401.     return
  8402. end try
  8403. All Packages
  8404. F    PowerTalkO
  8405. Dev.CD Apr 95P
  8406. Dev.CD Apr 9V
  8407. 72181X
  8408. Apr 95
  8409. b--set theItem to choose file -- uncomment to test in an AS editor
  8410.     tell application "Finder"
  8411.         open item "Dev.CD Apr 95"
  8412.         activate
  8413.     end tell
  8414. on error errMsg number errNum
  8415.     --enter statements to perform when no records are found such as...
  8416.     display dialog "Sorry, the item you selected could not be found."
  8417.     return
  8418. end try
  8419. All Packages
  8420. PowerTalk (PPC)O
  8421. Dev.CD Oct 94P
  8422. Dev.CD Oct 9V
  8423. 72182X
  8424. Oct 94
  8425. e Guide 2.1
  8426. Dev.CD Apr 9V
  8427. 72177X
  8428. Apr 95
  8429. b--set theItem to choose file -- uncomment to test in an AS editor
  8430.     tell application "Finder"
  8431.         open item "Dev.CD Apr 95"
  8432.         activate
  8433.     end tell
  8434. on error errMsg number errNum
  8435.     --enter statements to perform when no records are found such as...
  8436.     display dialog "Sorry, the item you selected could not be found."
  8437.     return
  8438. end try
  8439. All Packages
  8440. F    PowerTalkO
  8441. Dev.CD Apr 95
  8442. Dev.CD Jan 95P
  8443. Dev.CD Apr 95
  8444. Dev.CD Jan 9V
  8445. 72178X
  8446. Apr 95
  8447. p--set theItem to choose file -- uncomment to test in an AS editor
  8448.     tell application "Finder"
  8449.         open item "Dev.CD Apr 95
  8450. Dev.CD Jan 95"
  8451.         activate
  8452.     end tell
  8453. on error errMsg number errNum
  8454.     --enter statements to perform when no records are found such as...
  8455.     display dialog "Sorry, the item you selected could not be found."
  8456.     return
  8457. end try
  8458. All Packages
  8459. F    PowerTalkO
  8460. Dev.CD Apr 95
  8461. Dev.CD Jan 95P
  8462. Dev.CD Apr 95
  8463. Dev.CD Jan 9V
  8464. 72179X
  8465. Apr 95
  8466. p--set theItem to choose file -- uncomment to test in an AS editor
  8467.     tell application "Finder"
  8468.         open item "Dev.CD Apr 95
  8469. Dev.CD Jan 95"
  8470.         activate
  8471.     end tell
  8472. on error errMsg number errNum
  8473.     --enter statements to perform when no records are found such as...
  8474.     display dialog "Sorry, the item you selected could not be found."
  8475.     return
  8476. end try
  8477. ication, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  8478. 'Guide Directory Resource' topic below.
  8479. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  8480. JbApple Guide 2.1.1
  8481. Apple Guide 2.1.1 Read Me First
  8482. Authoring
  8483. Engineering
  8484. Goodies
  8485. Japanese ResourcesK
  8486. Dec 95L
  8487. Jul 97M
  8488. MacOS 7.0 or greater.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:
  8489. All Packages
  8490. F    PowerTalkO
  8491. Dev.CD Apr 95
  8492. Dev.CD Jan 95P
  8493. Dev.CD Apr 95
  8494. Dev.CD Jan 9V
  8495. 72175X
  8496. Apr 95
  8497. p--set theItem to choose file -- uncomment to test in an AS editor
  8498.     tell application "Finder"
  8499.         open item "Dev.CD Apr 95
  8500. Dev.CD Jan 95"
  8501.         activate
  8502.     end tell
  8503. on error errMsg number errNum
  8504.     --enter statements to perform when no records are found such as...
  8505.     display dialog "Sorry, the item you selected could not be found."
  8506.     return
  8507. end try
  8508. All Packages
  8509. F    PowerTalkO
  8510. Dev.CD Apr 95P
  8511. Dev.CD Apr 9V
  8512. 72176X
  8513. Apr 95
  8514. b--set theItem to choose file -- uncomment to test in an AS editor
  8515.     tell application "Finder"
  8516.         open item "Dev.CD Apr 95"
  8517.         activate
  8518.     end tell
  8519. on error errMsg number errNum
  8520.     --enter statements to perform when no records are found such as...
  8521.     display dialog "Sorry, the item you selected could not be found."
  8522.     return
  8523. end try
  8524. All Packages
  8525. F    PowerTalkO
  8526. Dev.CD Apr 95V
  8527. 72177X
  8528. There are various approaches to wavelet processing of color images, and machine architecture dictates in large measure which algorithm is optimal. This sample is a Velocity Engine (G4) implementation in which pixels are processed as four-dimensional (RGBA) vector entities. In this mode the vector machinery performs the (Daubechies D4) wavelet algebra in only three vector operations per pixel. 
  8529. We also implemented a more standard, channel-correlation scenario, with YUV-decomposed RGB image
  8530. s (with UV sub-sampling) and a biorthogonal (Burt 5/7) wavelet transform applied thrice. A key to these fast vector implementations is the adoption of certain rational approximations
  8531. we call 
  8532. shift-rational
  8533.  forms
  8534. to the true wavelet coefficients, allowing for efficient Velocity Engine arithmetic. Other Velocity Engine enhancements include very fast subsampling for the UV channels, via vector-average instructions. 
  8535. Timing experiments show a Velocity Engine speedup of 5x or more over corre
  8536. 72589X
  8537. Nov 99^
  8538. r--set theItem to choose file -- uncomment to test in an AS editor
  8539.     tell application "Finder"
  8540.         open item "Dev.CD Nov 99 TC:Sample Code:"
  8541.         activate
  8542.     end tell
  8543. on error errMsg number errNum
  8544.     --enter statements to perform when no records are found such as...
  8545.     display dialog "Sorry, the item you selected could not be found."
  8546.     return
  8547. end try
  8548. Deletedq
  8549. Dev.CD Nov 99 TC
  8550. D!All Packages
  8551. Tool Chest Edition
  8552. Snippets - Text
  8553. (** = new, * = revised)
  8554. ChangeTextStyleRec:  A utility routine that can simplify the process of modifying a TextStyle record to change a font, style, or type size.
  8555. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  8556. strlist:  A string list library.  See "strlist.txt" for details.
  8557. 72590X
  8558. Deleted
  8559. e    No Changeq
  8560. Dev.CD Nov 00 TC Disk 1
  8561. All Packages
  8562. VideoFrameToGWorld
  8563. This easy to follow example shows how a single frame from a video track can be drawn into a GWorld. The procedure shows how a GWorld can contain the frame pixels ready for custom manipulation by the application developer. A simple rotate is also performed for each subsequent frame to show how a transformation can be performed before drawing to the GWorld. Pressing the mouse button will advance the movie to the next frame.
  8564. J}GetFile.c
  8565. Read Me
  8566. VideoFrameToGWorld
  8567. VideoFrameToGWorld.c
  8568. VideoFrameToGWorld.h
  8569. VideoFrameToGWorld.mcp
  8570. VideoFrameToGWorld.rsrcMoCodeWarrior Pro 5 (IDE 4.0.4), Mac OS 8.5+, QuickTime 4.0+, Universal Interfaces 3.3.1+ or QuickTime 4.1+ SDK.
  8571. Video Frame, GWorldOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:VideoFrameToGWorld:PSDev.CD Nov 00 TC Disk 2
  8572.  - Sample Code
  8573.  - QuickTime
  8574.  - Basics
  8575.  - VideoFrameToGWorldV
  8576. 73025X
  8577. Nov 00^    TC Disk 2
  8578. e    No Change
  8579. postal
  8580. posted
  8581. poster
  8582. posting
  8583. posts
  8584. postscript
  8585. postscripthandle
  8586. postscripthandledemo
  8587. potential
  8588. potentially
  8589. pottier
  8590. powemac{
  8591. Summary:
  8592. Collection of Mac OS 8 and 9 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  8593. DevTools
  8594. Files
  8595. Glossary
  8596. HelpSystems
  8597. HumanInterfaceToolbox
  8598. images
  8599. Indexes
  8600. InterproCom
  8601. Legacy
  8602. mac8.html
  8603. MultimediaGraphics
  8604. NetworkCommSvcs
  8605. OSSvcs
  8606. Overview
  8607. printondemand.html
  8608. ResultCodeTable
  8609. RuntimeSvcs
  8610. SearchingTechnologies
  8611. SiteInfo
  8612. TextIntlSvcs
  8613. Utilities
  8614. Jan 00L
  8615. Dec 00M
  8616. web browser
  8617. O5Dev.CD Dec 00 RL Disk 2:TechnicalPublications:macos8:
  8618. differentiating
  8619. differently
  8620. differing
  8621. differs
  8622. difficult
  8623. All Packages
  8624. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  8625. Dev.CD Jan 94
  8626. Dev.CD Oct 93
  8627. Dev.CD Jul 93
  8628. Dev.CD Apr 93PDDev.CD Apr 94
  8629. Dev.CD Jan 94
  8630. Dev.CD Oct 93
  8631. Dev.CD Jul 93
  8632. Dev.CD Apr 9V
  8633. 72926X
  8634. Apr 94
  8635. --set theItem to choose file -- uncomment to test in an AS editor
  8636.     tell application "Finder"
  8637.         open item "Dev.CD Apr 94
  8638. Dev.CD Jan 94
  8639. Dev.CD Oct 93
  8640. Dev.CD Jul 93
  8641. Dev.CD Apr 93"
  8642.         activate
  8643.     end tell
  8644. on error errMsg number errNum
  8645.     --enter statements to perform when no records are found such as...
  8646.     display dialog "Sorry, the item you selected could not be found."
  8647.     return
  8648. end try
  8649. All Packages
  8650. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  8651. Dev.CD Jan 94
  8652. Dev.CD Oct 93P(Dev.CD Apr 94
  8653. Dev.CD Jan 94
  8654. Dev.CD Oct 9V
  8655. 72927X
  8656. Apr 94
  8657. handlersf
  8658. handles
  8659. handling
  8660. handoff
  8661. --set theItem to choose file -- uncomment to test in an AS editor
  8662.     tell application "Finder"
  8663.         open item "Dev.CD Apr 94
  8664. Dev.CD Jan 94
  8665. Dev.CD Oct 93
  8666. Dev.CD Jul 93
  8667. Dev.CD Apr 93"
  8668.         activate
  8669.     end tell
  8670. on error errMsg number errNum
  8671.     --enter statements to perform when no records are found such as...
  8672.     display dialog "Sorry, the item you selected could not be found."
  8673.     return
  8674. end try
  8675. portU
  8676. portable
  8677. porting
  8678. portion
  8679. portrait{
  8680. ports
  8681. position
  8682. positioning
  8683. possibilities
  8684. possibility
  8685. possiblee
  8686. possibly
  8687. postal
  8688. posting
  8689. postscript
  8690. potential
  8691. potentially
  8692. pottier
  8693. powemac{
  8694. p--set theItem to choose file -- uncomment to test in an AS editor
  8695.     tell application "Finder"
  8696.         open item "Dev.CD Apr 95
  8697. Dev.CD Jan 95"
  8698.         activate
  8699.     end tell
  8700. on error errMsg number errNum
  8701.     --enter statements to perform when no records are found such as...
  8702.     display dialog "Sorry, the item you selected could not be found."
  8703.     return
  8704. end try
  8705. rror errMsg number errNum
  8706.     --enter statements to perform when no records are found such as...
  8707.     display dialog "Sorry, the item you selected could not be found."
  8708.     return
  8709. end try
  8710. e    No Changef
  8711. Apple Help
  8712. Apple Guideq
  8713. Dev.CD Oct 00 SDK1
  8714. CD!All Packages
  8715. Tool Chest Edition
  8716. Apple II Monitor dcmd (xx)I
  8717. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  8718. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  8719. XX Docs
  8720. XX Docs.txtK
  8721. Vol XId
  8722. 72172X
  8723. Apr 95
  8724. b--set theItem to choose file -- uncomment to test in an AS editor
  8725.     tell application "Finder"
  8726.         open item "Dev.CD Apr 95"
  8727.         activate
  8728.     end tell
  8729. on error errMsg number errNum
  8730.     --enter statements to perform when no records are found such as...
  8731.     display dialog "Sorry, the item you selected could not be found."
  8732.     return
  8733. end try
  8734. All Packages
  8735. F    PowerTalkO
  8736. Dev.CD Apr 95
  8737. Dev.CD Jan 95P
  8738. Dev.CD Apr 95
  8739. Dev.CD Jan 9V
  8740. 72173X
  8741. Apr 95
  8742. p--set theItem to choose file -- uncomment to test in an AS editor
  8743.     tell application "Finder"
  8744.         open item "Dev.CD Apr 95
  8745. Dev.CD Jan 95"
  8746.         activate
  8747.     end tell
  8748. on error errMsg number errNum
  8749.     --enter statements to perform when no records are found such as...
  8750.     display dialog "Sorry, the item you selected could not be found."
  8751.     return
  8752. end try
  8753. All Packages
  8754. F    PowerTalkO
  8755. Dev.CD Apr 95
  8756. Dev.CD Jan 95P
  8757. Dev.CD Apr 95
  8758. Dev.CD Jan 9V
  8759. 72174X
  8760. Apr 95
  8761. strings
  8762. listen
  8763. stringservices
  8764. stringutils
  8765. stringutils
  8766. stringutils
  8767. drawkeycaps
  8768. function
  8769. draws
  8770. given
  8771. enclosed
  8772. files
  8773. allow
  8774. build
  8775. driver
  8776. enclosed
  8777. snippet
  8778. installer
  8779. scripters
  8780. userchkg
  8781. synchronization
  8782. control
  8783. panel
  8784. allows
  8785. adobe
  8786. acrobat
  8787. reader
  8788. allows
  8789. navigate
  8790. includes
  8791. address
  8792. rowbytes
  8793. installer
  8794. provides
  8795. documentation
  8796. examples
  8797. instrumentation
  8798. primarily
  8799. performance
  8800. interactive
  8801. corporation
  8802. success
  8803. guide
  8804. selling
  8805. microsoft
  8806. foundation
  8807. class
  8808. multi-documment
  8809. interfac
  8810. floppy
  8811. builder
  8812. builds
  8813. disks
  8814. conforming
  8815. third
  8816. third-party
  8817. Dev.CD Apr 9V
  8818. 72167X
  8819. Apr 95
  8820. b--set theItem to choose file -- uncomment to test in an AS editor
  8821.     tell application "Finder"
  8822.         open item "Dev.CD Apr 95"
  8823.         activate
  8824.     end tell
  8825. on error errMsg number errNum
  8826.     --enter statements to perform when no records are found such as...
  8827.     display dialog "Sorry, the item you selected could not be found."
  8828.     return
  8829. end try
  8830. All Packages
  8831. F    PowerTalkO
  8832. Dev.CD Apr 95
  8833. Dev.CD Jan 95P
  8834. Dev.CD Apr 95
  8835. Dev.CD Jan 9V
  8836. 72168X
  8837. Apr 95
  8838. p--set theItem to choose file -- uncomment to test in an AS editor
  8839.     tell application "Finder"
  8840.         open item "Dev.CD Apr 95
  8841. Dev.CD Jan 95"
  8842.         activate
  8843.     end tell
  8844. on error errMsg number errNum
  8845.     --enter statements to perform when no records are found such as...
  8846.     display dialog "Sorry, the item you selected could not be found."
  8847.     return
  8848. end try
  8849. All Packages
  8850. F    PowerTalkO
  8851. Dev.CD Apr 95
  8852. Dev.CD Jan 95P
  8853. Dev.CD Apr 95
  8854. Dev.CD Jan 9V
  8855. 72169X
  8856. Apr 95
  8857. All Packages
  8858. F    PowerTalkO
  8859. Dev.CD Apr 95
  8860. Dev.CD Jan 95P
  8861. Dev.CD Apr 95
  8862. Dev.CD Jan 9V
  8863. 72170X
  8864. Apr 95
  8865. p--set theItem to choose file -- uncomment to test in an AS editor
  8866.     tell application "Finder"
  8867.         open item "Dev.CD Apr 95
  8868. Dev.CD Jan 95"
  8869.         activate
  8870.     end tell
  8871. on error errMsg number errNum
  8872.     --enter statements to perform when no records are found such as...
  8873.     display dialog "Sorry, the item you selected could not be found."
  8874.     return
  8875. end try
  8876. All Packages
  8877. F    PowerTalkO
  8878. Dev.CD Apr 95
  8879. Dev.CD Jan 95P
  8880. Dev.CD Apr 95
  8881. Dev.CD Jan 9V
  8882. 72171X
  8883. Apr 95
  8884. p--set theItem to choose file -- uncomment to test in an AS editor
  8885.     tell application "Finder"
  8886.         open item "Dev.CD Apr 95
  8887. Dev.CD Jan 95"
  8888.         activate
  8889.     end tell
  8890. on error errMsg number errNum
  8891.     --enter statements to perform when no records are found such as...
  8892.     display dialog "Sorry, the item you selected could not be found."
  8893.     return
  8894. end try
  8895. All Packages
  8896. All Packages
  8897. F    PowerTalkO
  8898. Dev.CD Apr 95
  8899. Dev.CD Jan 95P
  8900. Dev.CD Apr 95
  8901. Dev.CD Jan 9V
  8902. 72165X
  8903. Apr 95
  8904. p--set theItem to choose file -- uncomment to test in an AS editor
  8905.     tell application "Finder"
  8906.         open item "Dev.CD Apr 95
  8907. Dev.CD Jan 95"
  8908.         activate
  8909.     end tell
  8910. on error errMsg number errNum
  8911.     --enter statements to perform when no records are found such as...
  8912.     display dialog "Sorry, the item you selected could not be found."
  8913.     return
  8914. end try
  8915. All Packages
  8916. F    PowerTalkO
  8917. Dev.CD Apr 95P
  8918. Dev.CD Apr 9V
  8919. 72166X
  8920. Apr 95
  8921. b--set theItem to choose file -- uncomment to test in an AS editor
  8922.     tell application "Finder"
  8923.         open item "Dev.CD Apr 95"
  8924.         activate
  8925.     end tell
  8926. on error errMsg number errNum
  8927.     --enter statements to perform when no records are found such as...
  8928.     display dialog "Sorry, the item you selected could not be found."
  8929.     return
  8930. end try
  8931. All Packages
  8932. F    PowerTalkO
  8933. Dev.CD Apr 95V
  8934. 72167X
  8935. p--set theItem to choose file -- uncomment to test in an AS editor
  8936.     tell application "Finder"
  8937.         open item "Dev.CD Apr 95
  8938. Dev.CD Jan 95"
  8939.         activate
  8940.     end tell
  8941. on error errMsg number errNum
  8942.     --enter statements to perform when no records are found such as...
  8943.     display dialog "Sorry, the item you selected could not be found."
  8944.     return
  8945. end try
  8946. stitution will not, in some cases, satisfy grammatical requirements.
  8947. Apple International Glossar.imgK
  8948. Nov 96M<Any  Mac 68030 or later or any PowerPC, System 7.0 or later.N
  8949. International, GlossariesOODev.CD Nov 00 TC Disk 1:Tool Chest:Localization:Apple International Glossaries:PWDev.CD Nov 00 TC Disk 1
  8950.  - Tool Chest
  8951.  - Localization
  8952.  - Apple International Glossaries
  8953. integrates
  8954. integrating
  8955. integrating
  8956. computer-based
  8957. media
  8958. broadcast
  8959. environment
  8960. integration
  8961. integrator
  8962. integrity
  8963. withoutf
  8964. workings
  8965. works
  8966. workstations
  8967. worldS
  8968. world's
  8969. world-readable
  8970. worlds
  8971. worldscript
  8972. worldwide
  8973. worry
  8974. would
  8975. wprocasm
  8976. wrapcommenttext
  8977. wrapper
  8978. wringer
  8979. writen
  8980. record
  8981. sound
  8982. record
  8983. sound
  8984. record
  8985. sound
  8986. record
  8987. recordit
  8988. recordit
  8989. recordretrievepictin
  8990. recordretrievepictin
  8991. chair
  8992. redants
  8993. redants
  8994. redants
  8995. redistribution
  8996. reference
  8997. references
  8998. region
  8999. registratiS
  9000. registration
  9001. registry~
  9002. quicktime
  9003. sound
  9004. mixer
  9005. output
  9006. device
  9007. componentl
  9008. quicktime
  9009. asynchronous
  9010. movie
  9011. loading
  9012. quicktime
  9013. browser
  9014. quicktime
  9015. callback
  9016. movie
  9017. quicktime
  9018. codec
  9019. quicktime
  9020. component
  9021. quicktime
  9022. compression
  9023. quicktime
  9024. dithering
  9025. compression
  9026. quicktime
  9027. compression
  9028. hotspot\
  9029. hwindowide
  9030. hwindowide
  9031. draghook
  9032. hypercardn
  9033. ibook
  9034. color
  9035. colour
  9036. table
  9037. ciconhandle
  9038. ctabhandle
  9039. icons
  9040. identification
  9041. image
  9042. imaging
  9043. importers
  9044. indexj
  9045. information
  9046. infoscrap
  9047. input
  9048. inputsprocket
  9049. inputsprocket
  9050. drawsprocket
  9051. soundsprocket
  9052. sound
  9053. interactiona
  9054. interleaving
  9055. international
  9056. international
  9057. glossaries
  9058. internationalization
  9059. internet
  9060. interrupt
  9061. invert
  9062. anceA
  9063. p--set theItem to choose file -- uncomment to test in an AS editor
  9064.     tell application "Finder"
  9065.         open item "Dev.CD Apr 95
  9066. Dev.CD Jan 95"
  9067.         activate
  9068.     end tell
  9069. on error errMsg number errNum
  9070.     --enter statements to perform when no records are found such as...
  9071.     display dialog "Sorry, the item you selected could not be found."
  9072.     return
  9073. end try
  9074. All Packages
  9075. F    PowerTalkO
  9076. Dev.CD Apr 95
  9077. Dev.CD Jan 95P
  9078. Dev.CD Apr 95
  9079. Dev.CD Jan 9V
  9080. 72163X
  9081. Apr 95
  9082. p--set theItem to choose file -- uncomment to test in an AS editor
  9083.     tell application "Finder"
  9084.         open item "Dev.CD Apr 95
  9085. Dev.CD Jan 95"
  9086.         activate
  9087.     end tell
  9088. on error errMsg number errNum
  9089.     --enter statements to perform when no records are found such as...
  9090.     display dialog "Sorry, the item you selected could not be found."
  9091.     return
  9092. end try
  9093. All Packages
  9094. F    PowerTalkO
  9095. Dev.CD Apr 95
  9096. Dev.CD Jan 95P
  9097. Dev.CD Apr 95
  9098. Dev.CD Jan 9V
  9099. 72164X
  9100. Apr 95
  9101. 00 SDK1
  9102. --set theItem to choose file -- uncomment to test in an AS editor
  9103.     tell application "Finder"
  9104.         open item "Dev.CD Apr 94
  9105. Dev.CD Jan 94
  9106. Dev.CD Oct 93
  9107. Dev.CD Jul 93
  9108. Dev.CD Apr 93"
  9109.         activate
  9110.     end tell
  9111. on error errMsg number errNum
  9112.     --enter statements to perform when no records are found such as...
  9113.     display dialog "Sorry, the item you selected could not be found."
  9114.     return
  9115. end try
  9116. iding
  9117. guillermo
  9118. gujarati
  9119. gulick
  9120. gunther
  9121. gurmukhi
  9122. guschwan
  9123. 72585X
  9124. Nov 99^
  9125. r--set theItem to choose file -- uncomment to test in an AS editor
  9126.     tell application "Finder"
  9127.         open item "Dev.CD Nov 99 TC:Sample Code:"
  9128.         activate
  9129.     end tell
  9130. on error errMsg number errNum
  9131.     --enter statements to perform when no records are found such as...
  9132.     display dialog "Sorry, the item you selected could not be found."
  9133.     return
  9134. end try
  9135. Deletedq
  9136. Dev.CD Nov 99 TC
  9137. D!All Packages
  9138. Tool Chest Edition
  9139. Snippets - QuickDraw
  9140. (** = new, * = revised)
  9141. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  9142. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may oce
  9143. 73069X
  9144. Nov 99^
  9145. --set theItem to choose file -- uncomment to test in an AS editor
  9146.     tell application "Finder"
  9147.         open item "Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:"
  9148.         activate
  9149.     end tell
  9150. on error errMsg number errNum
  9151.     --enter statements to perform when no records are found such as...
  9152.     display dialog "Sorry, the item you selected could not be found."
  9153.     return
  9154. end try
  9155. Deletedq
  9156. Dev.CD Nov 99 TC
  9157. D!All Packages
  9158. Mac OS SDK Edition
  9159. Worldwide System Software
  9160. This folder contains Worldwide updates of Mac OS 8.1 that were available as this edition of the Developer CD went to press.
  9161.  To create floppy disks from the disk images or create net install folders on your desktop, use the "Disk Copy" application in the Utilities folder.
  9162. 73070X
  9163. 1e    No Change
  9164. carbonprintingmgr@
  9165. csmp-digest-v3-070@
  9166. csmp-digest-v3-113@
  9167. ct-009-4438@
  9168. cursordevices@
  9169. customputappend
  9170. performance
  9171. hardware
  9172. powerpc
  9173. bandwidth
  9174. cache
  9175. rates
  9176. periodic
  9177. persistent
  9178. persistent
  9179. periodic
  9180. pgpuam
  9181. phone
  9182. photoshop
  9183. physical
  9184. piccomments
  9185. piccomments
  9186. quickdraw
  9187. bottleneck
  9188. carbon
  9189. picker
  9190. pictdialog
  9191. picture
  9192. pippin
  9193. pippin
  9194. bandai
  9195. atworld
  9196. atmark
  9197. multimedia
  9198. pixel
  9199. pixelsize
  9200. pixmapr
  9201. pixmap
  9202. direct
  9203. pixel
  9204. access
  9205. getcpixel
  9206. getpixbaseaddr
  9207. copybits
  9208. pixpat
  9209. plaintalk
  9210. plaintalk
  9211. speech
  9212. recognition
  9213. platformR
  9214. platformid
  9215. playback
  9216. player
  9217. playing
  9218. plist
  9219. plotting
  9220. plug-in
  9221. plug-ins
  9222. plugin
  9223. pmforecolor
  9224. preferences
  9225. previews
  9226. prgeneral
  9227. print
  9228. All Packages
  9229. F    PowerTalkO
  9230. Dev.CD Apr 95P
  9231. Dev.CD Apr 9V
  9232. 72160X
  9233. Apr 95
  9234. b--set theItem to choose file -- uncomment to test in an AS editor
  9235.     tell application "Finder"
  9236.         open item "Dev.CD Apr 95"
  9237.         activate
  9238.     end tell
  9239. on error errMsg number errNum
  9240.     --enter statements to perform when no records are found such as...
  9241.     display dialog "Sorry, the item you selected could not be found."
  9242.     return
  9243. end try
  9244. All Packages
  9245. F    PowerTalkO
  9246. Dev.CD Apr 95P
  9247. Dev.CD Apr 9V
  9248. 72161X
  9249. Apr 95
  9250. b--set theItem to choose file -- uncomment to test in an AS editor
  9251.     tell application "Finder"
  9252.         open item "Dev.CD Apr 95"
  9253.         activate
  9254.     end tell
  9255. on error errMsg number errNum
  9256.     --enter statements to perform when no records are found such as...
  9257.     display dialog "Sorry, the item you selected could not be found."
  9258.     return
  9259. end try
  9260. All Packages
  9261. F    PowerTalkO
  9262. Dev.CD Apr 95
  9263. Dev.CD Jan 95P
  9264. Dev.CD Apr 95
  9265. Dev.CD Jan 9V
  9266. 72162X
  9267. Apr 95
  9268. b--set theItem to choose file -- uncomment to test in an AS editor
  9269.     tell application "Finder"
  9270.         open item "Dev.CD Apr 95"
  9271.         activate
  9272.     end tell
  9273. on error errMsg number errNum
  9274.     --enter statements to perform when no records are found such as...
  9275.     display dialog "Sorry, the item you selected could not be found."
  9276.     return
  9277. end try
  9278. cted could not be found."
  9279.     return
  9280. end try
  9281. Adobe Acrobat Reader.O?Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:PDDev.CD Dec 99 RL
  9282.  - Technical Documentation
  9283.  - PowerPC DocumentationV
  9284. 72158X
  9285. Dec 99^
  9286. --set theItem to choose file -- uncomment to test in an AS editor
  9287.     tell application "Finder"
  9288.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  9289.         activate
  9290.     end tell
  9291. on error errMsg number errNum
  9292.     --enter statements to perform when no records are found such as...
  9293.     display dialog "Sorry, the item you selected could not be found."
  9294.     return
  9295. end try
  9296. Deletedq
  9297. Dev.CD Dec 99 RL
  9298. All Packages
  9299. F    PowerTalkO
  9300. Dev.CD Apr 95P
  9301. Dev.CD Apr 9V
  9302. 72159X
  9303. Apr 95
  9304. DLL Dynamic Link Libraryq
  9305. Dev.CD Jul 99 SDK1
  9306. All Packages
  9307. Apple Standards for DevelopersI
  9308. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  9309. 69898X
  9310. 1e    No Change
  9311. This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides the method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  9312. J4PowerMacOr68k(PPC)
  9313. PowerMacOr68K.c
  9314. PowerMacOr68k.mcpOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PowerMacOr68k:PRDev.CD Nov 00 TC Disk 1
  9315.  - Sample Code
  9316.  - Human Interface Toolbox
  9317.  - PowerMacOr68ken no records are found such as...
  9318.     display dialog "Sorry, the item you selected could not be found."
  9319.     return
  9320. end try
  9321. e    No Changeq
  9322. Dev.CD Dec 00 RL Disk 1
  9323. All Packages
  9324. Apple System Profiler
  9325. 69899X
  9326. powerpc
  9327. powerplant
  9328. PjDev.CD Nov 00 TC Disk 2
  9329.  - Sample Code
  9330.  - QuickTime
  9331.  - Importers and Exporters
  9332.  - Std Compression ExamplesV
  9333. 72621X
  9334. Nov 00^    TC Disk 2
  9335. --set theItem to choose file -- uncomment to test in an AS editor
  9336.     tell application "Finder"
  9337.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Std Compression Examples:"
  9338.         activate
  9339.     end tell
  9340. on error errMsg number errNum
  9341.     --enter statements to perform when no records are found such as...
  9342.     display dialog "Sorry, the item you selected could not be found."
  9343.     return
  9344. end try
  9345. e    No Changef
  9346. QuickTime
  9347. compressionq
  9348. Dev.CD Nov 00 TC Disk 2
  9349. All Packages
  9350. STD File SaverIMA basic sample printer driver for the Macintosh. Not to be used for Mac OS X.JTObject
  9351. Read ME 2.0
  9352. Readme 2.1.1
  9353. SetupProj
  9354. Source
  9355. StdFileSaver
  9356. wDev registration infoK
  9357. Vol VIIIL
  9358. Nov 96M
  9359. Mac OS 7 and upN!printer, driver, save, file, PDEFO<Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:STD File Saver:V
  9360. 72622X
  9361. 1e    No Change
  9362. software
  9363. system
  9364. system
  9365. software
  9366. edition
  9367. toolP
  9368. Wter statements to perform when no records are found such as...
  9369.     display dialog "Sorry, the item you selected could not be found."
  9370.     return
  9371. end try
  9372. e    No Changef
  9373. Profiler
  9374. Apple Systemq
  9375. Dev.CD Nov 00 TC Disk 1
  9376. All Packages
  9377. AppleEvent Send and ReceiveIpA sample showing how to send and receive AppleEvents from Java using JDirect 2.  For use with MRJ 2.1 and later.J
  9378. AEReceive
  9379. AEReceive.jar
  9380. AEReceive.mcp
  9381. AESend
  9382. AESend.jar
  9383. AESend.mcp
  9384. ReadMe
  9385. Receive Test Script
  9386. Source
  9387. Toolbox.jar
  9388. Visual Cafe ProjectsM
  9389. MRJ 2.1 and later.N(MRJ Java JDirect AppleEvent Send ReceiveOEDev.CD Nov 00 TC Disk 1:Sample Code:Java:AppleEvent Send and Receive:V
  9390. 69900X
  9391. 1e    No Change
  9392. 72157X
  9393. Nov 00^    TC Disk 1
  9394. --set theItem to choose file -- uncomment to test in an AS editor
  9395.     tell application "Finder"
  9396.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PowerMacOr68k:"
  9397.         activate
  9398.     end tell
  9399. on error errMsg number errNum
  9400.     --enter statements to perform when no records are found such as...
  9401.     display dialog "Sorry, the item you selected could not be found."
  9402.     return
  9403. end try
  9404. e    No Changeq
  9405. Dev.CD Nov 00 TC Disk 1
  9406. AD(All Packages
  9407. Reference Library Edition
  9408. PowerPC Documentation
  9409. Summary:  This folder contains documents about programming for the PowerPC processor, referenced by Inside Macintosh-PowerPC System Software, that have previously only been available on E.T.O.
  9410. Features:
  9411. Debugging Optimized Code
  9412. Libraries and OOP
  9413. Moving Your Source to PowerPC
  9414. JHDebugging Optimized Code
  9415. Libraries and OOP
  9416. Moving Your Source to PowerPCK
  9417. Nov 95cal Documentation:PowerPC Documentation:V
  9418. 72158X
  9419. Deleted
  9420. edition
  9421. Profiler 1.3.1:PXDev.CD Nov 00 TC Disk 1
  9422.  - Tool Chest
  9423.  - Developer Utilities
  9424.  - Apple Sys Profiler 1.3.1
  9425. All Packages
  9426. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  9427. Dev.CD Jan 94
  9428. Dev.CD Oct 93
  9429. Dev.CD Jul 93
  9430. Dev.CD Apr 93PDDev.CD Apr 94
  9431. Dev.CD Jan 94
  9432. Dev.CD Oct 93
  9433. Dev.CD Jul 93
  9434. Dev.CD Apr 9V
  9435. 72765X
  9436. Apr 94
  9437. --set theItem to choose file -- uncomment to test in an AS editor
  9438.     tell application "Finder"
  9439.         open item "Dev.CD Apr 94
  9440. Dev.CD Jan 94
  9441. Dev.CD Oct 93
  9442. Dev.CD Jul 93
  9443. Dev.CD Apr 93"
  9444.         activate
  9445.     end tell
  9446. on error errMsg number errNum
  9447.     --enter statements to perform when no records are found such as...
  9448.     display dialog "Sorry, the item you selected could not be found."
  9449.     return
  9450. end try
  9451. All Packages
  9452. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  9453. Dev.CD Jan 94
  9454. Dev.CD Oct 93
  9455. Dev.CD Jul 93
  9456. Dev.CD Apr 93PDDev.CD Apr 94
  9457. Dev.CD Jan 94
  9458. Dev.CD Oct 93
  9459. Dev.CD Jul 93
  9460. Dev.CD Apr 9V
  9461. 72766X
  9462. Apr 94
  9463. Jul 95
  9464. b--set theItem to choose file -- uncomment to test in an AS editor
  9465.     tell application "Finder"
  9466.         open item "Dev.CD Jul 95"
  9467.         activate
  9468.     end tell
  9469. on error errMsg number errNum
  9470.     --enter statements to perform when no records are found such as...
  9471.     display dialog "Sorry, the item you selected could not be found."
  9472.     return
  9473. end try
  9474. All Packages
  9475. System 7.5 Update 1.0O
  9476. Dev.CD Jul 95P
  9477. Dev.CD Jul 9V
  9478. 72682X
  9479. Jul 95
  9480. b--set theItem to choose file -- uncomment to test in an AS editor
  9481.     tell application "Finder"
  9482.         open item "Dev.CD Jul 95"
  9483.         activate
  9484.     end tell
  9485. on error errMsg number errNum
  9486.     --enter statements to perform when no records are found such as...
  9487.     display dialog "Sorry, the item you selected could not be found."
  9488.     return
  9489. end try
  9490. All Packages
  9491. System 7.5 Update 1.0O
  9492. Dev.CD Jul 95P
  9493. Dev.CD Jul 9V
  9494. 72683X
  9495. Jul 95
  9496. types
  9497. typography
  9498. ufailure
  9499. ultraslimfast
  9500. understanding
  9501. understanding
  9502. cocoa
  9503. unicode
  9504. unicode
  9505. imaging
  9506. bi-directional
  9507. rotation
  9508. double-byt
  9509. unicode
  9510. utilities
  9511. universal
  9512. universal
  9513. serial
  9514. unloadscrap
  9515. unmount
  9516. update
  9517. updategworld
  9518. updater
  9519. access
  9520. services
  9521. services
  9522. preliminary
  9523. reference
  9524. usage
  9525. ethernet
  9526. usedistanthdwrmem
  9527. uselocalhdwrmem
  9528. assistance
  9529. guide
  9530. items
  9531. userfunction
  9532. userfunction
  9533. gestalt
  9534. useritems
  9535. using
  9536. appropriately
  9537. approval
  9538. approved
  9539. approximate
  9540. approximately
  9541. ?ODDev.CD Jul 00 SDK1:Development Kits:Hardware:PowerManager DDK 1.0f1:PLDev.CD Jul 00 SDK1
  9542.  - Development Kits
  9543.  - Hardware
  9544.  - PowerManager DDK 1.0f1V
  9545. 72156X
  9546. Jul 00^
  9547. --set theItem to choose file -- uncomment to test in an AS editor
  9548.     tell application "Finder"
  9549.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:PowerManager DDK 1.0f1:"
  9550.         activate
  9551.     end tell
  9552. on error errMsg number errNum
  9553.     --enter statements to perform when no records are found such as...
  9554.     display dialog "Sorry, the item you selected could not be found."
  9555.     return
  9556. end try
  9557. e    No Changef
  9558. Power Manager
  9559. http://developer.apple.com/sdk
  9560. Dev.CD Jul 00 SDK1
  9561. All Packages
  9562. PowerMacOr68K
  9563. 72157X
  9564. Feb 98L
  9565. Apr 99M
  9566. Acrobat Reader 3.0N
  9567. WebObjects, Categories, PosersO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  9568.  - Interactive Media ResourcesV
  9569. 73048X
  9570. Mar OO^
  9571. RLDisk 1
  9572. --set theItem to choose file -- uncomment to test in an AS editor
  9573.     tell application "Finder"
  9574.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  9575.         activate
  9576.     end tell
  9577. on error errMsg number errNum
  9578.     --enter statements to perform when no records are found such as...
  9579.     display dialog "Sorry, the item you selected could not be found."
  9580.     return
  9581. end try
  9582. Deletedf
  9583. WebObjects
  9584. Categories
  9585. Posersq
  9586. Dev.CD Mar OO RLDisk 1
  9587. All Packages
  9588. WebObjects Database Part II
  9589. 73049X
  9590. assistant
  9591. async
  9592. async
  9593. driver
  9594. tester
  9595. asyncdriversample1.0
  9596. asyncpb
  9597. ataerrordetector
  9598. atrapper
  9599. audio
  9600. torsy
  9601. developerS
  9602. developers
  9603. directions{
  9604. driver
  9605. b--set theItem to choose file -- uncomment to test in an AS editor
  9606.     tell application "Finder"
  9607.         open item "Dev.CD Oct 94"
  9608.         activate
  9609.     end tell
  9610. on error errMsg number errNum
  9611.     --enter statements to perform when no records are found such as...
  9612.     display dialog "Sorry, the item you selected could not be found."
  9613.     return
  9614. end try
  9615. function[
  9616. functional
  9617. functionality[
  9618. functionsB
  9619. functions/methods
  9620. fundamental
  9621. fundamentally
  9622. further
  9623. future{
  9624. futures
  9625. 72260X
  9626. Nov 00^    TC Disk 2
  9627. --set theItem to choose file -- uncomment to test in an AS editor
  9628.     tell application "Finder"
  9629.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamSplicer:"
  9630.         activate
  9631.     end tell
  9632. on error errMsg number errNum
  9633.     --enter statements to perform when no records are found such as...
  9634.     display dialog "Sorry, the item you selected could not be found."
  9635.     return
  9636. end try
  9637. e    No Changef(QuickTime
  9638. Picture
  9639. Streaming
  9640. Splice
  9641. Imageq
  9642. Dev.CD Nov 00 TC Disk 2
  9643. All Packages
  9644. QTTestAppletIRThis demo program shows how to test if both QT and QTJava are installed correctly.J*AppletTag.js
  9645. classes
  9646. README.txt
  9647. sa.bat
  9648. Feb 00
  9649. OXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:V
  9650. 72261X
  9651. 1e    No Change
  9652. tinfo
  9653. return
  9654. return
  9655. investment
  9656. reverb
  9657. rgbbackcolor
  9658. rgbforecolor
  9659. rhapsody
  9660. router
  9661. routines
  9662. routing
  9663. rowbytes
  9664. on:AppleGlot 2.3:"
  9665.         activate
  9666.     end tell
  9667. on error errMsg number errNum
  9668.     --enter statements to perform when no records are found such as...
  9669.     display dialog "Sorry, the item you selected could not be found."
  9670.     return
  9671. end try
  9672. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  9673. Dev.CD Nov 99 TC
  9674. All Packages
  9675. AppleGlot 2.4b6
  9676. 69902X
  9677. helper
  9678. helpful
  9679. helping
  9680. helps_
  9681. helps
  9682. contents
  9683. namingtable
  9684. truetype
  9685. heralds
  9686. here{
  9687.  handles updates from one version to another, and copies over resizeable items.
  9688. Features:
  9689.  AppleGlot 2.3 works correctly on Power MacinB
  9690. tosh, fixing a problem with the Modern Memory manager. 
  9691.  Richer set of template field types supported
  9692.  ...and many more : see manual
  9693.  We now provide a Manual !
  9694. J?AppleGlot 2.3
  9695. AppleGlot 2.3 Users Guide
  9696. AppleGlot 2.3 Whats NewK
  9697. Jun 92L
  9698. Dec 95M
  9699. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  9700.  - Tool Chest
  9701.  - Localization
  9702.  - AppleGlot 2.3
  9703. o&http://developer.apple.com/samplecode/q
  9704. Dev.CD Nov 00 TC Disk 2
  9705. D!All Packages
  9706. Mac OS SDK Edition
  9707. Sound Manager
  9708. IMPORTANT INFO ABOUT SOUND MANAGER
  9709. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  9710. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  9711. http://www.apple.com/store
  9712. To get started,  you can go to the DeveloB
  9713. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  9714. http://www.apple.com/quicktime/developers
  9715. JpCheck the QuickTime 3 SDK
  9716. folder for more information
  9717. integrated with QuickTime.
  9718. The Sound Manager is now fullyK
  9719. Sep 93L
  9720. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:d
  9721. --set theItem to choose file -- uncomment to test in an AS editor
  9722.     tell application "Finder"
  9723.         open item "Dev.CD Apr 94
  9724. Dev.CD Jan 94
  9725. Dev.CD Oct 93
  9726. Dev.CD Jul 93
  9727. Dev.CD Apr 93"
  9728.         activate
  9729.     end tell
  9730. on error errMsg number errNum
  9731.     --enter statements to perform when no records are found such as...
  9732.     display dialog "Sorry, the item you selected could not be found."
  9733.     return
  9734. end try
  9735. system
  9736. enabler
  9737. system
  9738. enabler
  9739. system
  9740. enabler
  9741. 160/180
  9742. system
  9743. enabler
  9744. system
  9745. enabler
  9746. 160/165c/180/180c
  9747. system
  9748. enabler
  9749. system
  9750. enabler
  9751. performa
  9752. system
  9753. enabler
  9754. performa
  9755. system
  9756. enabler
  9757. color
  9758. classic
  9759. helper
  9760. helplab
  9761. helpsystems
  9762. library
  9763. hidecalls
  9764. hidecalls
  9765. hidecalls
  9766. hidemenubar
  9767. hidemenubar
  9768. hidemenubar
  9769. hidemenubar
  9770. hidemenubar
  9771. hiermenus
  9772. hiermenus
  9773. hiermenus
  9774. hiermenus
  9775. hiermenus
  9776. highsierra
  9777. highsierra
  9778. higos8guide
  9779. higuidelines
  9780. installer
  9781. installer
  9782. image
  9783. symfiles
  9784. authoring
  9785. autoguest
  9786. basics
  9787. beginz
  9788. binhex
  9789. binhex
  9790. browserz
  9791. buildingZ
  9792. building
  9793. samplesZ
  9794. buildxcmd
  9795. capturing
  9796. carbonprefixr
  9797. carbonprefix
  9798. carbonresr
  9799. carbonres
  9800. rsrcr
  9801. cd-romw
  9802. change
  9803. change
  9804. history
  9805. change
  9806. history
  9807. changesj
  9808. client
  9809. codev
  9810. codecs
  9811. codewarrior
  9812. codewarrior
  9813. coercionc
  9814. coercionsf
  9815. 1995 "Accelerated for Power Macintosh Artwork" Program
  9816. Apple Computer Inc.
  9817. Power Macintosh Developers!
  9818. Apple wants to help you communicate the benefits of a "native" version of your product to customers.  We have created artwork for use directly on your product packaging or to use as stickers to place on your shrink-wrapped products.  In addition, this artwork may be used in advertisements, distributor catalogs, direct mail, product literature, booth displays, and promotional items for y
  9819. our native products.  The "Accelerated for Power Macintosh" artwork is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  9820. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  9821. To obtain the "Accelerated for Power Macintosh" artwork:
  9822. 1) Request an information packet from:
  9823. Meeting Support Unli
  9824. mited
  9825. Carole Holcomb
  9826. 5755 Cohasset Way
  9827. San Jose, CA 95123
  9828. Attn:  Accelerated for Power Macintosh Program
  9829. (408) 226-6762
  9830. Applelink:  MSU
  9831. 2) Send in a copy of your native code and a signed legal agreement to Meeting Support Unlimited.
  9832. 3) Send in a mockup of your product artwork
  9833. 4) If your code is verified as native, you have signed the legal agreement, and your use of the artwork is approved, Meeting Support Unlimited will send you a copy of the artwork.
  9834. 5) Finally, send in two final cop
  9835. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  9836. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  9837. Power Macintosh Evangelism
  9838. Apple Computer Inc.
  9839. Power Macintosh Prod. ArtworkK
  9840. Sep 94L
  9841. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  9842.  - Programs & Marketingisk 1
  9843.  - Tool Chest
  9844.  - Localization
  9845.  - AppleGlot
  9846. 72155X
  9847. May 98^
  9848. {--set theItem to choose file -- uncomment to test in an AS editor
  9849.     tell application "Finder"
  9850.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  9851.         activate
  9852.     end tell
  9853. on error errMsg number errNum
  9854.     --enter statements to perform when no records are found such as...
  9855.     display dialog "Sorry, the item you selected could not be found."
  9856.     return
  9857. end try
  9858. e    No Changeq
  9859. Dev.CD May 98 TC
  9860. ?D!All Packages
  9861. Mac OS SDK Edition
  9862. Power Manager DDK
  9863. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  9864. JOInterfaces&Libraries
  9865. PCI Power ReadMe
  9866. SampleDriver
  9867. Updating Drivers for PM v1.0K
  9868. Apr 00N
  9869. Power Manager, PCI5
  9870. 72154X
  9871. Nov 00^    TC Disk 1
  9872. --set theItem to choose file -- uncomment to test in an AS editor
  9873.     tell application "Finder"
  9874.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  9875.         activate
  9876.     end tell
  9877. on error errMsg number errNum
  9878.     --enter statements to perform when no records are found such as...
  9879.     display dialog "Sorry, the item you selected could not be found."
  9880.     return
  9881. end try
  9882. e    No Changef
  9883. power macintosh debuggerq
  9884. Dev.CD Nov 00 TC Disk 1
  9885. >D!All Packages
  9886. Tool Chest Edition
  9887. Power Macintosh Prod. Artwork 
  9888.     as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  9889. This package contains documentation (u documentation (u
  9890. 69908X
  9891. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  9892. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  9893. MPW etc.img.binK
  9894. Nov 97N
  9895. power macintosh debuggerO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Nov 00 TC Disk 1
  9896.  - Tool Chest
  9897.  - Development Kits
  9898.  - MPW etc.
  9899. ile -- uncomment to test in an AS editor
  9900.     tell application "Finder"
  9901.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  9902.         activate
  9903.     end tell
  9904. on error errMsg number errNum
  9905.     --enter statements to perform when no records are found such as...
  9906.     display dialog "Sorry, the item you selected could not be found."
  9907.     return
  9908. end try
  9909. e    No Changef0AppleScript
  9910. scripting
  9911. Apple Event,Folder Actionsq
  9912. Dev.CD Oct 00 SDK1
  9913. SD!All Packages
  9914. Mac OS SDK Edition
  9915. AppleSearch
  9916. TSummary:  This folder contains:
  9917.  current release of the AppleSearch Client software for Macintosh (v1.5),
  9918.  prerelease version of the AppleSearch Client software for Windows,
  9919.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  9920.  prerelease version of the AppleSearch Client API for Windows, and
  9921.  updated documentation.
  9922. J/AppleSearch - Read Me First
  9923. Macintosh:
  9924. Windows:K
  9925. Feb 94L
  9926. Nov 94nge
  9927. PostScript printerN%PostScript, printer, PostScriptHandleOBDev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:PJDev.CD Nov 00 TC Disk 2
  9928.  - Sample Code
  9929.  - Printing
  9930.  - PostScriptHandleDemoV
  9931. 72153X
  9932. Nov 00^    TC Disk 2
  9933. --set theItem to choose file -- uncomment to test in an AS editor
  9934.     tell application "Finder"
  9935.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:"
  9936.         activate
  9937.     end tell
  9938. on error errMsg number errNum
  9939.     --enter statements to perform when no records are found such as...
  9940.     display dialog "Sorry, the item you selected could not be found."
  9941.     return
  9942. end try
  9943. e    No Changef#PostScript
  9944. printer
  9945. PostScriptHandleq
  9946. Dev.CD Nov 00 TC Disk 2
  9947. All Packages
  9948. Power Mac Debugger
  9949. 72154X
  9950. pshdldemo
  9951. pswritererr
  9952. pswritererr
  9953. ptags
  9954. ptags
  9955. manual
  9956. ptags
  9957. manual
  9958. ptesample
  9959. ptesample
  9960. ptestsignal
  9961. ptestsignal
  9962. ptestsignal
  9963. ptestsignal
  9964. ptestylesample
  9965. ptestylesample
  9966. pthreadsorts
  9967. pthreadsorts
  9968. pthreadsorts
  9969. pbproj
  9970. pthreadsorts
  9971. pubscatalog
  9972. pubscatalog
  9973. pubsorderform
  9974. pubsorderform
  9975. survival
  9976. putawayonevolume
  9977. putawayonevolume
  9978. putawayonevolume
  9979. putawayonevolume
  9980. putawayvolumes
  9981. putawayvolumes
  9982. putawayvolumes
  9983. putawayvolumes
  9984. qcopy
  9985. qcopy
  9986. environment
  9987. utilities
  9988. graphics
  9989. objects
  9990. printing
  9991. printing
  9992. drvrs
  9993. prog's
  9994. overview
  9995. typography
  9996. All Packages
  9997. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  9998. Dev.CD Jan 94
  9999. Dev.CD Oct 93
  10000. Dev.CD Jul 93P6Dev.CD Apr 94
  10001. Dev.CD Jan 94
  10002. Dev.CD Oct 93
  10003. Dev.CD Jul 9V
  10004. 72856X
  10005. Apr 94
  10006. --set theItem to choose file -- uncomment to test in an AS editor
  10007.     tell application "Finder"
  10008.         open item "Dev.CD Apr 94
  10009. Dev.CD Jan 94
  10010. Dev.CD Oct 93
  10011. Dev.CD Jul 93"
  10012.         activate
  10013.     end tell
  10014. on error errMsg number errNum
  10015.     --enter statements to perform when no records are found such as...
  10016.     display dialog "Sorry, the item you selected could not be found."
  10017.     return
  10018. end try
  10019. All Packages
  10020. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  10021. Dev.CD Jan 94
  10022. Dev.CD Oct 93
  10023. Dev.CD Jul 93P6Dev.CD Apr 94
  10024. Dev.CD Jan 94
  10025. Dev.CD Oct 93
  10026. Dev.CD Jul 9V
  10027. 72857X
  10028. Apr 94
  10029. lipton
  10030. lisez-moi
  10031. lisp{
  10032. listf
  10033. summary
  10034. folder
  10035. contains
  10036. complete
  10037. information
  10038. developS
  10039. summary
  10040. folder
  10041. contains
  10042. documents
  10043. about
  10044. programming
  10045. summary
  10046. folder
  10047. contains
  10048. electronic
  10049. forms
  10050. allow
  10051. summary
  10052. folder
  10053. contains
  10054. helpful
  10055. scripts
  10056. summary
  10057. folder
  10058. contains
  10059. information
  10060. tells
  10061. develope
  10062. summary
  10063. folder
  10064. contains
  10065. goodies
  10066. developer
  10067. summary
  10068. folder
  10069. contains
  10070. revised
  10071. acrobat
  10072. versions
  10073. summary
  10074. folder
  10075. contains
  10076. sample
  10077. applications
  10078. demonsb
  10079. summary
  10080. folder
  10081. contains
  10082. several
  10083. examples
  10084. system
  10085. summary
  10086. folder
  10087. contains
  10088. several
  10089. snippets
  10090. illustrat
  10091. summary
  10092. folder
  10093. contains
  10094. apple
  10095. event
  10096. registry
  10097. summary
  10098. folder
  10099. contains
  10100. apple
  10101. event
  10102. terminologd
  10103. summary
  10104. folder
  10105. contains
  10106. macsnmp
  10107. developer's
  10108. summary
  10109. folder
  10110. contains
  10111. net-install
  10112. apple's
  10113. summary
  10114. folder
  10115. contains
  10116. assist
  10117. increas
  10118. SetLED.c
  10119. SetLED.mcp
  10120. SetLED.PPCK
  10121. Jun 98M
  10122. ADB, Apple Extended KeyboardN
  10123. keyboard, ADB, LEDs, SetLEDODDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:PODev.CD Nov 00 TC Disk 1
  10124.  - Sample Code
  10125.  - Devices and Hardware
  10126.  - ADB
  10127.  - SetLEDV
  10128. 72536X
  10129. Nov 00^    TC Disk 1
  10130. --set theItem to choose file -- uncomment to test in an AS editor
  10131.     tell application "Finder"
  10132.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:"
  10133.         activate
  10134.     end tell
  10135. on error errMsg number errNum
  10136.     --enter statements to perform when no records are found such as...
  10137.     display dialog "Sorry, the item you selected could not be found."
  10138.     return
  10139. end try
  10140. e    No Changef
  10141. keyboard
  10142. SetLEDq
  10143. Dev.CD Nov 00 TC Disk 1
  10144. All Packages
  10145. SetPDiMCIGAn MPW tool to set the 'Printer Driver is MultiFinder Compatible' flag.J.SetPDiMC
  10146. SetPDiMC.make
  10147. SetPDiMC.p
  10148. SetPDiMC.p.oM
  10149. MPWO6Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:SetPDiMC:V
  10150. 72537X
  10151. 1e    No Change
  10152. ;OADev.CD Nov 00 TC Disk 1:Tool Chest:Printing:PostScript Utilities:PIDev.CD Nov 00 TC Disk 1
  10153.  - Tool Chest
  10154.  - Printing
  10155.  - PostScript UtilitiesV
  10156. 72152X
  10157. Nov 00^    TC Disk 1
  10158. --set theItem to choose file -- uncomment to test in an AS editor
  10159.     tell application "Finder"
  10160.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Printing:PostScript Utilities:"
  10161.         activate
  10162.     end tell
  10163. on error errMsg number errNum
  10164.     --enter statements to perform when no records are found such as...
  10165.     display dialog "Sorry, the item you selected could not be found."
  10166.     return
  10167. end try
  10168. e    No Changeq
  10169. Dev.CD Nov 00 TC Disk 1
  10170. All Packages
  10171. PostScriptHandleDemoIgThis sample shows how to use the PostScriptHandle PicComment to send PostScript to PostScript printers.J
  10172. About PSHdlDemo.text
  10173. PostScriptHandleDemo(PPC)
  10174. PostScriptHandleDemo.mcp
  10175. PostScriptHandleDemo.rsrc
  10176. PrintComments.p
  10177. PS Text
  10178. PSHdlDemo.pOBDev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:V
  10179. 72153X
  10180. 1e    No Change
  10181. toolbox
  10182. toolframework
  10183. toolframework
  10184. toolframework
  10185. toolframework
  10186. toolkit
  10187. toolsQ
  10188. tools
  10189. goodies
  10190. tools
  10191. toolwindow
  10192. toolwindow
  10193. toolwindow
  10194. topicsS
  10195. e example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  10196. Communications Toolbox
  10197. Contributed
  10198. Devices and Hardware
  10199. Files
  10200. Games
  10201. Graphics 2D
  10202. Graphics 3D
  10203. Help Systems
  10204. Human Interface Toolbox
  10205. Interapplication Comm
  10206. Memory
  10207. Networking
  10208. OS Utilities
  10209. Overview
  10210. Platforms and Tools
  10211. Printing
  10212. Processes
  10213. QuickTime
  10214. Runtime Architecture
  10215. Sound
  10216. Feb 92L
  10217. Aug 95O
  10218. Dev.CD Nov 99 TC:Sample Code:P
  10219. Dev.CD Nov 99 TC
  10220.  - Sample Codeest
  10221. basics
  10222. beginz
  10223. binhex
  10224. binhex
  10225. browserz
  10226. buildingZ
  10227. building
  10228. samplesZ
  10229. buildxcmd
  10230. capturing
  10231. carbonprefixr
  10232. carbonprefix
  10233. carbonresr
  10234. carbonres
  10235. rsrcr
  10236. cd-romw
  10237. change
  10238. change
  10239. history
  10240. change
  10241. history
  10242. changesj
  10243. client
  10244. codev
  10245. codecs
  10246. codewarrior
  10247. codewarrior
  10248. coercionc
  10249. coercionsf
  10250. The SampleFilter PostScript Output Filter for LaserWriter 8.7 demonstrates:
  10251.   1) how to obtain data from the collection passed from the print dialog
  10252.   2) how to insert data into the output stream BEFORE a given subsection
  10253.   3) how to insert data into the output stream AFTER a given subsection
  10254.   4) how to remove data for a given subsection
  10255.   5) how to replace data for a given subsection
  10256.   6) how to detect a given page
  10257. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  10258. J5Headers and Stub Libraries
  10259. SampleFilter
  10260. SectionReportK
  10261. Dec 99M
  10262. LaserWriter 8.7N
  10263. Printing, PostScript, FilterOGDev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScript Output Filters:PODev.CD Nov 00 TC Disk 2
  10264.  - Sample Code
  10265.  - Printing
  10266.  - PostScript Output Filters
  10267. Porting Objective-C to Java by Theresa Ray of Tensor Information Systems, Inc.
  10268. A quick reference guide to the major topics and tips involved converting an Objective-C application or Framework to Java. Many who have applications and/or frameworks written in Objective-C are finding it necessary to convert their Objective-C applications and frameworks to Java. Java is a widely known and supported language. Many programmers are already trained in Java, and in many cases it is becoming more ti
  10269. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  10270. 72151X
  10271. Nov 00^    TC Disk 2
  10272. --set theItem to choose file -- uncomment to test in an AS editor
  10273.     tell application "Finder"
  10274.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScript Output Filters:"
  10275.         activate
  10276.     end tell
  10277. on error errMsg number errNum
  10278.     --enter statements to perform when no records are found such as...
  10279.     display dialog "Sorry, the item you selected could not be found."
  10280.     return
  10281. end try
  10282. e    No Changef
  10283. Printing
  10284. PostScript
  10285. Filterq
  10286. Dev.CD Nov 00 TC Disk 2
  10287. All Packages
  10288. PostScript UtilitiesI
  10289. Summary: This folder contains a number of PostScript
  10290.  utilities.
  10291. Features:
  10292.  DiskRestore
  10293.  kill test page
  10294.  Laser Doctor
  10295.  letter paper tray
  10296.  plain paper tray
  10297.  print total pages
  10298.  restore test page
  10299. This package is 7.0 compatible.JnDiskRestore
  10300. kill test page
  10301. Laser Doctor
  10302. letter paper tray
  10303. plain paper tray
  10304. print total pages
  10305. restore test pageK
  10306. Vol IIIL
  10307. Vol VIIV
  10308. 72152X
  10309. 1e    No Change
  10310. Apr 98L
  10311. Jan 00
  10312.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  10313. PortingObjectiveCtoJava.pdfK
  10314. Oct 99L
  10315. Mar 00M
  10316. Acrobat Reader 3.0 or laterN
  10317. WebObjects, Objective-C, JavaOKDev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:PPDev.CD Mar OO RLDisk 1
  10318.  - Interactive Media Resources
  10319.  - PortingObjectiveCtoJava
  10320. objects
  10321. objectsupportlib
  10322. apple
  10323. event
  10324. appleevent
  10325. screent
  10326. off-screen
  10327. offscreen
  10328. offscreen
  10329. gworld
  10330. manager
  10331.  files, libraries, samples use CodeWarrior Pro 3 or later.
  10332. NkAppleShare IP, Server, AppleShare Client, ASIP, AFP, Registry, PGP, UAM, Server Controls, Networking, Print
  10333. All Packages
  10334. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  10335. Dev.CD Jan 94
  10336. Dev.CD Oct 93
  10337. Dev.CD Jul 93
  10338. Dev.CD Apr 93PDDev.CD Apr 94
  10339. Dev.CD Jan 94
  10340. Dev.CD Oct 93
  10341. Dev.CD Jul 93
  10342. Dev.CD Apr 9V
  10343. 72886X
  10344. Apr 94
  10345. --set theItem to choose file -- uncomment to test in an AS editor
  10346.     tell application "Finder"
  10347.         open item "Dev.CD Apr 94
  10348. Dev.CD Jan 94
  10349. Dev.CD Oct 93
  10350. Dev.CD Jul 93
  10351. Dev.CD Apr 93"
  10352.         activate
  10353.     end tell
  10354. on error errMsg number errNum
  10355.     --enter statements to perform when no records are found such as...
  10356.     display dialog "Sorry, the item you selected could not be found."
  10357.     return
  10358. end try
  10359. All Packages
  10360. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  10361. Dev.CD Jan 94
  10362. Dev.CD Oct 93
  10363. Dev.CD Jul 93
  10364. Dev.CD Apr 93PDDev.CD Apr 94
  10365. Dev.CD Jan 94
  10366. Dev.CD Oct 93
  10367. Dev.CD Jul 93
  10368. Dev.CD Apr 9V
  10369. 72887X
  10370. Apr 94
  10371. intricacies
  10372. television
  10373. tendpointinfo
  10374. tesample
  10375. testdeviceattribute
  10376. testing
  10377. testylesample
  10378. textO
  10379. editor
  10380. encoding
  10381. encoding
  10382. conversion
  10383. manager
  10384. encoding
  10385. converter
  10386. services
  10387. manager
  10388. services
  10389. textedit
  10390. text-to-speech
  10391. textedit
  10392. texture
  10393. thread
  10394. thread
  10395. manager
  10396. threading
  10397. threads
  10398. thumbnail
  10399. tilisten
  10400. timings
  10401. tokenR
  10402. token
  10403. ringR
  10404. tokenize
  10405. tokenizer
  10406. tokentalk
  10407. toolboxe
  10408. toolbox
  10409. assistant
  10410. packages
  10411. software
  10412. suite
  10413. controlled@
  10414. controls/events@
  10415. cool@
  10416. copy-and-paste@
  10417. copyrights@
  10418. corefoundation@
  10419. couple@
  10420. courseware@
  10421. createcustomlist@
  10422. createhypertext@
  10423. creating@
  10424. current
  10425. release
  10426. mactcp
  10427. v2.0.6
  10428. mactcp
  10429. admin
  10430. v2.0.6@
  10431. customgetfilepreview@
  10432. cyberdog@
  10433. database@
  10434. day-to-day@
  10435. december@
  10436. definition@
  10437. demo's@
  10438. demonstrated@
  10439. demonstrates
  10440. asynchronous
  10441. movie
  10442. loading
  10443. newmoviefrom@
  10444. demonstrates
  10445. loading
  10446. playing
  10447. saving
  10448. mulitple
  10449. sounds
  10450. show@
  10451. dependent@
  10452. descriptions@
  10453. designing@
  10454. desk@
  10455. detailed
  10456. developer
  10457. documentation@
  10458. develop-ers@
  10459. developed@
  10460. developer's@
  10461. development@
  10462. diagnose@
  10463. dialogbits@
  10464. difficulties@
  10465. direction@
  10466. discover@
  10467. disinfectant@
  10468. display/context@
  10469. indicates@
  10470. inits@
  10471. intel@
  10472. - Common
  10473.     - Sun Compliant Java Runtime Environment 1.1
  10474.     - QuickTime 3 
  10475.     - QTJava.zip
  10476.     - QTJava media samples
  10477. - Mac OS:
  10478.     - System 8 or later
  10479.     - Macintosh Runtime for Java (MRJ) 2.1
  10480. - Windows 95, 98, or NT::
  10481.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10482. QuickTime, Java, MRJically_
  10483. automating
  10484. automation
  10485. autopush
  10486. autopushes
  10487. autoversioning
  10488. auxiliary
  10489. availability
  10490. availableS
  10491. avitzur
  10492. 72150X
  10493. Mar OO^
  10494. RLDisk 1
  10495. --set theItem to choose file -- uncomment to test in an AS editor
  10496.     tell application "Finder"
  10497.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:"
  10498.         activate
  10499.     end tell
  10500. on error errMsg number errNum
  10501.     --enter statements to perform when no records are found such as...
  10502.     display dialog "Sorry, the item you selected could not be found."
  10503.     return
  10504. end try
  10505. Deletedf
  10506. WebObjects
  10507. Objective-C
  10508. Javaq
  10509. Dev.CD Mar OO RLDisk 1
  10510. All Packages
  10511. PostScript Output Filters
  10512. 72151X
  10513. 2 requires Mac OS 8, with Open Transport 1.2.1, and any Macintosh computer or Workgroup Server that uses a PowerPC 601, 604, 604e processors.N"AppleShare, IP, API, AFP protocol.O?Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:PDDev.CD Apr 98 SDK1
  10514.  - Development Kits (Disc 1)
  10515.  - AppleShare IP API
  10516. SillyBalls, cocoa, portOXDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:PcDev.CD Nov 00 TC Disk 2
  10517.  - Sample Code
  10518.  - Platforms and Tools
  10519.  - Project Builder
  10520.  - SonOfSillyBallsV
  10521. 72595X
  10522. Nov 00^    TC Disk 2
  10523. --set theItem to choose file -- uncomment to test in an AS editor
  10524.     tell application "Finder"
  10525.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:"
  10526.         activate
  10527.     end tell
  10528. on error errMsg number errNum
  10529.     --enter statements to perform when no records are found such as...
  10530.     display dialog "Sorry, the item you selected could not be found."
  10531.     return
  10532. end try
  10533. e    No Changef
  10534. SillyBalls
  10535. cocoa
  10536. tool/script
  10537. x--set theItem to choose file -- uncomment to test in an AS editor
  10538.     tell application "Finder"
  10539.         open item "Dev.CD Aug 96 TC
  10540. Dev.CD Jan 96 SDK1"
  10541.         activate
  10542.     end tell
  10543. on error errMsg number errNum
  10544.     --enter statements to perform when no records are found such as...
  10545.     display dialog "Sorry, the item you selected could not be found."
  10546.     return
  10547. end try
  10548. animate
  10549. animateentry
  10550. animatepalette
  10551. animation
  10552. antlr
  10553. appearanceu
  10554. appearance
  10555. manageru
  10556. append
  10557. appkit
  10558. appkit
  10559. reference
  10560. appleb
  10561. apple
  10562. advanced
  10563. typography
  10564. popups
  10565. porting
  10566. porting
  10567. objective-c
  10568. posers
  10569. postscript
  10570. postscript
  10571. output
  10572. filters
  10573. postscript
  10574. utilities
  10575. postscripthandledemo
  10576. power
  10577. power
  10578. debugger
  10579. power
  10580. macintosh
  10581. artwork
  10582. power
  10583. manager
  10584. powerbook
  10585. powermacor68k
  10586. powerpc
  10587. powerpc
  10588. documentation
  10589. powertalk
  10590. powertalk
  10591. profile
  10592. profiler
  10593. project
  10594. projects
  10595. publications
  10596. quadra
  10597. qualified
  10598. quickdraw
  10599. r13u5
  10600. r15d1
  10601. reader_
  10602. receive
  10603. redistribution
  10604. registration
  10605. registry~
  10606. release
  10607. reporting
  10608. reports
  10609. requests
  10610. resedit
  10611. resources
  10612. 72581X
  10613. Nov 99^
  10614. r--set theItem to choose file -- uncomment to test in an AS editor
  10615.     tell application "Finder"
  10616.         open item "Dev.CD Nov 99 TC:Sample Code:"
  10617.         activate
  10618.     end tell
  10619. on error errMsg number errNum
  10620.     --enter statements to perform when no records are found such as...
  10621.     display dialog "Sorry, the item you selected could not be found."
  10622.     return
  10623. end try
  10624. Deletedq
  10625. Dev.CD Nov 99 TC
  10626. D!All Packages
  10627. Tool Chest Edition
  10628. Snippets - Networking
  10629. (** = new, * = revised)
  10630. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  10631. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  10632. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  10633. ATP f
  10634. summary
  10635. sample
  10636. discussion
  10637. detect
  10638. whether
  10639. summary
  10640. sample
  10641. network
  10642. chess
  10643. application
  10644. summary
  10645. monitor
  10646. iotracer
  10647. performance
  10648. tools
  10649. summary
  10650. tools
  10651. small
  10652. functions
  10653. summary
  10654. allows
  10655. display
  10656. dialogs
  10657. alerts
  10658. coolale
  10659. summary
  10660. sedit
  10661. device
  10662. editor
  10663. general
  10664. purpose
  10665. summary
  10666. virtual
  10667. scripts
  10668. libraries
  10669. automa
  10670. summary
  10671. globals
  10672. multifinder
  10673. friendly
  10674. application
  10675. summary
  10676. movie
  10677. small
  10678. application
  10679. designed
  10680. summary
  10681. simpleapp
  10682. general
  10683. utility
  10684. handling
  10685. ummary
  10686. apple
  10687. chinese
  10688. handwriting
  10689. offers
  10690. another
  10691. summary
  10692. apple
  10693. grayscale
  10694. appearance
  10695. system
  10696. specif
  10697. summary
  10698. apple
  10699. international
  10700. glossaries
  10701. contains
  10702. translat
  10703. summary
  10704. apple
  10705. scriptx
  10706. interactive
  10707. multimedia
  10708. platform
  10709. summary
  10710. appleevents
  10711. probably
  10712. don't
  10713. mccomponent
  10714. mccomponent
  10715. mccomponent
  10716. 8PYDev.CD Nov 00 TC Disk 1
  10717.  - Sample Code
  10718.  - Human Interface Toolbox
  10719.  - PopUpMenuWithCurFontV
  10720. 72149X
  10721. Nov 00^    TC Disk 1
  10722. --set theItem to choose file -- uncomment to test in an AS editor
  10723.     tell application "Finder"
  10724.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PopUpMenuWithCurFont:"
  10725.         activate
  10726.     end tell
  10727. on error errMsg number errNum
  10728.     --enter statements to perform when no records are found such as...
  10729.     display dialog "Sorry, the item you selected could not be found."
  10730.     return
  10731. end try
  10732. e    No Changeq
  10733. Dev.CD Nov 00 TC Disk 1
  10734. All Packages
  10735. Porting Objective-C to Java
  10736. 72150X
  10737. paraphernalia
  10738. parent
  10739. parrt
  10740. parse
  10741. parsefullpathname
  10742. parserW
  10743. parses
  10744. parsing
  10745. parsons
  10746. part{
  10747. introduction
  10748. quicktime
  10749. partial
  10750. participation
  10751. ware.
  10752. SetupGL also has some unique features:
  10753. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting fDepthMust and fSizeMust to false on ent
  10754. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  10755. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  10756. - SetupGL provides the function BuildGLFromWindow a
  10757. 72148X
  10758. Nov 00^    TC Disk 1
  10759. --set theItem to choose file -- uncomment to test in an AS editor
  10760.     tell application "Finder"
  10761.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  10762.         activate
  10763.     end tell
  10764. on error errMsg number errNum
  10765.     --enter statements to perform when no records are found such as...
  10766.     display dialog "Sorry, the item you selected could not be found."
  10767.     return
  10768. end try
  10769. e    No Changeq
  10770. Dev.CD Nov 00 TC Disk 1
  10771. All Packages
  10772. PopUpMenuWithCurFontI
  10773. PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect.  JcPopUpMenuWithCurFont(PPC)
  10774. PopUpMenuWithCurFont.c
  10775. PopUpMenuWithCurFont.mcp
  10776. PopUpMenuWithCurFont.rsrcOQDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PopUpMenuWithCurFont:V
  10777. 72149X
  10778. 1e    No Change
  10779.     C`tp://www.tiac.net/biz/bbsw/
  10780. Internet:    bbsw@netcom.com
  10781. CIS:    73051,3255
  10782. eWorld:    BareBones
  10783. JY!NOT AN APPLE PRODUCT!
  10784. PopupFuncs 2.6.1 Installer
  10785. PopupFuncs Notes.c
  10786. Source Masher
  10787. xPop 
  10788. Sep 95L
  10789. Jan 96OHDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PPDev.CD Nov 00 TC Disk 1
  10790.  - Tool Chest
  10791.  - Developer Utilities
  10792.  - PopupFuncs 2.6.1on 1.1 with an older version of Apple Shared Library Manager.
  10793. AppleTalk Connection relies on the latest release of MacSNMP v
  10794. ersion 1.1. See the MacSNMP folder for an up-to-date version of the SNMP development kits.
  10795. For the latest version of AppleTalk, see the Network Software Installer folder. 
  10796. The version 1.1.1 of the SNMP AppleTalk Agent for System 7.5 can be found in the MacSNMP folder.
  10797. JdAppleTalk - Read Me First
  10798. AppleTalk Administration:
  10799. AppleTalk Connection:
  10800. Network Software InstallerK
  10801. Jan 96O7Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:
  10802. Summary:  PopUpFuncs is a productivity tool for developers. When invoked by clicking on a control in a source code window
  10803. s title bar, it creates a popup menu of every function contained in a source code file, allowing you to see instantly the contents of an unfamiliar file. If a name is selected from the menu, the file is instantly scrolled to the beginning of that function. PopUpFuncs works with CodeWarrior, MPW, THINK C/Symantec C++, SADE, BBEdit, and QUED/M, and parses C, C++, Pascal, 
  10804. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  10805. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  10806. Postal:    Bare Bones Software, Inc.
  10807.       P.O. Box 108
  10808.       Bedford, MA  01730-0108
  10809. Phone:    +1 508 651 3561
  10810. Fax:      +1 508 651 7584
  10811. WWW:      ht
  10812. 72613X
  10813. Oct 00^
  10814. --set theItem to choose file -- uncomment to test in an AS editor
  10815.     tell application "Finder"
  10816.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:"
  10817.         activate
  10818.     end tell
  10819. on error errMsg number errNum
  10820.     --enter statements to perform when no records are found such as...
  10821.     display dialog "Sorry, the item you selected could not be found."
  10822.     return
  10823. end try
  10824. e    No Changef3Speech
  10825. Synthesis
  10826. Text-to-Speech
  10827. MacinTalk
  10828. PlainTalkq
  10829. Dev.CD Oct 00 SDK1
  10830. All Packages
  10831. Splasher
  10832. A very simple application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  10833. J3Splasher(PPC)
  10834. Splasher.mcp
  10835. Splasher.rsrc
  10836. Template.cOEDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Splasher:V
  10837. 72614X
  10838. 1e    No Change
  10839. counterdialog
  10840. 3.0.1^
  10841. 3.0.2
  10842. 3.6.5
  10843. 3/92d
  10844. counterdocument
  10845. 4.0.1
  10846. 4.0.8
  10847. files
  10848. library
  10849. 4pmlibraryA
  10850. 4pmlibrary
  10851. 4pmlibrary
  10852. counterprint
  10853. 5.0.7W
  10854. 5.3.2
  10855. 5300ramcard
  10856. 5xxx/6xxx
  10857. 5xxx/6xxx
  10858. tester
  10859. 6.3.3
  10860. performance
  10861. program
  10862. shows
  10863. construction
  10864. composited
  10865. program
  10866. shows
  10867. introspection
  10868. movie
  10869. program
  10870. shows
  10871. usage
  10872. graphicsimporter
  10873. program
  10874. shows
  10875. usage
  10876. graphicsimporterdra
  10877. program
  10878. shows
  10879. usage
  10880. qtimagedrawer
  10881. shows
  10882. quicktime
  10883. effects
  10884. architectur
  10885. demonstrates
  10886. customputdialog
  10887. append
  10888. button
  10889. demonstrates
  10890. customputdialog
  10891. button
  10892. demonstrates
  10893. program
  10894. finder-like
  10895. label
  10896. developer
  10897. describes
  10898. macintosh
  10899. powerbook
  10900. 2400c
  10901. developer
  10902. provides
  10903. technical
  10904. information
  10905. about
  10906. development
  10907. information
  10908. image
  10909. contains
  10910. debug
  10911. version
  10912. 2.5.2
  10913. which
  10914. kages
  10915. Mac OS SDK Edition
  10916. AppleTalk Wide Area
  10917. WeChat
  10918. Kibitz
  10919. pbClock
  10920. AppsToGo Reference
  10921. AppsToGo.FAT
  10922. Sample ApplicationsK
  10923. May 93L
  10924. Nov 94M
  10925. variesO6Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:AppsToGo:V
  10926. 69918X
  10927. 1e    No Change
  10928. tuneplayer
  10929. tunes
  10930. tuning
  10931. tunnel
  10932. tupledumper
  10933. tuples
  10934. turbo
  10935. turkish
  10936. turnedA
  10937. turning
  10938. turns
  10939. turtle
  10940. tutorial
  10941. tview
  10942. tween
  10943. tweening
  10944. twice
  10945. twiddle
  10946. twindow
  10947. twindows
  10948. twisted
  10949. twists
  10950. two-byte
  10951. two-column
  10952. two-column
  10953. resource
  10954. looks
  10955. comma
  10956. two-dimensional
  10957. two-level
  10958. two-part
  10959. two-phase
  10960. two-source
  10961. ource calls. (An ade
  10962. - Common
  10963.     - Sun Compliant Java Runtime Environment 1.1
  10964.     - QuickTime 3 
  10965.     - QTJava.zip
  10966.     - QTJava media samples
  10967. - Mac OS:
  10968.     - System 8 or later
  10969.     - Macintosh Runtime for Java (MRJ) 2.1
  10970. - Windows 95, 98, or NT::
  10971.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10972. QuickTime, Java, MRJument provides information needed to develop an AURP adev. Included are the AURP calls to and from the atlk resource; some clues about the adev resource calls from the Apple Internet Router management app
  10973. lication, Router Manager; and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  10974. Apple Internet Router: Extending IP Tunnel and DialUp
  10975. --------------------------------------
  10976. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  10977. 6OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:PUDev.CD Nov 00 TC Disk 2
  10978.  - Sample Code
  10979.  - QuickTime
  10980.  - QuickTime for Java
  10981.  - PlayTuneV
  10982. 72147X
  10983. Nov 00^    TC Disk 2
  10984. --set theItem to choose file -- uncomment to test in an AS editor
  10985.     tell application "Finder"
  10986.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:"
  10987.         activate
  10988.     end tell
  10989. on error errMsg number errNum
  10990.     --enter statements to perform when no records are found such as...
  10991.     display dialog "Sorry, the item you selected could not be found."
  10992.     return
  10993. end try
  10994. e    No Changef
  10995. QuickTime
  10996. Dev.CD Nov 00 TC Disk 2
  10997. All Packages
  10998. PopupFuncs 2.6.1
  10999. 72148X
  11000. example3
  11001. examplecodec
  11002. examplecodec
  11003. examplecodec
  11004. examplecodec
  11005. examplecodec
  11006. examples
  11007. exceptions
  11008. exceptions
  11009. exceptions
  11010. exceptions
  11011. expand
  11012. experimental
  11013. experimental
  11014. interfacelib
  11015. experimental
  11016. stuff
  11017. explnd
  11018. explosionframes
  11019. explosionframes
  11020. export
  11021. exportersp
  11022. exrom-1func
  11023. exrom-1func
  11024. sresource
  11025. extendprintrecord
  11026. extendprintrecord
  11027. extendprintrecord
  11028. extensionv
  11029. extension
  11030. extension
  11031. extensions
  11032. extractitems
  11033. extractitems
  11034. extractors
  11035. extras
  11036. f-french
  11037. fastdither
  11038. All Packages
  11039. System 7 Tune-UpO
  11040. Dev.CD Apr 92
  11041. Dev.CD Mar 92P
  11042. Dev.CD Apr 92
  11043. Dev.CD Mar 9V
  11044. 72650X
  11045. Apr 92
  11046. p--set theItem to choose file -- uncomment to test in an AS editor
  11047.     tell application "Finder"
  11048.         open item "Dev.CD Apr 92
  11049. Dev.CD Mar 92"
  11050.         activate
  11051.     end tell
  11052. on error errMsg number errNum
  11053.     --enter statements to perform when no records are found such as...
  11054.     display dialog "Sorry, the item you selected could not be found."
  11055.     return
  11056. end try
  11057. All Packages
  11058. System 7 Tune-UpO
  11059. Dev.CD Apr 92
  11060. Dev.CD Mar 92P
  11061. Dev.CD Apr 92
  11062. Dev.CD Mar 9V
  11063. 72651X
  11064. Apr 92
  11065. p--set theItem to choose file -- uncomment to test in an AS editor
  11066.     tell application "Finder"
  11067.         open item "Dev.CD Apr 92
  11068. Dev.CD Mar 92"
  11069.         activate
  11070.     end tell
  11071. on error errMsg number errNum
  11072.     --enter statements to perform when no records are found such as...
  11073.     display dialog "Sorry, the item you selected could not be found."
  11074.     return
  11075. end try
  11076. 72580X
  11077. Nov 99^
  11078. r--set theItem to choose file -- uncomment to test in an AS editor
  11079.     tell application "Finder"
  11080.         open item "Dev.CD Nov 99 TC:Sample Code:"
  11081.         activate
  11082.     end tell
  11083. on error errMsg number errNum
  11084.     --enter statements to perform when no records are found such as...
  11085.     display dialog "Sorry, the item you selected could not be found."
  11086.     return
  11087. end try
  11088. Deletedq
  11089. Dev.CD Nov 99 TC
  11090. D!All Packages
  11091. Tool Chest Edition
  11092. Snippets - Memory
  11093. (** = new, * = revised)
  11094. Cache Flushing:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  11095. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  11096. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Thkimage-68k
  11097. - Common
  11098.     - Sun Compliant Java Runtime Environment 1.1
  11099.     - QuickTime 3 
  11100.     - QTJava.zip
  11101.     - QTJava media samples
  11102. - Mac OS:
  11103.     - System 8 or later
  11104.     - Macintosh Runtime for Java (MRJ) 2.1
  11105. - Windows 95, 98, or NT::
  11106.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11107. QuickTime, Java, MRJnder"
  11108.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:AppsToGo:"
  11109.         activate
  11110.     end tell
  11111. on error errMsg number errNum
  11112.     --enter statements to perform when no records are found such as...
  11113.     display dialog "Sorry, the item you selected could not be found."
  11114.     return
  11115. end try
  11116. e    No Changef*AppsToGo
  11117. Rapid Application Developmentq
  11118. Dev.CD Nov 00 TC Disk 2
  11119. All Packages
  11120. Arabic Language KitO
  11121. Dev.CD May 96 TCP
  11122. Dev.CD May 96 TV
  11123. 69919X
  11124. May 96
  11125. editor
  11126. resedit
  11127. editor
  11128. notes
  11129. samples
  11130. codec
  11131. codecdispatch
  11132. codecs
  11133. codectestmain
  11134. codectestmain
  11135. codectestmain
  11136. codecversion
  11137. codewarrior
  11138. codewarrior
  11139. projects
  11140. codewarrior
  11141. coerceprgeneral
  11142. coerceprgeneral
  11143. coercionc
  11144. coercionsf
  11145. nd such as...
  11146.     display dialog "Sorry, the item you selected could not be found."
  11147.     return
  11148. end try
  11149. All Packages
  11150. Arabic Language KitO2Dev.CD May 97 TC
  11151. Dev.CD Nov 96 TC
  11152. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  11153. Dev.CD Nov 96 TC
  11154. Dev.CD Aug 96 TV
  11155. 69921X
  11156. May 97
  11157. 5OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:PVDev.CD Nov 00 TC Disk 2
  11158.  - Sample Code
  11159.  - QuickTime
  11160.  - QuickTime for Java
  11161.  - PlayMovieV
  11162. 72146X
  11163. Nov 00^    TC Disk 2
  11164. --set theItem to choose file -- uncomment to test in an AS editor
  11165.     tell application "Finder"
  11166.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:"
  11167.         activate
  11168.     end tell
  11169. on error errMsg number errNum
  11170.     --enter statements to perform when no records are found such as...
  11171.     display dialog "Sorry, the item you selected could not be found."
  11172.     return
  11173. end try
  11174. e    No Changef
  11175. QuickTime
  11176. Dev.CD Nov 00 TC Disk 2
  11177. All Packages
  11178. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  11179. J+PlayTune
  11180. PlayTune.zip
  11181. pt.bat
  11182. README.txt
  11183. Feb 00
  11184. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:V
  11185. 72147X
  11186. 1e    No Change
  11187. manager'sf
  11188. manager-related
  11189. managers
  11190. managing
  11191. managmentw
  11192. manalyzer
  11193. mananger
  11194. manger
  11195. manipulate
  11196. manipulating
  11197. manipulation
  11198. manipulations
  11199. manner
  11200. manual
  11201. manually
  11202. manuals
  11203. manufacturers
  11204. many^
  11205. moi (Arabe)" for details and installation instructions. 
  11206. JDInstall 1, English
  11207. Install 1, Fran
  11208. Install 2
  11209. Install 3
  11210. Install 4K
  11211. May 96L
  11212. Aug 96d
  11213. This sample code illustrates how to use the low-level QuickTime video effects API to apply a filter (a one-source effect) to a picture, or to apply a transition (a two-source effect) to two pictures.
  11214. QTShowEffect runs only from unlocked volumes. QTShowEffect can also build a QuickTime movie containing a filter or transition.  QTShowEffect can be built for both the Mac OS and Windows.
  11215. Application Files
  11216. Building QT Samples
  11217. Common Files
  11218. QTShowEffect 68k
  11219. QTShowEffect 68k.mcp
  11220. QTShowEffect PPC
  11221. QTShowEffect PPC.mcp
  11222. QTShowEffect Win.mcp
  11223. QTShowEffect.c
  11224. QTShowEffect.exe
  11225. QTShowEffect.h
  11226. QTShowEffect.mak
  11227. QTShowEffect.r
  11228. READMEM
  11229. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N&QuickTime, Effects, Video, TransitionsOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTShowEffect:
  11230. environments
  11231. enwall
  11232. eomodeler
  11233. eomoption
  11234. eprom
  11235. equilibrium
  11236. equilibrium's
  11237. equivalent
  11238. erase
  11239. erases
  11240. erasing
  11241. errata
  11242. erratic
  11243. erroneous
  11244. error
  11245. error-handling
  11246. errors
  11247. esfahani
  11248. eskimo
  11249. essence
  11250. essential
  11251. essentially
  11252. essentials
  11253. establish
  11254. established
  11255. establishing
  11256. establishment
  11257. ethernetR
  11258. ethernets
  11259. ethertalkB
  11260. PNDev.CD Nov 00 TC Disk 2
  11261.  - Sample Code
  11262.  - QuickTime
  11263.  - Effects
  11264.  - QTShowEffect
  11265. he PowerPC side of the app. 
  11266. JsPlayVideo(PPC)
  11267. PlayVideo.c
  11268. PlayVideo.mcp
  11269. Read Me
  11270. RequestVideo.c
  11271. RequestVideo.h
  11272. RequestVideo.rsrc
  11273. verbose debug codeM
  11274. Display Manager 1.0, which is built into the Systems included with the first PowerMacs up through System 7.5. Display Manager 2.0 was first introduced in System 7.5.2 and is built into the system for all Macintoshes with the release of System 7.5.3.N
  11275. Display Manager, Play VideoO[Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:PfDev.CD Nov 00 TC Disk 1
  11276.  - Sample Code
  11277.  - Devices and Hardware
  11278.  - Display Manager
  11279.  - Play Video Sampletion Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  11280. Jun 98V
  11281. 69924X
  11282. 1e    No Change
  11283. ce binding library with no code implementation behind it. The Display Manager glue library is needed to provide runtime code to access the Display Manager 2.0 features.
  11284. A runtime library called "Display Library" which contains the PowerPC glue code to use the Display Manager 2.0 API  (the InterfaceLib contains the Display Manager 1.0 glue code). The Display Library is built into system 7.5.3 and later systems. To make use if the Display Manger 2.0 features from PowerPC code while  running
  11285.  System 7.1.2 through 7.5.2 you must have the "Display Library" file within the Code Fragment Manager search path - in the same directory as the application or in the extensions folder.
  11286. Application Sample Code. This sample code will build a FAT application - an application that contains 68K code in code resources in the resource fork and PowerPC code in a PEF container in the data fork. You must build the 68K side of the app first since it is included in the PowerPC project for building t
  11287. Summary:  This is the Developer Edition of the QuickView
  11288.  development environment. You can use this development environment to create QuickView databases for your own information that work with the Macintosh Programmer's Toolbox Assistant.  Use of this development kit is covered by the license included with this application.
  11289. Issues:  Usage of this software is governed by the software license included in the folder created by the Installer.
  11290. J,Install QuickView
  11291. READ ME - QV Developer Ed.K
  11292. Jun 95N"TOOLBOX ASSISTANT, MPTA, QUICKVIEWOfDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  11293. MPTA Goodies:QuickView
  11294.  Developer Edition:PqDev.CD Sep 97 RL
  11295.  - Technical Documentation
  11296.  - Toolbox Assistant
  11297. MPTA Goodies
  11298.  - QuickView
  11299.  Developer EditionW
  11300. automated
  11301. automation
  11302. autopush
  11303. aware
  11304. backcolor
  11305. background
  11306. background-only
  11307. background-only
  11308. applications
  11309. pbcatsearch
  11310. applescript
  11311. subrout
  11312. All Packages
  11313. F    QuickTimeO
  11314. Dev.CD Jul 93
  11315. Dev.CD Apr 93P
  11316. Dev.CD Jul 93
  11317. Dev.CD Apr 9V
  11318. 72433X
  11319. Jul 93
  11320. p--set theItem to choose file -- uncomment to test in an AS editor
  11321.     tell application "Finder"
  11322.         open item "Dev.CD Jul 93
  11323. Dev.CD Apr 93"
  11324.         activate
  11325.     end tell
  11326. on error errMsg number errNum
  11327.     --enter statements to perform when no records are found such as...
  11328.     display dialog "Sorry, the item you selected could not be found."
  11329.     return
  11330. end try
  11331. All Packages
  11332. F    QuickTimeO
  11333. Dev.CD Jul 93
  11334. Dev.CD Apr 93P
  11335. Dev.CD Jul 93
  11336. Dev.CD Apr 9V
  11337. 72434X
  11338. Jul 93
  11339. p--set theItem to choose file -- uncomment to test in an AS editor
  11340.     tell application "Finder"
  11341.         open item "Dev.CD Jul 93
  11342. Dev.CD Apr 93"
  11343.         activate
  11344.     end tell
  11345. on error errMsg number errNum
  11346.     --enter statements to perform when no records are found such as...
  11347.     display dialog "Sorry, the item you selected could not be found."
  11348.     return
  11349. end try
  11350. All Packages
  11351. 72145X
  11352. Nov 00^    TC Disk 1
  11353. --set theItem to choose file -- uncomment to test in an AS editor
  11354.     tell application "Finder"
  11355.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:"
  11356.         activate
  11357.     end tell
  11358. on error errMsg number errNum
  11359.     --enter statements to perform when no records are found such as...
  11360.     display dialog "Sorry, the item you selected could not be found."
  11361.     return
  11362. end try
  11363. e    No Changef
  11364. Display Manager
  11365. Play Videoq
  11366. Dev.CD Nov 00 TC Disk 1
  11367. All Packages
  11368. F    PlayMovie
  11369. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  11370. J-PlayMovie
  11371. PlayMovie.zip
  11372. pm.bat
  11373. README.txt
  11374. Feb 00
  11375. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:V
  11376. 72146X
  11377. 1e    No Change
  11378. ded with the first Power Macs up through System 7.5. Display Manager 2.0 was first introduced in System 7.5.2 and is built into the system for all Macintoshes with the release of System 7.5.3.
  11379. It is a good idea to reset the screen(s) to the original setting before exit since the call to RVSetVideoAsScreenPrefs() may not do the right thing under Display Manager 1.0 with certain video drivers.
  11380. Included with this project are:
  11381. New Displays.h and Video.h header files. You will need to instal
  11382. l the new universal Displays.h and Video.h header files to compile this sample code. These new universal headers are included with the Display Manager Development Kit. You will need to install these new universal Displays.h and Video.h header files only if they are newer than the ones inside your development environment.
  11383. A link library called "DisplayLib" for the Display Manager 2.0 features (InterfaceLib contains the Display Manager 1.0 entry points). The link library is simply a namespa
  11384. Feb 00MmPowerPC, System 8.1+, SoundSprocket, QuickDraw 3D, and either Universal Headers 3.3 or the SoundSprocket SDK.N(SoundSprocket, 3D sound, reverb, effectsO<Dev.CD Nov 00 TC Disk 1:Sample Code:Games:SoundSprocketTest:PDDev.CD Nov 00 TC Disk 1
  11385.  - Sample Code
  11386.  - Games
  11387.  - SoundSprocketTestV
  11388. 72606X
  11389. Nov 00^    TC Disk 1
  11390. --set theItem to choose file -- uncomment to test in an AS editor
  11391.     tell application "Finder"
  11392.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:SoundSprocketTest:"
  11393.         activate
  11394.     end tell
  11395. on error errMsg number errNum
  11396.     --enter statements to perform when no records are found such as...
  11397.     display dialog "Sorry, the item you selected could not be found."
  11398.     return
  11399. end try
  11400. e    No Changef%SoundSprocket
  11401. 3D sound
  11402. reverb
  11403. effectsq
  11404. Dev.CD Nov 00 TC Disk 1
  11405. All Packages
  11406. F    SourceBugI
  11407. SourceBug is a source-level debugger for debugging 68K-based applications.
  11408. Runs on any Macintosh but debugs 68K applications only.J
  11409. MPW etc.img.binange
  11410. --set theItem to choose file -- uncomment to test in an AS editor
  11411.     tell application "Finder"
  11412.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Play Movie w/Controller:"
  11413.         activate
  11414.     end tell
  11415. on error errMsg number errNum
  11416.     --enter statements to perform when no records are found such as...
  11417.     display dialog "Sorry, the item you selected could not be found."
  11418.     return
  11419. end try
  11420. e found such as...
  11421.     display dialog "Sorry, the item you selected could not be found."
  11422.     return
  11423. end try
  11424. e    No Changeq
  11425. Dev.CD May 98 TC
  11426. eD!All Packages
  11427. Tool Chest Edition
  11428. Async driver testerI
  11429. A simple utility to test if a driver support asynchronous reads
  11430. Shows how to walk the driver table and relate a volume to a disk driver.
  11431. Deleted
  11432.     EZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  11433. Communications Toolbox
  11434. Contributed
  11435. Devices and Hardware
  11436. Files
  11437. Games
  11438. Graphics 2D
  11439. Graphics 3D
  11440. Help Systems
  11441. Human Interface Toolbox
  11442. Interapplication Comm
  11443. Memory
  11444. Networking
  11445. OS Utilities
  11446. Overview
  11447. Platforms and Tools
  11448. Printing
  11449. Processes
  11450. QuickTime
  11451. Runtime Architecture
  11452. Sound
  11453. Feb 92L
  11454. May 97O
  11455. Dev.CD Nov 99 TC:Sample Code:P
  11456. Dev.CD Nov 99 TC
  11457.  - Sample Codeated
  11458. associated
  11459. documentation
  11460. async
  11461. asyncdrivercommon
  11462. asyncdrivercommon
  11463. asyncdrivermain
  11464. asyncdrivermain
  11465. asyncdriversample
  11466. asyncdriversample
  11467. asyncdriversample
  11468. asyncdriversampledrv
  11469. asyncdriversampledrv
  11470. asynch
  11471. asyncpb
  11472. asyncpb
  11473. asyncpb
  11474. asyncpb
  11475. asyncpb
  11476. asyncpb
  11477. asyncpbppc
  11478. asyncpbppc
  11479. error
  11480. detection
  11481. error
  11482. detector
  11483. error
  11484. detector
  11485. --set theItem to choose file -- uncomment to test in an AS editor
  11486.     tell application "Finder"
  11487.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Play Movie:"
  11488.         activate
  11489.     end tell
  11490. on error errMsg number errNum
  11491.     --enter statements to perform when no records are found such as...
  11492.     display dialog "Sorry, the item you selected could not be found."
  11493.     return
  11494. end try
  11495. play dialog "Sorry, the item you selected could not be found."
  11496.     return
  11497. end try
  11498. Deletedf$async
  11499. asynchronous
  11500. driver unit tableq
  11501. Dev.CD Nov 99 TC
  11502. All Packages
  11503. AsyncDriverSample1.0b4
  11504. This sample shows how to write a fully asynchronous block device driver for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  11505. t talk to any real hardware.  Instead it mounts disk images over the network.
  11506. Jul 97L
  11507. Jul 97V
  11508. 69928X
  11509. 1e    No Change
  11510. 3e    No Changef    QuickTimeo&http://developer.apple.com/samplecode/q
  11511. Dev.CD Nov 00 TC Disk 2
  11512. All Packages
  11513. Play Video Sample
  11514. PlayVideo is a sample which makes use of the RequestVideo sample code API.
  11515. PlayVideo & RequestVideo together demonstrate the usage of the Display Manager introduced with the PowerMacs and integrated into the system under System 7.5. With the RequestVideo sample code library, developers will be able to explore the Display Manager API by changing bit depth and screen resolution on multisync displays on built-in, NuBus, and PCI based video. Display Manager 1.0 is built into the Systems inclu
  11516. 72145X
  11517. 2e    No Changef    QuickTimeo&http://developer.apple.com/samplecode/q
  11518. Dev.CD Nov 00 TC Disk 2
  11519. All Packages
  11520. Play Movie w/ControllerIkDemonstrates how to play a QuickTime movie using a movie controller.
  11521. Part of An Introduction to QuickTime.JsApplication Files
  11522. Clippings
  11523. Common Files
  11524. Completed Lab
  11525. PlayMovie w/Controller
  11526. PlayMovie w/Controller.mcp
  11527. Start CodeK
  11528. Nov 00M
  11529. A Power Macintosh Computer running Mac OS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.N    QuickTimeOUDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Play Movie w/Controller:P`Dev.CD Nov 00 TC Disk 2
  11530.  - Sample Code
  11531.  - QuickTime
  11532.  - QuickTimeIntro
  11533.  - Play Movie w/ControllerV
  11534. 72144X
  11535. Nov 00^    TC Disk 2
  11536. e    No Changeo&http://developer.apple.com/samplecode/
  11537.  perform when no records are found such as...
  11538.     display dialog "Sorry, the item you selected could not be found."
  11539.     return
  11540. end try
  11541. e    No Changef%async device
  11542. driver
  11543. AsyncDriverSample
  11544. --set theItem to choose file -- uncomment to test in an AS editor
  11545.     tell application "Finder"
  11546.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:Play:"
  11547.         activate
  11548.     end tell
  11549. on error errMsg number errNum
  11550.     --enter statements to perform when no records are found such as...
  11551.     display dialog "Sorry, the item you selected could not be found."
  11552.     return
  11553. end try
  11554. v.CD Nov 00 TC Disk 1
  11555.  - Sample Code
  11556.  - Files
  11557.  - AsyncPBV
  11558. 69929X
  11559. Nov 00^    TC Disk 1
  11560. --set theItem to choose file -- uncomment to test in an AS editor
  11561.     tell application "Finder"
  11562.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:AsyncPB:"
  11563.         activate
  11564.     end tell
  11565. on error errMsg number errNum
  11566.     --enter statements to perform when no records are found such as...
  11567.     display dialog "Sorry, the item you selected could not be found."
  11568.     return
  11569. end try
  11570. e    No Change
  11571. 1e    No Changef$CD-ROM
  11572. CD ROM
  11573. playing audio CDs
  11574. Playq
  11575. Dev.CD Nov 00 TC Disk 1
  11576. All Packages
  11577. Play MovieI
  11578. Demonstrates how to use the Movie Toolbox to play a QuickTime movie without using a movie controller.
  11579. Part of An Introduction to QuickTime.J]Application Files
  11580. Clippings
  11581. Common Files
  11582. Completed Lab
  11583. PlayMovie PPC
  11584. PlayMovie.mcp
  11585. Start CodeK
  11586. Nov 00M
  11587. A Power Macintosh Computer running Mac OS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.N    QuickTimeOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Play Movie:PSDev.CD Nov 00 TC Disk 2
  11588.  - Sample Code
  11589.  - QuickTime
  11590.  - QuickTimeIntro
  11591.  - Play MovieV
  11592. 72143X
  11593. Nov 00^    TC Disk 2
  11594. e    No Changeo&http://developer.apple.com/samplecode/
  11595. Hardware
  11596.  - ATA
  11597.  - ATA DemoV
  11598. 69930X
  11599. Nov 00^    TC Disk 1
  11600. e    No Change
  11601. english
  11602. 3.0.2
  11603. english
  11604. british
  11605. 1.1.3
  11606. english
  11607. int'l
  11608. 1.1.3
  11609. english
  11610. lproj
  11611. english
  11612. installer
  11613. english
  11614. 1.1.3
  11615. englishmiscellaneousd
  11616. englishmiscellaneous
  11617. englishmiscellaneous
  11618. rsrcd
  11619. englishterminologyd
  11620. englishterminology
  11621. englishterminology
  11622. rsrcd
  11623. enhanced
  11624. enterprise
  11625. enterprise
  11626. environment
  11627. eomodeler
  11628. eomodeler
  11629. erasefile
  11630. erasefile
  11631. errata~
  11632. error
  11633. error
  11634. handler
  11635. error
  11636. handler
  11637. errormsg
  11638. errormsg
  11639. errormsg
  11640. errors
  11641. ethernet
  11642. event~
  11643. eventloop
  11644. eventloop
  11645. events
  11646. events
  11647. apple
  11648. ethernet
  11649. apple
  11650. video
  11651. pODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:PIDev.CD Apr 98 SDK2
  11652.  - Development Kits (Disc 2)
  11653.  - QuickTime Conferencing0
  11654. inputsprocket
  11655. powerplant
  11656. items
  11657. japanese
  11658. javao
  11659. applescript
  11660. scripting
  11661. applescript
  11662. magic
  11663. oracle
  11664. keyboardV
  11665. keyboard
  11666. keychain
  11667. keychain
  11668. password
  11669. storage
  11670. passphrase
  11671. password
  11672. keymap
  11673. keysv
  11674. knowspict
  11675. korean
  11676. label
  11677. label
  11678. labels
  11679. labels
  11680. transport
  11681. cache
  11682. delete
  11683. query
  11684. arpsample
  11685. component
  11686. manager
  11687. component
  11688. software
  11689. compound
  11690. compound
  11691. document
  11692. architecture
  11693. compress
  11694. compressed
  11695. compression
  11696. compsite
  11697. computer
  11698. computer
  11699. based
  11700. media
  11701. conditional
  11702. conditional
  11703. statements
  11704. conference
  11705. conferencing
  11706. database
  11707. debugging
  11708. decompression
  11709. delete
  11710. detector
  11711. detectorsy
  11712. developerz
  11713. development
  11714. device
  11715. dialog
  11716. dictation
  11717. disassembler
  11718. disassembly
  11719. image
  11720. dynamic
  11721. library
  11722. documentation
  11723. drawing
  11724. driver
  11725. driver
  11726. table
  11727. drivers
  11728. dynamic
  11729. editorO
  11730. emulator
  11731. environment
  11732. error
  11733. error
  11734. reports
  11735. apple
  11736. ethernetR
  11737. ethernet
  11738. eventi
  11739. eventsb
  11740. filetool
  11741. folder
  11742. foreground
  11743. All Packages
  11744. QuickDraw 3DO
  11745. Dev.CD Jun 97 SSWP
  11746. Dev.CD Jun 97 SSV
  11747. 72283X
  11748. Jun 97
  11749. f--set theItem to choose file -- uncomment to test in an AS editor
  11750.     tell application "Finder"
  11751.         open item "Dev.CD Jun 97 SSW"
  11752.         activate
  11753.     end tell
  11754. on error errMsg number errNum
  11755.     --enter statements to perform when no records are found such as...
  11756.     display dialog "Sorry, the item you selected could not be found."
  11757.     return
  11758. end try
  11759. All Packages
  11760. QuickDraw 3DO
  11761. Dev.CD Jun 97 SSWP
  11762. Dev.CD Jun 97 SSV
  11763. 72284X
  11764. Jun 97
  11765. f--set theItem to choose file -- uncomment to test in an AS editor
  11766.     tell application "Finder"
  11767.         open item "Dev.CD Jun 97 SSW"
  11768.         activate
  11769.     end tell
  11770. on error errMsg number errNum
  11771.     --enter statements to perform when no records are found such as...
  11772.     display dialog "Sorry, the item you selected could not be found."
  11773.     return
  11774. end try
  11775. All Packages
  11776. QuickDraw 3DO
  11777. Dev.CD Jun 97 SSWV
  11778. 72285X
  11779. ppcbrowseroverride
  11780. ppcbrowseroverride
  11781. ppcbrowseroverride
  11782. ppclist
  11783. ppclist
  11784. ppcnumerics
  11785. ppcsicn
  11786. ppcsicn
  11787. ppcsimpletext
  11788. ppcsimpletext
  11789. ppcsoftware
  11790. ppctoolboxkeychain
  11791. ppctoolboxkeychain
  11792. ppctoolboxkeychain
  11793. ppctoolboxkeychain
  11794. ppctoolboxkeychain
  11795. mmand to determine information about an ATA drive.  It detects an error documented in Technote 1116, "PowerBook HD Upgrades and SCSI Disk Mode Compatibility".
  11796. JoATA Error Detection.c
  11797. ATA Error Detector (PPC)
  11798. ATA Error Detector Read Me
  11799. ATA Error Detector.mcp
  11800. resources.rsrcK
  11801. Jan 98M
  11802. PowerBook with ATA manager (190, 2300, 5300, 1400, 3400, 2400).  Later PowerBooks are not affected by these bugs, but the test will run.N6ATA, PowerBook, SCSI, SCSI disk mode, ATAErrorDetectorONDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ATA:ATAErrorDetector:V
  11803. 69931X
  11804. 1e    No Change
  11805. quicktime
  11806. quicktime
  11807. compress
  11808. decompress
  11809. quicktime
  11810. quickview
  11811. appleevent
  11812. ethernet
  11813. ramdisk
  11814. rapid
  11815. rapid
  11816. application
  11817. development
  11818. raster
  11819. ratesA
  11820. rawip
  11821. rawmode
  11822. reader
  11823. readsector
  11824. readsector
  11825. msdos
  11826. reality
  11827. reassembler
  11828. receive
  11829. receives
  11830. reconfiguration
  11831. record
  11832. record
  11833. sound
  11834. Jan 96
  11835. g--set theItem to choose file -- uncomment to test in an AS editor
  11836.     tell application "Finder"
  11837.         open item "Dev.CD Jan 96 SDK1"
  11838.         activate
  11839.     end tell
  11840. on error errMsg number errNum
  11841.     --enter statements to perform when no records are found such as...
  11842.     display dialog "Sorry, the item you selected could not be found."
  11843.     return
  11844. end try
  11845. All Packages
  11846. QuickDraw GXO
  11847. Dev.CD Jan 96 SDK1P
  11848. Dev.CD Jan 96 SDKV
  11849. 72304X
  11850. Jan 96
  11851. g--set theItem to choose file -- uncomment to test in an AS editor
  11852.     tell application "Finder"
  11853.         open item "Dev.CD Jan 96 SDK1"
  11854.         activate
  11855.     end tell
  11856. on error errMsg number errNum
  11857.     --enter statements to perform when no records are found such as...
  11858.     display dialog "Sorry, the item you selected could not be found."
  11859.     return
  11860. end try
  11861. All Packages
  11862. QuickDraw GXO
  11863. Dev.CD Jan 96 SDK1P
  11864. Dev.CD Jan 96 SDKV
  11865. 72305X
  11866. Jan 96
  11867. cocoa
  11868. loading
  11869. sample
  11870. updated
  11871. carbon
  11872. shows
  11873. sample
  11874. updated
  11875. carbon
  11876. shows
  11877. sample
  11878. updated
  11879. carbon
  11880. applicat
  11881. sample
  11882. updated
  11883. carbon
  11884. tubetest
  11885. sample
  11886. updated
  11887. carbon
  11888. sample
  11889. updated
  11890. carbon
  11891. applica
  11892. sample
  11893. updated
  11894. carbon
  11895. contain
  11896. sample
  11897. updated
  11898. carbon
  11899. program
  11900. sample
  11901. updated
  11902. carbon
  11903. sample
  11904. sample
  11905. updated
  11906. carbon
  11907. snippet
  11908. sample
  11909. updated
  11910. carbon
  11911. under
  11912. Trapper is installed and removed.
  11913. Features: ATrapper can be set to record either all A-Trap calls, only those coming from the Application heap, or, if under 7.0, only those coming from applications launched after ATrapper.
  11914. (** = new, * = revised)
  11915. AE Interaction Sample:  Two small applications, Sender and Receiver, show what interaction levels mean to the Apple Event Manager.
  11916. AECDEV/AEDEAMON:  This sample is designed to answer that age-old question; "How do I send AppleEvents from a DA/CDEV/INIT/Driver?" Read the read_me to find the answer <grin>.
  11917. AECoercion:  AECoercionINIT shows how to install System level AppleEvent Coercion routines at INIT time.  You may also be interested in the coercion routines as 
  11918. samples of AE coercions in general.
  11919. FinderOpenSelection:  This sample sends Finder 'Open Selection' events two different ways. The first, 'Send Open Selection', opens the file you select. The second,'Open Window Containing...' will open the Finder window containing the file you select.
  11920. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  11921. ODOC:  This sample send
  11922. --set theItem to choose file -- uncomment to test in an AS editor
  11923.     tell application "Finder"
  11924.         open item "Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:"
  11925.         activate
  11926.     end tell
  11927. on error errMsg number errNum
  11928.     --enter statements to perform when no records are found such as...
  11929.     display dialog "Sorry, the item you selected could not be found."
  11930.     return
  11931. end try
  11932. und."
  11933.     return
  11934. end try
  11935. e    No Changeq
  11936. Dev.CD Nov 00 TC Disk 1
  11937. kD!All Packages
  11938. Tool Chest Edition
  11939. Audio Palette Developer Doc
  11940. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  11941. 69933X
  11942. Deleted
  11943. 0e    No Changef2QuickDraw PixMap PixPat ppat GetPixRowBytes
  11944. Carbono&http://developer.apple.com/samplecode/q
  11945. Dev.CD Nov 00 TC Disk 1
  11946. All Packages
  11947. PlayI
  11948. Play is a minimal sample CD audio player. The sample application allows the user to click on a track on an audio CD; at that point, the CD ROM drive will start audio play, beginning at the selected track and continuing to the end of the disc.J
  11949. Play.c
  11950. play.rM
  11951. CD-ROM driveN'CD-ROM, CD ROM, playing audio CDs, PlayOEDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:Play:PPDev.CD Nov 00 TC Disk 1
  11952.  - Sample Code
  11953.  - Devices and Hardware
  11954.  - CD ROM
  11955.  - PlayV
  11956. 72142X
  11957. Nov 00^    TC Disk 1
  11958. e    No Change
  11959. --set theItem to choose file -- uncomment to test in an AS editor
  11960.     tell application "Finder"
  11961.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PixMap2PixPat2ppat:"
  11962.         activate
  11963.     end tell
  11964. on error errMsg number errNum
  11965.     --enter statements to perform when no records are found such as...
  11966.     display dialog "Sorry, the item you selected could not be found."
  11967.     return
  11968. end try
  11969. file's
  11970. Deletedf'Pippin
  11971. Bandai
  11972. Atworld
  11973. Atmark
  11974. multimediaq
  11975. Dev.CD Dec 99 RL
  11976. All Packages
  11977. PixMap2PixPat2Ppat
  11978. KThis sample has been updated for the Carbon API. PixMap2PixPat2Ppat has been updated to use GetPixRowBytes() and not leak a PixMap.  This sample shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  11979. CarbonPrefix.h
  11980. CarbonRes.rsrc
  11981. PixMap2PixPat2Ppat(PPC)
  11982. PixMap2PixPat2ppat.c
  11983. PixMap2PixPat2Ppat.mcp
  11984. PixMap2PixPat2ppat.rsrc
  11985. ppat file.rsrc
  11986. ReadMeK
  11987. Aug 00L
  11988. Nov 00M
  11989. Color QuickDraw, CarbonLibN3QuickDraw PixMap PixPat ppat GetPixRowBytes, CarbonOCDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PixMap2PixPat2ppat:PKDev.CD Nov 00 TC Disk 1
  11990.  - Sample Code
  11991.  - Graphics 2D
  11992.  - PixMap2PixPat2ppatV
  11993. 72141X
  11994. Nov 00^    TC Disk 1
  11995. e    No Changeo&http://developer.apple.com/samplecode/
  11996. 69934X
  11997. responses
  11998. responsibility
  11999. responsible
  12000. ressler
  12001. restartB
  12002. restarting
  12003. restore
  12004. restored
  12005. restoresystemgamms
  12006. restoring
  12007. restricted
  12008. restricting
  12009. restriction
  12010. restrictions
  12011. restructured
  12012. resulti
  12013. resulting
  12014. resultsh
  12015. resume{
  12016. resumegl
  12017. resuming
  12018. retail{
  12019. retrain
  12020. retreat
  12021. retreived
  12022. retrieval
  12023. retrieve
  12024. retrieved
  12025. retrievepictinfo
  12026. retrieves
  12027. business
  12028. opp's
  12029. germany
  12030. byrne's
  12031. emulator
  12032. multilingual
  12033. editor
  12034. multimedia
  12035. multiplay
  12036. multiple
  12037. multiprecision
  12038. multiprocessing
  12039. design
  12040. robustness
  12041. theresa
  12042. tensor
  12043. information
  12044. designate
  12045. designed
  12046. designer
  12047. designers
  12048. developb
  12049. developed
  12050. developerS
  12051. developer's
  12052. developersT
  12053. developingW
  12054. developmentw
  12055. developments{
  12056. devicel
  12057. deviceloop
  12058. devicesW
  12059. devsupport
  12060. picker
  12061. picts
  12062. pictdocument
  12063. pictdocument
  12064. pictdocument
  12065. pictfile
  12066. pictfile
  12067. pictfile
  12068. pictfile
  12069. pictinfotest
  12070. pictinfotest
  12071. pictoid
  12072. pictoid
  12073. picttoclip
  12074. picttoclip
  12075. pippin
  12076. pippin
  12077. authentication
  12078. pippin
  12079. flash
  12080. access
  12081. pippin
  12082. launch
  12083. pippin
  12084. standard
  12085. pippin
  12086. startup
  12087. process
  12088. pippin
  12089. video
  12090. pippinfinder
  12091. pitfalls
  12092. pixel
  12093. pixmap2pixpat2ppat
  12094. pixmap2pixpat2ppat
  12095. pixmap2pixpat2ppat
  12096. pixmap2pixpat2ppat
  12097. pixmap2pixpat2ppat
  12098. place
  12099. place
  12100. extensions
  12101. folder
  12102. platformsQ
  12103. Dev.CD Nov 00 TC Disk 2
  12104. /D(All Packages
  12105. Reference Library Edition
  12106. Pippin Technical Notes
  12107. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  12108. Applejack Tech Note
  12109. Creating Pippin CDROMs
  12110. Pippin Authentication
  12111. Pippin Flash Access 
  12112. Pippin Launch
  12113. Pippin Standard File 
  12114. Pippin Startup Process
  12115. Pippin Video
  12116. PippinFinder
  12117. Stoppinf INIT IconsK
  12118. Aug 96M
  12119. Adobe Acrobat Reader.N+Pippin, Bandai, Atworld, Atmark, multimediaO@Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:PEDev.CD Dec 99 RL
  12120.  - Technical Documentation
  12121.  - Pippin Technical NotesV
  12122. 72140X
  12123. Dec 99^
  12124. #can be included in the Sound Manager interfaces.  Note 
  12125. that all lower-case codes are reserved for Apple's use.  Your code must
  12126. This simple sample places a PICT in a modal dialog, with some other views, such as buttons and TEditText. It tries to show how easy this is achieved with TPicture view resources.
  12127. J8Dialogs.r
  12128. MDialogs.cp
  12129. READMEFIRST
  12130. UDialogs.cp
  12131. UDialogs.hM
  12132. MacApp 2.0.1 or laterN0MacApp, PICT, modal dialog, TPicture, PICTDialogOJDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:PUDev.CD Nov 00 TC Disk 2
  12133.  - Sample Code
  12134.  - Platforms and Tools
  12135.  - MacApp
  12136.  - PICTDialogV
  12137. 72139X
  12138. Nov 00^    TC Disk 2
  12139. --set theItem to choose file -- uncomment to test in an AS editor
  12140.     tell application "Finder"
  12141.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:"
  12142.         activate
  12143.     end tell
  12144. on error errMsg number errNum
  12145.     --enter statements to perform when no records are found such as...
  12146.     display dialog "Sorry, the item you selected could not be found."
  12147.     return
  12148. end try
  12149. e    No Changef,MacApp
  12150. modal dialog
  12151. TPicture
  12152. PICTDialog
  12153. globals
  12154. glossar
  12155. glossary
  12156. glypha
  12157. glypha
  12158. glyphaiv
  12159. glyphaiv
  12160. glyphaiv
  12161. goodies
  12162. gotomove
  12163. gotomove
  12164. gouraud
  12165. gouraud
  12166. sample
  12167. grabguy
  12168. grabguy
  12169. graphic
  12170. graphical
  12171. graphical
  12172. interface
  12173. graphicimporter
  12174. graphicimporter
  12175. le bit of a challenge. Since the Sound 
  12176. Manager runs at interrupt level, you cannot source level debu
  12177. g the code. 
  12178. You can use MoviePlayer to "Export" a sound file which does not run at 
  12179. interrupt level. Choose the target such as "Compressor PPC Debug" and then
  12180. "Run" and set your break points. Drag the built codec file to Reinstaller 
  12181. to install the new component. Open an AIFF file (or any movie file with 
  12182. audio) in MoviePlayer and then choose Export. Select your codec as the 
  12183. compressor type.
  12184. Enjoy,
  12185. QuickTime Team
  12186. -IqThis sample shows the interpretation of picture comments by various printer drivers under various circumstances.
  12187. JmGlobals.p
  12188. PicComments.p
  12189. ReadMe
  12190. TestPicComments.p
  12191. TN91TestCode
  12192. TN91TestCode.p
  12193. TN91TestCode.rsrc
  12194. TN91TestCode.
  12195. print, PicComments, driversO=Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PicCommentsTest:PEDev.CD Nov 00 TC Disk 2
  12196.  - Sample Code
  12197.  - Printing
  12198.  - PicCommentsTestV
  12199. 72138X
  12200. Nov 00^    TC Disk 2
  12201. --set theItem to choose file -- uncomment to test in an AS editor
  12202.     tell application "Finder"
  12203.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PicCommentsTest:"
  12204.         activate
  12205.     end tell
  12206. on error errMsg number errNum
  12207.     --enter statements to perform when no records are found such as...
  12208.     display dialog "Sorry, the item you selected could not be found."
  12209.     return
  12210. end try
  12211. e    No Changef
  12212. print
  12213. PicComments
  12214. driversq
  12215. Dev.CD Nov 00 TC Disk 2
  12216. All Packages
  12217. PICTDialogV
  12218. 72139X
  12219. 72997X
  12220. Nov 00^    TC Disk 1
  12221. --set theItem to choose file -- uncomment to test in an AS editor
  12222.     tell application "Finder"
  12223.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TranslateRotate:"
  12224.         activate
  12225.     end tell
  12226. on error errMsg number errNum
  12227.     --enter statements to perform when no records are found such as...
  12228.     display dialog "Sorry, the item you selected could not be found."
  12229.     return
  12230. end try
  12231. e    No Changef(Fixed Point
  12232. Rotation
  12233. Translation
  12234. 2D Mathq
  12235. Dev.CD Nov 00 TC Disk 1
  12236. D!All Packages
  12237. Mac OS SDK Edition
  12238. Translation Manager
  12239. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  12240. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  12241. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  12242. e    No Change
  12243. --set theItem to choose file -- uncomment to test in an AS editor
  12244.     tell application "Finder"
  12245.         open item "Dev.CD Apr 94
  12246. Dev.CD Jan 94
  12247. Dev.CD Oct 93
  12248. Dev.CD Jul 93"
  12249.         activate
  12250.     end tell
  12251. on error errMsg number errNum
  12252.     --enter statements to perform when no records are found such as...
  12253.     display dialog "Sorry, the item you selected could not be found."
  12254.     return
  12255. end try
  12256. pascal
  12257. example
  12258. demonstrating
  12259. dialog
  12260. pascal
  12261. example
  12262. which
  12263. monitors
  12264. keymap
  12265. displays
  12266. pascal's
  12267. pascal/handle
  12268. pci-based
  12269. pci-the{
  12270. pcmcia
  12271. pending
  12272. pentiumZ
  12273. people[
  12274. perfectly
  12275. performf
  12276. - Latest Copy of the code -
  12277. - YOU MUST READ ME -
  12278. headers
  12279. In process
  12280. objects
  12281. PGPsdkMac
  12282. PGPuam
  12283. PGPuam Server
  12284. PGPuam Slides.pdf
  12285. PGPUAM.prj
  12286. sourcesK
  12287. Dec 98M
  12288. PPC,  MacOS 8.5, PGPsdkN@Cryptographic Authentication, AppleShare IP,  Appearance, PGPuamO6Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:PGPuam:P>Dev.CD Nov 00 TC Disk 1
  12289.  - Sample Code
  12290.  - Networking
  12291.  - PGPuamV
  12292. 72137X
  12293. Nov 00^    TC Disk 1
  12294. --set theItem to choose file -- uncomment to test in an AS editor
  12295.     tell application "Finder"
  12296.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:PGPuam:"
  12297.         activate
  12298.     end tell
  12299. on error errMsg number errNum
  12300.     --enter statements to perform when no records are found such as...
  12301.     display dialog "Sorry, the item you selected could not be found."
  12302.     return
  12303. end try
  12304. e    No Changef=Cryptographic Authentication
  12305. AppleShare IP
  12306.  Appearance
  12307. PGPuamq
  12308. Dev.CD Nov 00 TC Disk 1
  12309. All Packages
  12310. PicCommentsTestV
  12311. 72138X
  12312. ng, debugginge
  12313. offscreen
  12314. offscreen
  12315. offscreen
  12316. offscreen
  12317. offscreen
  12318. offscreen
  12319. offscreen
  12320. offscreen
  12321. region
  12322. offscreencontrol
  12323. offscreencontrol
  12324. offscreencontrolupda
  12325. offscreencontrolupda
  12326. offscreencontrolupda
  12327. offscreencontrolupda
  12328. offscreencontrolupda
  12329. oldbitmap
  12330. oldbitmap
  12331. oldbitmap
  12332. oldies
  12333. ooptesample
  12334. ooptesample
  12335. openz
  12336. install
  12337. browser
  12338. beginz
  12339. first
  12340. browser
  12341. transport
  12342. debug
  12343. transport
  12344. opencheckedout
  12345. opendoc
  12346. AudioConvert PPC
  12347. AudioConvert.c
  12348. AudioConvert.EXE
  12349. AudioConvert.h
  12350. AudioConvert.mak
  12351. AudioConvert.mcp
  12352. AudioConvert.r
  12353. AudioConvert.rez.bat
  12354. README
  12355. two-way
  12356. twocolumn
  12357. twofold
  12358. txratio
  12359.  Disk 2
  12360.  - Sample Code
  12361.  - Sound
  12362.  - AudioConverter
  12363. All Packages
  12364. System 7.5 Update 1.0O
  12365. Dev.CD Jan 96 SSWP
  12366. Dev.CD Jan 96 SSV
  12367. 72665X
  12368. Jan 96
  12369. f--set theItem to choose file -- uncomment to test in an AS editor
  12370.     tell application "Finder"
  12371.         open item "Dev.CD Jan 96 SSW"
  12372.         activate
  12373.     end tell
  12374. on error errMsg number errNum
  12375.     --enter statements to perform when no records are found such as...
  12376.     display dialog "Sorry, the item you selected could not be found."
  12377.     return
  12378. end try
  12379. All Packages
  12380. System 7.5 Update 1.0O
  12381. Dev.CD Jan 96 SSWP
  12382. Dev.CD Jan 96 SSV
  12383. 72666X
  12384. Jan 96
  12385. f--set theItem to choose file -- uncomment to test in an AS editor
  12386.     tell application "Finder"
  12387.         open item "Dev.CD Jan 96 SSW"
  12388.         activate
  12389.     end tell
  12390. on error errMsg number errNum
  12391.     --enter statements to perform when no records are found such as...
  12392.     display dialog "Sorry, the item you selected could not be found."
  12393.     return
  12394. end try
  12395. All Packages
  12396. System 7.5 Update 1.0V
  12397. 72667X
  12398. --set theItem to choose file -- uncomment to test in an AS editor
  12399.     tell application "Finder"
  12400.         open item "Dev.CD Apr 94
  12401. Dev.CD Jan 94
  12402. Dev.CD Oct 93
  12403. Dev.CD Jul 93"
  12404.         activate
  12405.     end tell
  12406. on error errMsg number errNum
  12407.     --enter statements to perform when no records are found such as...
  12408.     display dialog "Sorry, the item you selected could not be found."
  12409.     return
  12410. end try
  12411. little-known
  12412. scroll
  12413. bones
  12414. application
  12415. demonstrating
  12416. live365
  12417. living
  12418. llama
  12419. lloyd
  12420. driver
  12421. utility
  12422. driver
  12423. writers
  12424. load/dump
  12425. loaded
  12426. loading
  12427. loads
  12428. local
  12429. locale
  12430. locale-insensitive
  12431. loyal{
  12432. --set theItem to choose file -- uncomment to test in an AS editor
  12433.     tell application "Finder"
  12434.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Performance tools:"
  12435.         activate
  12436.     end tell
  12437. on error errMsg number errNum
  12438.     --enter statements to perform when no records are found such as...
  12439.     display dialog "Sorry, the item you selected could not be found."
  12440.     return
  12441. end try
  12442. rrNum
  12443.     --enter statements to perform when no records are found such as...
  12444.     display dialog "Sorry, the item you selected could not be found."
  12445.     return
  12446. end try
  12447. e    No Changef
  12448. testing
  12449. debuggingq
  12450. Dev.CD Nov 00 TC Disk 1
  12451. All Packages
  12452. AuntieDialog
  12453. $AuntieDialog is a module, provided in source code form, which replaces some key Dialog Manager calls with calls to Control Manager and Window Manager, thus freeing you from struggling with the Dialog Manager API, yet allowing you to use the familiar tools you've always used to build dialogs.
  12454. ?TranslateRotate does two-dimensional translation and rotations in word-size coordinates, using fixed-point math.  Each routine is passed info for a transform matrix which tells the routine what to do with the fPoint argument.  Each routine then does its thing on its fPoint argument, returning the new fPoint position.
  12455. J:TranslateRotate(PPC)
  12456. TranslateRotate.mcp
  12457. TranslateRotate.pM
  12458. NoneN+Fixed Point, Rotation, Translation, 2D MathO@Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TranslateRotate:PHDev.CD Nov 00 TC Disk 1
  12459.  - Sample Code
  12460.  - Graphics 2D
  12461.  - TranslateRotate
  12462. All Packages
  12463. Performance Tools
  12464. Summary:  Three tools for testing the performance of code on PowerPC processors.
  12465. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  12466. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  12467. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  12468. Ji4PM 4.6
  12469. 604 Performance
  12470. Emulator
  12471. Emulator CP Release Notes
  12472. POWER Emulator
  12473. POWER Emulator CP Release NotesK
  12474. Dec 95M
  12475. Power Macintosh.N0debugging, performance, POWER, PowerPC, emulatorOIDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Performance tools:PQDev.CD Nov 00 TC Disk 1
  12476.  - Tool Chest
  12477.  - Testing & Debugging
  12478.  - Performance toolsV
  12479. 72136X
  12480. Nov 00^    TC Disk 1
  12481. e    No Change
  12482. +e    No Changef,debugging
  12483. performance
  12484. POWER
  12485. PowerPC
  12486. emulatorq
  12487. Dev.CD Nov 00 TC Disk 1
  12488. All Packages
  12489. PGPuam
  12490. PGPuam  is an enhancement to the standard AppleShare IP User Access Methods (UAM) that enables a user to perform two-way strongly authenticated logins to an AppleShare IP server from a Mac OS client. The PGPuam system consists of two major components, a client and a server plug-in.
  12491. - - Since the same key and passphrase used to sign e-mail messages is also used for server access, the user need only remember one passphrase.   This is done without the risks associated with passphrase  caches
  12492. - -  Strong user authentication is provided by cryptographic digital signatures.
  12493. - -  Since the user maintains the only secret material in the system, compromising a server
  12494. s user database results in limited damage.
  12495. NOTE: This is beta SW.  For sample use only
  12496. Dec 98V
  12497. 72137X
  12498. 1e    No Change
  12499. All Packages
  12500. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  12501. Dev.CD Jan 94
  12502. Dev.CD Oct 93
  12503. Dev.CD Jul 93P6Dev.CD Apr 94
  12504. Dev.CD Jan 94
  12505. Dev.CD Oct 93
  12506. Dev.CD Jul 9V
  12507. 72876X
  12508. Apr 94
  12509. --set theItem to choose file -- uncomment to test in an AS editor
  12510.     tell application "Finder"
  12511.         open item "Dev.CD Apr 94
  12512. Dev.CD Jan 94
  12513. Dev.CD Oct 93
  12514. Dev.CD Jul 93"
  12515.         activate
  12516.     end tell
  12517. on error errMsg number errNum
  12518.     --enter statements to perform when no records are found such as...
  12519.     display dialog "Sorry, the item you selected could not be found."
  12520.     return
  12521. end try
  12522. All Packages
  12523. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  12524. Dev.CD Jan 94
  12525. Dev.CD Oct 93
  12526. Dev.CD Jul 93
  12527. Dev.CD Apr 93PDDev.CD Apr 94
  12528. Dev.CD Jan 94
  12529. Dev.CD Oct 93
  12530. Dev.CD Jul 93
  12531. Dev.CD Apr 9V
  12532. 72877X
  12533. Apr 94
  12534. sik's
  12535. javao
  12536. jdirect
  12537. joins{
  12538. july{
  12539. june{
  12540. bezier
  12541. bidirectional
  12542. big-endian
  12543. biggest
  12544. bigscrolling
  12545. biheight
  12546. billiard
  12547. binary
  12548. binding
  12549. binhex
  12550. biorthogonal
  12551. bit-depth
  12552. bitblt
  12553. bitmap
  12554. bitmapinfoheader
  12555. bitmapped
  12556. bitmapsr
  12557. bits/pixel
  12558. bitten
  12559. bitwise
  12560. black&white
  12561. black-and-white
  12562. blackketter
  12563. blank
  12564. blayback
  12565. blend
  12566. bless
  12567. blinking
  12568. blitters
  12569. blitting
  12570. block
  12571. blockmove
  12572. blockreader
  12573. blocks
  12574. blown
  12575. blueprint{
  12576. sndplaydoublebuffer
  12577. sniffer
  12578. socket
  12579. softwareR
  12580. solaris
  12581. solutions
  12582. sorting
  12583. sound
  12584. sound
  12585. input
  12586. driver
  12587. sound
  12588. level
  12589. meters
  12590. soundapp
  12591. soundconvert
  12592. soundconverter
  12593. soundsprocket
  12594. source
  12595. space
  12596. spbrecord
  12597. speach
  12598. specification
  12599. speech
  12600. speech
  12601. recognition
  12602. spinning
  12603. spinning
  12604. cursors
  12605. splice
  12606. spooler
  12607. sprite
  12608. sprite
  12609. toolbox
  12610. spriteworld
  12611. sprocket
  12612. sprockets
  12613. srccopy
  12614. srcxor
  12615. stack
  12616. stacks
  12617. standard
  12618. standard
  12619. standard
  12620. standardfile
  12621. choose
  12622. folder
  12623. standardfile
  12624. standards
  12625. standards
  12626. based
  12627. starmax
  12628. state
  12629. statements
  12630. status
  12631. N5MPW, VMS, version numbers, Remove VMS Version NumbersOWDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:PbDev.CD Nov 00 TC Disk 2
  12632.  - Sample Code
  12633.  - Platforms and Tools
  12634.  - MPW
  12635.  - Remove VMS Version NumbersV
  12636. 72482X
  12637. Nov 00^    TC Disk 2
  12638. --set theItem to choose file -- uncomment to test in an AS editor
  12639.     tell application "Finder"
  12640.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:"
  12641.         activate
  12642.     end tell
  12643. on error errMsg number errNum
  12644.     --enter statements to perform when no records are found such as...
  12645.     display dialog "Sorry, the item you selected could not be found."
  12646.     return
  12647. end try
  12648. e    No Changef2MPW
  12649. version numbers
  12650. Remove VMS Version Numbersq
  12651. Dev.CD Nov 00 TC Disk 2
  12652. All Packages
  12653. Report Error 2.0V
  12654. 72483X
  12655. performa
  12656. 7.1p2
  12657. performa
  12658. 7.1p5
  12659. performa
  12660. 7.1p6
  12661. performance
  12662. performance
  12663. tools
  12664. pgpuam
  12665. photoshop
  12666. piccommentstest
  12667. picker
  12668. pictdialog
  12669. pippin
  12670. pippin
  12671. technical
  12672. notes
  12673. pixel
  12674. pixmap2pixpat2ppat
  12675. movie
  12676. movie
  12677. w/controller
  12678. video
  12679. sample
  12680. player
  12681. playmovie
  12682. playtune
  12683. plug-ins
  12684. plugins
  12685. popupcdef
  12686. popupfuncs
  12687. popupfuncs
  12688. 2.6.1
  12689. popupmenuwithcurfont
  12690. processorC
  12691. profile
  12692. profiler
  12693. project
  12694. projects
  12695. publications
  12696. quadra
  12697. qualified
  12698. quickdraw
  12699. r13u5
  12700. r15d1
  12701. reader_
  12702. receive
  12703. redistribution
  12704. registration
  12705. registry~
  12706. release
  12707. reporting
  12708. reports
  12709. requests
  12710. resedit
  12711. resources
  12712. Nov 00^    TC Disk 1
  12713. --set theItem to choose file -- uncomment to test in an AS editor
  12714.     tell application "Finder"
  12715.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:Switch Stack:"
  12716.         activate
  12717.     end tell
  12718. on error errMsg number errNum
  12719.     --enter statements to perform when no records are found such as...
  12720.     display dialog "Sorry, the item you selected could not be found."
  12721.     return
  12722. end try
  12723. e    No Changef
  12724. private
  12725. stack
  12726. switch
  12727. snifferq
  12728. Dev.CD Nov 00 TC Disk 1
  12729. All Packages
  12730. F    SyncCatchI
  12731. SyncCatch is a debugging tool that catches synchronous File Manager and Device Manager requests made from code running as the result of an interrupt. If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  12732. Read Me
  12733. SyncCatchK
  12734. Jun 98L
  12735. Jan 00OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:SyncCatch 2.1:V
  12736. 72632X
  12737. 1e    No Changeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  12738. 72605X
  12739. Nov 00^    TC Disk 2
  12740. --set theItem to choose file -- uncomment to test in an AS editor
  12741.     tell application "Finder"
  12742.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundSnippets:"
  12743.         activate
  12744.     end tell
  12745. on error errMsg number errNum
  12746.     --enter statements to perform when no records are found such as...
  12747.     display dialog "Sorry, the item you selected could not be found."
  12748.     return
  12749. end try
  12750. e    No ChangefEQuickTime
  12751. Sound
  12752. Utilities
  12753. Track
  12754. Audio
  12755. Buffer
  12756. Volumes
  12757. Compressionq
  12758. Dev.CD Nov 00 TC Disk 2
  12759. All Packages
  12760. SoundSprocketTestI
  12761. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  12762. Feb 00V
  12763. 72606X
  12764. 1e    No Change
  12765. first
  12766. package
  12767. contains
  12768. documentation
  12769. sample
  12770. retends
  12771. handler
  12772. objects
  12773. All Packages
  12774. QuickDraw GXO#Dev.CD Aug 96 TC
  12775. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  12776. Dev.CD Jan 96 SDKV
  12777. 72308X
  12778. Aug 96
  12779. x--set theItem to choose file -- uncomment to test in an AS editor
  12780.     tell application "Finder"
  12781.         open item "Dev.CD Aug 96 TC
  12782. Dev.CD Jan 96 SDK1"
  12783.         activate
  12784.     end tell
  12785. on error errMsg number errNum
  12786.     --enter statements to perform when no records are found such as...
  12787.     display dialog "Sorry, the item you selected could not be found."
  12788.     return
  12789. end try
  12790. All Packages
  12791. QuickDraw GXO#Dev.CD Aug 96 TC
  12792. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  12793. Dev.CD Jan 96 SDKV
  12794. 72309X
  12795. Aug 96
  12796. cacheA
  12797. cache
  12798. ratesA
  12799. calccmask
  12800. calcmask
  12801. calculator
  12802. calibrator
  12803. capped
  12804. carbon
  12805. carbon
  12806. printing
  12807. carbon
  12808. printing
  12809. manager
  12810. carbonlib
  12811. cardbus
  12812. tracker
  12813. transmitted
  12814. transparency
  12815. transparent
  12816. transparently
  12817. transport{
  12818. transport's
  12819. transports
  12820. trapavailable
  12821. trapped
  12822. trapping
  12823. traps
  12824. trash
  12825. trash-emptying
  12826. travel
  12827. traversing
  12828. treat
  12829. treatment
  12830. Automation Essentials 2.3.0
  12831. 69940X
  12832. p--set theItem to choose file -- uncomment to test in an AS editor
  12833.     tell application "Finder"
  12834.         open item "Dev.CD Oct 93
  12835. Dev.CD Jul 93"
  12836.         activate
  12837.     end tell
  12838. on error errMsg number errNum
  12839.     --enter statements to perform when no records are found such as...
  12840.     display dialog "Sorry, the item you selected could not be found."
  12841.     return
  12842. end try
  12843. included in the package. 
  12844. Hardware: Macintosh Plus or better. 
  12845. System Software: Mac OS 7.5 or greater (it's been te
  12846. sted with up to 8.5.1 successfully).
  12847. This code is provided 
  12848. as is
  12849. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  12850. Third Party Compatibility
  12851. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  12852.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  12853.  is not at fault, it is a side effect of the way AutoGuest INI
  12854. All Packages
  12855. Performa 7.1P5O
  12856. Dev.CD Jan 94
  12857. Dev.CD Dec 93P
  12858. Dev.CD Jan 94
  12859. Dev.CD Dec 9V
  12860. 72134X
  12861. Jan 94
  12862. p--set theItem to choose file -- uncomment to test in an AS editor
  12863.     tell application "Finder"
  12864.         open item "Dev.CD Jan 94
  12865. Dev.CD Dec 93"
  12866.         activate
  12867.     end tell
  12868. on error errMsg number errNum
  12869.     --enter statements to perform when no records are found such as...
  12870.     display dialog "Sorry, the item you selected could not be found."
  12871.     return
  12872. end try
  12873. All Packages
  12874. Performa 7.1P6O
  12875. Dev.CD Jun 94
  12876. Dev.CD Jul 94P
  12877. Dev.CD Jun 94
  12878. Dev.CD Jul 9V
  12879. 72135X
  12880. Jun 94
  12881. p--set theItem to choose file -- uncomment to test in an AS editor
  12882.     tell application "Finder"
  12883.         open item "Dev.CD Jun 94
  12884. Dev.CD Jul 94"
  12885.         activate
  12886.     end tell
  12887. on error errMsg number errNum
  12888.     --enter statements to perform when no records are found such as...
  12889.     display dialog "Sorry, the item you selected could not be found."
  12890.     return
  12891. end try
  12892. JU Readme - Translation Mgr SDK
  12893. (Obsolete)
  12894. Document Converter
  12895. Documentation
  12896. Sample CodeK
  12897. Aug 98M
  12898. Code Warrior Pro 2 -or- ETO
  12899. 23N+easy open, translation manager, translationO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Oct 00 SDK1
  12900.  - Development Kits
  12901.  - Mac OS
  12902.  - Translation ManagerV
  12903. 72998X
  12904. Oct 00^
  12905. --set theItem to choose file -- uncomment to test in an AS editor
  12906.     tell application "Finder"
  12907.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  12908.         activate
  12909.     end tell
  12910. on error errMsg number errNum
  12911.     --enter statements to perform when no records are found such as...
  12912.     display dialog "Sorry, the item you selected could not be found."
  12913.     return
  12914. end try
  12915. e    No Changef)easy open
  12916. translation manager
  12917. translationq
  12918. Dev.CD Oct 00 SDK1
  12919. All Packages
  12920. TubeTest
  12921. 72999X
  12922. All Packages
  12923. QuickDraw GXO
  12924. Dev.CD Jul 95P
  12925. Dev.CD Jul 9V
  12926. 72322X
  12927. Jul 95
  12928. b--set theItem to choose file -- uncomment to test in an AS editor
  12929.     tell application "Finder"
  12930.         open item "Dev.CD Jul 95"
  12931.         activate
  12932.     end tell
  12933. on error errMsg number errNum
  12934.     --enter statements to perform when no records are found such as...
  12935.     display dialog "Sorry, the item you selected could not be found."
  12936.     return
  12937. end try
  12938. All Packages
  12939. QuickDraw GXO
  12940. Dev.CD Jul 95P
  12941. Dev.CD Jul 9V
  12942. 72323X
  12943. Jul 95
  12944. b--set theItem to choose file -- uncomment to test in an AS editor
  12945.     tell application "Finder"
  12946.         open item "Dev.CD Jul 95"
  12947.         activate
  12948.     end tell
  12949. on error errMsg number errNum
  12950.     --enter statements to perform when no records are found such as...
  12951.     display dialog "Sorry, the item you selected could not be found."
  12952.     return
  12953. end try
  12954. All Packages
  12955. QuickDraw GXO)Dev.CD Jul 95
  12956. Dev.CD Apr 95
  12957. Dev.CD Jan 95V
  12958. 72324X
  12959. {--set theItem to choose file -- uncomment to test in an AS editor
  12960.     tell application "Finder"
  12961.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  12962.         activate
  12963.     end tell
  12964. on error errMsg number errNum
  12965.     --enter statements to perform when no records are found such as...
  12966.     display dialog "Sorry, the item you selected could not be found."
  12967.     return
  12968. end try
  12969. e    No Changeq
  12970. Dev.CD May 98 TC
  12971. 'D!All Packages
  12972. Tool Chest Edition
  12973. PeopleSurveyor 2.1.2
  12974. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  12975. Features: 
  12976.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  12977.   Sixteen question formats.  
  12978.  Six page printable Help.  
  12979.  Enforces expiration date, discourages multiple responses.
  12980. PeopleSurveyor 2.1.2K
  12981. Oct 92M
  12982. HyperCard 2.1
  12983. 'OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  12984.  - Tool Chest
  12985.  - Development Kits
  12986.  - HyperCard Related
  12987.  - PeopleSurveyor 2.1.2V
  12988. 72132X
  12989. May 98^
  12990. --set theItem to choose file -- uncomment to test in an AS editor
  12991.     tell application "Finder"
  12992.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  12993.         activate
  12994.     end tell
  12995. on error errMsg number errNum
  12996.     --enter statements to perform when no records are found such as...
  12997.     display dialog "Sorry, the item you selected could not be found."
  12998.     return
  12999. end try
  13000. e    No Changeq
  13001. Dev.CD May 98 TC
  13002. All Packages
  13003. Performa 7.1P2O
  13004. Dev.CD Oct 93
  13005. Dev.CD Jul 93P
  13006. Dev.CD Oct 93
  13007. Dev.CD Jul 9V
  13008. 72133X
  13009. Oct 93
  13010. ations, including AppleScript based installers.
  13011. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  13012. Target machines:  Mac SE or later, 4 MB mem
  13013. &D!All Packages
  13014. Tool Chest Edition
  13015. PeopleSoft/Apple White Paper
  13016. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  13017. Peoplesoft & Apple White PaperK
  13018. Dec 95L
  13019. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  13020.  - Programs & MarketingV
  13021. 72131X
  13022. May 98^
  13023. TC, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauORDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PZDev.CD Nov 00 TC Disk 1
  13024.  - Tool Chest
  13025.  - Testing & Debugging
  13026.  - Mac OS Development Toolkit
  13027. containing
  13028. containsS
  13029. WrNum
  13030.     --enter statements to perform when no records are found such as...
  13031.     display dialog "Sorry, the item you selected could not be found."
  13032.     return
  13033. end try
  13034. Deletedf
  13035. AltiVec
  13036. emulator
  13037. Dev.CD Nov 99 TC
  13038. All Packages
  13039. Backlight ControlI
  13040. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  13041. Backlight ControlK
  13042. Oct 92M    PowerBookOWDev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:V
  13043. 69942X
  13044. 1e    No Change
  13045. symptom
  13046. synccatch
  13047. synccatch
  13048. debugging
  13049. catches
  13050. synchronous
  13051. synchronous
  13052. syncing
  13053. syntactic
  13054. syntax
  13055. synthesizers
  13056. sysbeep
  13057. sysenvirons
  13058. systemP
  13059. PEF Viewer is a utility which lets you graphically view all the aspects of a PEF container.  You can view all of the imported/exported symbols, disassembly any code section, disassemble the relocation opcodes and also view compressed and uncompressed data sections.
  13060. New with version 1.0d8 are:
  13061.  Disassembly of Altivec
  13062.  instructions in PowerPC code sections
  13063.  C++ name unmangling in the disassembly views
  13064.  You can now view CFM-68K import/export/relocation sections
  13065. Printing is not currently BSsupported.  The search feature is still under development and is not full-features.
  13066. PEF ViewerK
  13067. Jan 99M
  13068. PEF Viewer requires a PowerPCN
  13069. PEF, ContainerOBDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:PEF Viewer:PJDev.CD Nov 00 TC Disk 1
  13070.  - Tool Chest
  13071.  - Developer Utilities
  13072.  - PEF Viewer
  13073. $PBDev.CD Nov 00 TC Disk 2
  13074.  - Sample Code
  13075.  - Printing
  13076.  - PDlog ExpandV
  13077. 72129X
  13078. Nov 00^    TC Disk 2
  13079. --set theItem to choose file -- uncomment to test in an AS editor
  13080.     tell application "Finder"
  13081.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:"
  13082.         activate
  13083.     end tell
  13084. on error errMsg number errNum
  13085.     --enter statements to perform when no records are found such as...
  13086.     display dialog "Sorry, the item you selected could not be found."
  13087.     return
  13088. end try
  13089. e    No Changef
  13090. print
  13091. dialog
  13092. Dev.CD Nov 00 TC Disk 2
  13093. All Packages
  13094. PEF Viewer
  13095. 72130X
  13096. 72130X
  13097. Nov 00^    TC Disk 1
  13098. --set theItem to choose file -- uncomment to test in an AS editor
  13099.     tell application "Finder"
  13100.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:PEF Viewer:"
  13101.         activate
  13102.     end tell
  13103. on error errMsg number errNum
  13104.     --enter statements to perform when no records are found such as...
  13105.     display dialog "Sorry, the item you selected could not be found."
  13106.     return
  13107. end try
  13108. e    No Changef
  13109. Containerq
  13110. Dev.CD Nov 00 TC Disk 1
  13111. PeopleSoft/Apple White Paper
  13112. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  13113. Peoplesoft & Apple White PaperK
  13114. Dec 95L
  13115. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  13116.  - Programs & MarketingV
  13117. 72131X
  13118. May 98^
  13119. TC31X
  13120. May 98^
  13121. TCe    No Change
  13122. J^InitMac.c
  13123. InitMac.h
  13124. MachineLoc.rsrc
  13125. main.c
  13126. Readme
  13127. TimeZone.Daylight(PPC)
  13128. TimeZone.Daylight.mcpM
  13129. System 7.5N?daylight savings time, time zone, ReadLocation, MachineLocationOCDev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:TimeZone.Daylight:PKDev.CD Nov 00 TC Disk 1
  13130.  - Sample Code
  13131.  - OS Utilities
  13132.  - TimeZone.DaylightV
  13133. 72989X
  13134. Nov 00^    TC Disk 1
  13135. --set theItem to choose file -- uncomment to test in an AS editor
  13136.     tell application "Finder"
  13137.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:TimeZone.Daylight:"
  13138.         activate
  13139.     end tell
  13140. on error errMsg number errNum
  13141.     --enter statements to perform when no records are found such as...
  13142.     display dialog "Sorry, the item you selected could not be found."
  13143.     return
  13144. end try
  13145. e    No Changef<daylight savings time
  13146. time zone
  13147. ReadLocation
  13148. MachineLocationq
  13149. Dev.CD Nov 00 TC Disk 1
  13150. D(All Packages
  13151. Reference Library Edition
  13152. Toolbox Assistant
  13153. kleiman
  13154. knife
  13155. se file -- uncomment to test in an AS editor
  13156.     tell application "Finder"
  13157.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Balloony:"
  13158.         activate
  13159.     end tell
  13160. on error errMsg number errNum
  13161.     --enter statements to perform when no records are found such as...
  13162.     display dialog "Sorry, the item you selected could not be found."
  13163.     return
  13164. end try
  13165. e    No Changef
  13166. balloon
  13167. dialogq
  13168. Dev.CD Nov 00 TC Disk 1
  13169. All Packages
  13170. Band Copying the Sequel
  13171. This sample has been updated for the Carbon API.  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.  The purpose of this app is to show the problem that may occur when copying these individual bands and to provide one possible solution.
  13172. Nov 00
  13173. #N<Sound Input Driver, PCI driver, ndrv, PCI Sound Input drivernto your application. You provide your existing app or resource file, and the tool produces Rez source text for all of your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  13174. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of 
  13175. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  13176. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  13177. Balloonify.c
  13178. Balloonify.h
  13179. Balloony
  13180. Balloony.r
  13181. Balloony.RESOURCES
  13182. Balloony.
  13183. BalloonyHelp.r
  13184. BalloonyRes.h
  13185. main.c
  13186. Read Me
  13187. Sample OutputK
  13188. Dec 97O4Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Balloony:
  13189. #OADev.CD Nov 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:PIDev.CD Nov 00 TC Disk 2
  13190.  - Sample Code
  13191.  - Sound
  13192.  - PCI Sound Input driverV
  13193. 72128X
  13194. Nov 00^    TC Disk 2
  13195. --set theItem to choose file -- uncomment to test in an AS editor
  13196.     tell application "Finder"
  13197.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:"
  13198.         activate
  13199.     end tell
  13200. on error errMsg number errNum
  13201.     --enter statements to perform when no records are found such as...
  13202.     display dialog "Sorry, the item you selected could not be found."
  13203.     return
  13204. end try
  13205. e    No Changef9Sound Input Driver
  13206. PCI driver
  13207. PCI Sound Input driverq
  13208. Dev.CD Nov 00 TC Disk 2
  13209. All Packages
  13210. PDlog ExpandI6This example shows how to add items to print dialogs. JCPDlog Expand(PPC)
  13211. PDlog Expand.c
  13212. PDlog Expand.mcp
  13213. PDlog Expand.rsrcK
  13214. Dec 96L
  13215. May 97N
  13216. print, dialog, item, addO:Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  13217. 72129X
  13218. 1e    No Change
  13219. ve    No Changef
  13220. MacApp
  13221. Text Dumpq
  13222. Dev.CD Nov 00 TC Disk 2
  13223. wD!All Packages
  13224. Mac OS SDK Edition
  13225. Text Encoding Converter 1.5
  13226. Text Encoding Converter allows you to convert text from one encoding to another, including Unicode. 
  13227. Features
  13228.  Improved booting and initialization, especially on localized systems.
  13229.  Improved locking tables for use at interrupt level.
  13230.  Caches common converter objects for performance.
  13231.  Added new API, UCGetCharProperty, for retrieving Unicode character properties.
  13232.  Added new option kUnicodeTextRunHeuristics for finer control over conversion involving runs of multiple character sets.
  13233. compression/decompreQ
  13234. compressmovie
  13235. compressmovie
  13236. simple
  13237. quicktime
  13238. applicatio
  13239. compressor
  13240. compressor/decompres
  13241. compute
  13242. computer{
  13243. computer'sz
  13244. computer-based
  13245. computers{
  13246. anima
  13247. anima
  13248. maket
  13249. animation
  13250. animationtestt
  13251. animationtest
  13252. bbedit
  13253. bbedit
  13254. extensions
  13255. bbedit
  13256. bbedit
  13257. quickstart
  13258. bcdemo
  13259. bcdemo
  13260. bcdemo
  13261. bcengine
  13262. bcengine
  13263. bcengine
  13264. before
  13265. buildingZ
  13266. building
  13267. samplesZ
  13268. buildxcmd
  13269. byrne's
  13270. byrne's
  13271. xcmds&xfcns
  13272. calcit
  13273. callhyper
  13274. callhyper
  13275. capturing
  13276. carbonprefixr
  13277. carbonprefix
  13278. carbonresr
  13279. carbonres
  13280. rsrcr
  13281. cd-romw
  13282. change
  13283. change
  13284. history
  13285. change
  13286. history
  13287. changesj
  13288. check
  13289. check
  13290. autoguest
  13291. client
  13292. codev
  13293. codecs
  13294. codewarrior
  13295. codewarrior
  13296. coercionc
  13297. coercionsf
  13298. freed
  13299. freeing
  13300. freely
  13301. freeware
  13302. french
  13303. freqforeverchange
  13304. frequency
  13305. frequently
  13306. fresh
  13307. friend
  13308. friendly
  13309. friends
  13310. from_
  13311. WskImage.c
  13312. BasicDiskImage.mcp
  13313. MoreIsBetterBits
  13314. ReadMe.htmlM
  13315. Mac OSN"disk, driver, raw read, disk image
  13316. "PADev.CD Oct 00 SDK1
  13317.  - Development Kits
  13318.  - Hardware
  13319.  - PCI DDK 3.0V
  13320. 72127X
  13321. Oct 00^
  13322. --set theItem to choose file -- uncomment to test in an AS editor
  13323.     tell application "Finder"
  13324.         open item "Dev.CD Oct 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  13325.         activate
  13326.     end tell
  13327. on error errMsg number errNum
  13328.     --enter statements to perform when no records are found such as...
  13329.     display dialog "Sorry, the item you selected could not be found."
  13330.     return
  13331. end try
  13332. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  13333. Dev.CD Oct 00 SDK1
  13334. All Packages
  13335. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  13336. Load PCI Driver(PPC)
  13337. PCI sample driver read me
  13338. PCI Sound Input driver.mcp
  13339. PCISoundInputDriver
  13340. PCISoundInputDriver.c
  13341. PCISoundInputDriver.rsrcK
  13342. Aug 97M
  13343. PCI Power MacChange
  13344. workings
  13345. works
  13346. works
  13347. under
  13348. appearance
  13349. workstation
  13350. workstations
  13351. block
  13352. theresa
  13353. tensor
  13354. information
  13355. systems
  13356. bypassing
  13357. eonswitch
  13358. gethideo
  13359. sample
  13360. illustrates
  13361. color
  13362. icons
  13363. different
  13364. sample
  13365. illustrates
  13366. create
  13367. application
  13368. sample
  13369. illustrates
  13370. install
  13371. system
  13372. level
  13373. apple
  13374. sample
  13375. illustrates
  13376. install
  13377. application
  13378. level
  13379. sample
  13380. illustrates
  13381. document
  13382. sample
  13383. illustrates
  13384. suspend
  13385. resume
  13386. applee
  13387. sample
  13388. includes
  13389. library
  13390. utility
  13391. routines
  13392. sample
  13393. includes
  13394. applications
  13395. illustrate
  13396. sample
  13397. quick
  13398. demonstration
  13399. implement
  13400. sample
  13401. simple
  13402. server
  13403. demonstrat
  13404. sample
  13405. designed
  13406. create
  13407. requir
  13408. sample
  13409. program
  13410. demonstrates
  13411. determine
  13412. sample
  13413. provides
  13414. interractive
  13415. demonstration
  13416. firewire
  13417. firmware
  13418. firmworks
  13419. first\
  13420. first-person
  13421. fits{
  13422. five{
  13423. fixed
  13424. fixed-point
  13425. fixesW
  13426. user's@
  13427. uses@
  13428. using@
  13429. using
  13430. v2.0.4@
  13431. validator@
  13432. vendors@
  13433. version
  13434. versions@
  13435. vertical@
  13436. visit@
  13437. wang's@
  13438. ways@
  13439. were@
  13440. aegizmos@
  13441. when@
  13442. hand-coded
  13443. hand-tuned
  13444. hand-tweak
  13445. handbookw
  13446. handed
  13447. handle
  13448. handle's
  13449. handle-based
  13450. handled
  13451. handledatahandlersub
  13452. handlerf
  13453. handlersf
  13454. handles
  13455. handling
  13456. handoff
  13457. disk imageq
  13458. Dev.CD Nov 00 TC Disk 1
  13459. yD!All Packages
  13460. Tool Chest Edition
  13461. BBEdit Lite 3.5
  13462. o&http://developer.apple.com/samplecode/q
  13463. Dev.CD Nov 00 TC Disk 1
  13464. All Packages
  13465. Tracer
  13466. Summary:  PowerTracer is a system ATrap and PowerPC function tracing and timing tool. Its objective is to show calling patterns and timing information for the Macintosh Toolbox. PowerTracer patches a very large list of system ATraps as well as functions in the PowerPC public interface library. The tool configures itself appropriately on 68k machines as well as PowerPC machines.
  13467. Features:  PowerTracer gives detailed trace output information including the execution architecture for each sysB
  13468. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  13469. General tools.imgK
  13470. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxOEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  13471. 72993X
  13472. 1e    No Change
  13473. bugfix
  13474. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  13475. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  13476. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  13477. analyzes
  13478. analyzing
  13479. W 651 7584
  13480. WWW:    http://www.tiac.net/biz/bbsw/
  13481. email
  13482.  BNF notation, and can automatically generate abstract syntax trees. 
  13483. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  13484. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  13485. Jqantlr:
  13486. Documentation:
  13487. install.mpw
  13488. INSTRUCTIONS
  13489. lang:
  13490. non-MPW:
  13491. README
  13492. RIGHTS
  13493. support:
  13494. testcpp:
  13495. prebuilt:K
  13496. Nov 94L
  13497. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  13498.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  13499.  - Tool Chest
  13500.  - Development Kits
  13501.  Other Platforms
  13502.  - PCCTS 1.31
  13503. streamnop
  13504. sample
  13505. streams
  13506. module
  13507. designed
  13508. string@
  13509. struggling@
  13510. study@
  13511. database
  13512. summary
  13513. order
  13514. catch
  13515. summary
  13516. buginfo
  13517. macro
  13518. execute
  13519. within
  13520. macsbug
  13521. summary
  13522. callhyper
  13523. external
  13524. dimension
  13525. which
  13526. summary
  13527. cdent
  13528. format
  13529. source
  13530. summary
  13531. cfm-68k
  13532. runtime
  13533. architecture
  13534. 68k-based
  13535. summary
  13536. color
  13537. locator
  13538. enables
  13539. anything
  13540. summary
  13541. contains
  13542. documentation
  13543. header
  13544. files
  13545. tools
  13546. summary
  13547. contains
  13548. latest
  13549. appletalk
  13550. stack
  13551. version
  13552. macsn
  13553. summary
  13554. controlstrip
  13555. sample
  13556. program
  13557. shows
  13558. summary
  13559. convert
  13560. projects
  13561. utility
  13562. which
  13563. summary
  13564. generator
  13565. application
  13566. generate
  13567. summary
  13568. linear
  13569. feedback
  13570. shift
  13571. register
  13572. entered
  13573. summary
  13574. daystar
  13575. digital
  13576. apple
  13577. computer
  13578. designed
  13579. screen
  13580. screendump
  13581. screendump
  13582. screendump
  13583. script
  13584. script
  13585. changecreator
  13586. script
  13587. datestring
  13588. script
  13589. get/set
  13590. selection
  13591. script
  13592. shift
  13593. script
  13594. syntax
  13595. script
  13596. topseeturvee
  13597. scriptableprinting
  13598. scriptableprinting
  13599. scriptableprinting
  13600. scriptablestuffiteng
  13601. scriptablestuffiteng
  13602. scripting
  13603. scriptingadditions
  13604. scriptsO
  13605. scriptswitcher
  13606. scriptswitcher
  13607. scriptx
  13608. scriptx
  13609. platforms
  13610. scriptx
  13611. differences
  13612. scroll
  13613. scrollbars
  13614. scrollbars
  13615. scrollbars
  13616. scrollingeditfield
  13617. scrollingeditfield
  13618. scrollingeditfield
  13619. pbproj
  13620. scrollingtextup
  13621. scrollingtextup
  13622. scrollingtextuserpan
  13623. scrollingtextuserpan
  13624. sectionreport
  13625. security
  13626. selectdir
  13627. selectdir
  13628. selectfile
  13629. selectfile
  13630. pccardnetworksample
  13631. pccardnetworksample
  13632. readme
  13633. power
  13634. readme
  13635. sample
  13636. driver
  13637. sound
  13638. input
  13639. driver
  13640. pcisoundinputdriver
  13641. pcisoundinputdriver
  13642. pcisoundinputdriver
  13643. alias
  13644. pdlog
  13645. pdlog
  13646. expand
  13647. pdlog
  13648. expand
  13649. pdlog
  13650. expand
  13651. pdlog
  13652. expand
  13653. viewer
  13654. peoplesoft
  13655. peoplesoft
  13656. apple
  13657. white
  13658. paper
  13659. peoplesurveyor
  13660. peoplesurveyor
  13661. 2.1.2
  13662. performance
  13663. pgpsdkmac
  13664. pgpuam
  13665. pgpuam
  13666. pgpuam
  13667. server
  13668. pgpuam
  13669. slides
  13670. piccomments
  13671. piccomments
  13672. play1
  13673. scrap
  13674. scrap
  13675. manager
  13676. screent
  13677. screen
  13678. screen
  13679. script
  13680. scriptableO
  13681. scriptable
  13682. printing
  13683. scriptable
  13684. editorO
  13685. scripting
  13686. scripting
  13687. implementation
  13688. scriptswitcher
  13689. scriptswitcher
  13690. script
  13691. switcher
  13692. scroll
  13693. scrollbar
  13694. scrollbars
  13695. scrolling
  13696. scrolling
  13697. field
  13698. scrolling
  13699. items
  13700. seedcfill
  13701. seedfill
  13702. selection
  13703. selection
  13704. selector
  13705. option
  13706. sequence
  13707. sequence
  13708. grabber
  13709. serial
  13710. serial
  13711. serial
  13712. ports
  13713. series
  13714. server
  13715. server
  13716. controls
  13717. services
  13718. setcontrolmaximum
  13719. setcontrolminimum
  13720. setcontrolvalue
  13721. setentrycolor
  13722. sethideonswitch
  13723. setlinewidth
  13724. setpalette
  13725. 72126X
  13726. Nov 99^
  13727. --set theItem to choose file -- uncomment to test in an AS editor
  13728.     tell application "Finder"
  13729.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  13730.  Other Platforms:PCCTS 1.31:"
  13731.         activate
  13732.     end tell
  13733. on error errMsg number errNum
  13734.     --enter statements to perform when no records are found such as...
  13735.     display dialog "Sorry, the item you selected could not be found."
  13736.     return
  13737. end try
  13738. Deletedf9ANTLR
  13739. PCCTS
  13740. parser generator
  13741. compiler toolsq
  13742. Dev.CD Nov 99 TC
  13743. "D!All Packages
  13744. Mac OS SDK Edition
  13745. PCI DDK 3.0I
  13746. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  13747. PCI DDK 3.0K
  13748. Sep 95L
  13749. Jan 00M
  13750. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Oct 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  13751. referential
  13752. referred
  13753. reflect
  13754. reflectingV
  13755. reformats
  13756. reformatting
  13757. engine
  13758. engineering
  13759. engines
  13760. english
  13761. englishmiscellaneousd
  13762. englishmiscellaneous
  13763. englishmiscellaneous
  13764. rsrcd
  13765. englishterminologyd
  13766. englishterminology
  13767. englishterminology
  13768. rsrcd
  13769. enhanced
  13770. enhanced
  13771. survival
  13772. guide
  13773. enterbutton
  13774. enterbutton
  13775. enterbutton
  13776. environment
  13777. eomodeler
  13778. eomodeler
  13779. erasefile
  13780. erasefile
  13781. errata~
  13782. error
  13783. error
  13784. handler
  13785. error
  13786. handler
  13787. errormsg
  13788. errormsg
  13789. errormsg
  13790. errors
  13791. ethernet
  13792. event~
  13793. eventloop
  13794. eventloop
  13795. events
  13796. events
  13797. apple
  13798. ethernet
  13799. apple
  13800. video
  13801. MbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.
  13802. article
  13803. artwork
  13804. Dev.CD Jan 94
  13805. Dev.CD Oct 9V
  13806. 72394X
  13807. Jan 94
  13808. p--set theItem to choose file -- uncomment to test in an AS editor
  13809.     tell application "Finder"
  13810.         open item "Dev.CD Jan 94
  13811. Dev.CD Oct 93"
  13812.         activate
  13813.     end tell
  13814. on error errMsg number errNum
  13815.     --enter statements to perform when no records are found such as...
  13816.     display dialog "Sorry, the item you selected could not be found."
  13817.     return
  13818. end try
  13819. All Packages
  13820. F    QuickTimeO
  13821. Dev.CD Jan 94P
  13822. Dev.CD Jan 9V
  13823. 72395X
  13824. Jan 94
  13825. b--set theItem to choose file -- uncomment to test in an AS editor
  13826.     tell application "Finder"
  13827.         open item "Dev.CD Jan 94"
  13828.         activate
  13829.     end tell
  13830. on error errMsg number errNum
  13831.     --enter statements to perform when no records are found such as...
  13832.     display dialog "Sorry, the item you selected could not be found."
  13833.     return
  13834. end try
  13835. All Packages
  13836. F    QuickTimeO
  13837. Dev.CD Jan 94P
  13838. Dev.CD Jan 9V
  13839. 72396X
  13840. Jan 94
  13841. replace
  13842. statements
  13843. QuickTime, Java, MRJ
  13844. setwakeuptimer
  13845. share
  13846. shared
  13847. shared
  13848. volumes
  13849. sharing
  13850. sheet
  13851. ature
  13852. signing
  13853. simple
  13854. simpletext
  13855. simplified
  13856. single-link
  13857. slideshow
  13858. manager
  13859. sndplaydoublebuffer
  13860. socket
  13861. softwareR
  13862. solaris
  13863. solutions
  13864. sorting
  13865. sound
  13866. sound
  13867. input
  13868. driver
  13869. soundconvert
  13870. soundconverter
  13871. soundsprocket
  13872. space
  13873. spbrecord
  13874. speach
  13875. specification
  13876. speech
  13877. spinning
  13878. spinning
  13879. cursors
  13880. splice
  13881. spooler
  13882. sprite
  13883. sprite
  13884. toolbox
  13885. sprocket
  13886. sprockets
  13887. srccopy
  13888. srcxor
  13889. stacks
  13890. standard
  13891. standard
  13892. standards
  13893. standards
  13894. based
  13895. starmax
  13896. state
  13897. statements
  13898. status
  13899. 72290X
  13900. Apr 99^
  13901. --set theItem to choose file -- uncomment to test in an AS editor
  13902.     tell application "Finder"
  13903.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  13904.         activate
  13905.     end tell
  13906. on error errMsg number errNum
  13907.     --enter statements to perform when no records are found such as...
  13908.     display dialog "Sorry, the item you selected could not be found."
  13909.     return
  13910. end try
  13911. Deletedf
  13912. QuickDraw 3D
  13913. Windows
  13914. Metafileq
  13915. Dev.CD Apr 99 SDK1
  13916. All Packages
  13917. QuickDraw FXI
  13918. This sample has been updated for the Carbon API.  Demonstrates the use of transfer modes, arithmetic modes, colorization, dithering, and color mapping.JpCarbonPrefix.h
  13919. CarbonRes.rsrc
  13920. events.c
  13921. FX.rsrc
  13922. main.c
  13923. menu.c
  13924. QuickDraw FX(PPC)
  13925. QuickDraw FX.mcp
  13926. ReadMeL
  13927. Nov 00M
  13928. Color QuickDraw, CarbonLibO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:QuickDraw FX:V
  13929. 72291X
  13930. 1e    No Changeo&http://developer.apple.com/samplecode/
  13931. internet
  13932. enableselfsendsample
  13933. enableselfsendsample
  13934. encoding
  13935. encodings
  13936. enetdrvrsmpl
  13937. enetdrvrsmpl
  13938. enetdrvrsmpl
  13939. enetdrvrsrc
  13940. enetdrvrsrc
  13941. english
  13942. english
  13943. lproj
  13944. englishmiscellaneousd
  13945. englishmiscellaneous
  13946. englishmiscellaneous
  13947. rsrcd
  13948. englishterminologyd
  13949. englishterminology
  13950. englishterminology
  13951. rsrcd
  13952. enhanced
  13953. enhanced
  13954. survival
  13955. guide
  13956. enterbutton
  13957. enterbutton
  13958. enterbutton
  13959. environment
  13960. eomodeler
  13961. eomodeler
  13962. errata~
  13963. error
  13964. errormsg
  13965. errormsg
  13966. errormsg
  13967. errors
  13968. ethernet
  13969. event~
  13970. eventloop
  13971. eventloop
  13972. events
  13973. events
  13974. apple
  13975. ethernet
  13976. apple
  13977. video
  13978. when no records are found such as...
  13979.     display dialog "Sorry, the item you selected could not be found."
  13980.     return
  13981. end try
  13982. e    No ChangefABitblitz
  13983. CopyBits
  13984. CopyMask
  13985. CopyDeepMask
  13986. GWorld
  13987. NewGWorld
  13988. Graphicsq
  13989. Dev.CD Nov 00 TC Disk 1
  13990. All Packages
  13991. F    Blat dcmd
  13992. 69952X
  13993. binary
  13994. binding
  13995. binhex
  13996. bitmap
  13997. bitmapped
  13998. bitmapsr
  13999. black
  14000. black-and-white
  14001. blackketter
  14002. block
  14003. blocks
  14004. blueprint{
  14005. bodyz
  14006. bones
  14007. book`
  14008. books`
  14009. 72533X
  14010. Nov 00^    TC Disk 1
  14011. --set theItem to choose file -- uncomment to test in an AS editor
  14012.     tell application "Finder"
  14013.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  14014.         activate
  14015.     end tell
  14016. on error errMsg number errNum
  14017.     --enter statements to perform when no records are found such as...
  14018.     display dialog "Sorry, the item you selected could not be found."
  14019.     return
  14020. end try
  14021. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  14022. Dev.CD Nov 00 TC Disk 1
  14023. All Packages
  14024. SetDeskCPatDemoI
  14025. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  14026. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  14027. MoveableModalDialog.c
  14028. MoveableModalDialog.h
  14029. SetDeskCPat(PPC)
  14030. SetDeskCPat.c
  14031. SetDeskCPat.mcp
  14032. SetDeskCPat.rsrc
  14033. SetDeskCPatDemo READ MEK
  14034. Aug 97O@Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SetDeskCPatDemo:V
  14035. 72534X
  14036. 1e    No Change
  14037. pings
  14038. manager
  14039. carbon
  14040. quicktime
  14041. graphicimporter
  14042. print
  14043. carbonlib
  14044. cardbus
  14045. cardbus
  14046. pcmcia
  14047. cd-rom
  14048. cd-rom
  14049. audio
  14050. tracker
  14051. control
  14052. cdrom
  14053. cdrom
  14054. drivers
  14055. center
  14056. cfm-68k
  14057. cfm-68k
  14058. mixed
  14059. thread
  14060. objectsupportlib
  14061. chained
  14062. chained
  14063. completion
  14064. routines
  14065. asynchronous
  14066. manager
  14067. cheap
  14068. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  14069. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  14070. To use th
  14071. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  14072. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  14073. for ATM MiddleWare.
  14074. kdlpiether.h
  14075. dlpiuser.h
  14076. EnablerSample(PPC)
  14077. EnablerSample.h
  14078. EnablerSmpl.c
  14079. EnablerSmpl.exp
  14080. EnablerSmpl.r
  14081. EnetDrvrSmpl.exp
  14082. EnetDrvrSmpl.r
  14083. EnetDrvrSrc.c
  14084. myCustomPortScanner(PPC)
  14085. myEnetDriver(PPC)
  14086. MyPortCalls.c
  14087. MyPortCalls.h
  14088. MyPortModule.c
  14089. MyRegisterPort.c
  14090. MyRegisterPort.h
  14091. PCCardNetworkSample Readme
  14092. PCCardNetworkSample.mcp
  14093. PortScanner.c
  14094. PortScanner.r
  14095. ProjectDefines.h
  14096. Sep 99MQOpen Transport 1.1.2 or greater, PowerBook 2400, 3400, G3, or G3 Series or newer.NVPC Card, Network Driver, Open Transport Module, Token Ring, ATM, Enabler, Port ScannerOCDev.CD Nov 00 TC Disk 1:Sample Code:Networking:PCCardNetworkSample:PKDev.CD Nov 00 TC Disk 1
  14097.  - Sample Code
  14098.  - Networking
  14099.  - PCCardNetworkSample
  14100. Dev.CD Jun 97 SSV
  14101. 72365X
  14102. Jun 97
  14103. f--set theItem to choose file -- uncomment to test in an AS editor
  14104.     tell application "Finder"
  14105.         open item "Dev.CD Jun 97 SSW"
  14106.         activate
  14107.     end tell
  14108. on error errMsg number errNum
  14109.     --enter statements to perform when no records are found such as...
  14110.     display dialog "Sorry, the item you selected could not be found."
  14111.     return
  14112. end try
  14113. All Packages
  14114. QuickDraw GXO
  14115. Dev.CD Jun 97 SSWP
  14116. Dev.CD Jun 97 SSV
  14117. 72366X
  14118. Jun 97
  14119. f--set theItem to choose file -- uncomment to test in an AS editor
  14120.     tell application "Finder"
  14121.         open item "Dev.CD Jun 97 SSW"
  14122.         activate
  14123.     end tell
  14124. on error errMsg number errNum
  14125.     --enter statements to perform when no records are found such as...
  14126.     display dialog "Sorry, the item you selected could not be found."
  14127.     return
  14128. end try
  14129. All Packages
  14130. QuickDraw GXO
  14131. Dev.CD Jun 97 SSWP
  14132. Dev.CD Jun 97 SSV
  14133. 72367X
  14134. Jun 97
  14135. whats
  14136. wherecds
  14137. wherecds
  14138. wherecds
  14139. white
  14140. archivedV
  14141. windname
  14142. windname
  14143. windoid
  14144. windoid
  14145. mamake
  14146. windoid
  14147. windoidrez
  14148. windoidrez
  14149. window
  14150. window
  14151. window
  14152. window
  14153. windowcolors
  14154. windowcolors
  14155. windowdialog
  14156. windowdialog
  14157. windowed
  14158. windowpalette
  14159. windowpalette
  14160. windowpositioner
  14161. windowpositioner
  14162. windowpositioner
  14163. windows
  14164. windows
  14165. windows
  14166. system
  14167. files
  14168. windowutilities
  14169. windowutilities
  14170. windowutilities
  14171. windstuff
  14172. windstuff
  14173. 72125X
  14174. Nov 00^    TC Disk 1
  14175. --set theItem to choose file -- uncomment to test in an AS editor
  14176.     tell application "Finder"
  14177.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:PCCardNetworkSample:"
  14178.         activate
  14179.     end tell
  14180. on error errMsg number errNum
  14181.     --enter statements to perform when no records are found such as...
  14182.     display dialog "Sorry, the item you selected could not be found."
  14183.     return
  14184. end try
  14185. e    No ChangefPPC Card
  14186. Network Driver
  14187. Open Transport Module
  14188. Token Ring
  14189. Enabler
  14190. Port Scannerq
  14191. Dev.CD Nov 00 TC Disk 1
  14192. !D!All Packages
  14193. Tool Chest Edition
  14194. PCCTS 1.31
  14195. ufailure
  14196. uglobals
  14197. uglobals
  14198. uhidtest
  14199. uhidtest
  14200. uk/eire
  14201. uk/eire
  14202. distributors/localiz
  14203. ukilleveryonebutme
  14204. ukilleveryonebutme
  14205. ukranian
  14206. ukranian
  14207. 1.1.3
  14208. ulawcodec
  14209. ulawcodec
  14210. ulawcodec
  14211. ulawcodec
  14212. ulawcodecdispatch
  14213. ulawcodecdispatch
  14214. ulawcompressor
  14215. ulawcompressor
  14216. ulawdecompressor
  14217. ulawdecompressor
  14218. umafailure
  14219. umafailure
  14220. umafailure
  14221. umafailure
  14222. umafailure
  14223. umafailure
  14224. umafailure
  14225. umenuedwindow
  14226. umenuedwindow
  14227. umenuedwindow
  14228. umenuhandler
  14229. umenuhandler
  14230. umousedocument
  14231. umousedocument
  14232. umousedocument
  14233. umouseinfo
  14234. umouseinfo
  14235. umouseinfo
  14236. umousetrackbehavior
  14237. manager
  14238. pccardnetworksample
  14239. pccts
  14240. pccts
  14241. sound
  14242. input
  14243. driver
  14244. pdlog
  14245. pdlog
  14246. expand
  14247. viewer
  14248. peoplesoft/apple
  14249. peoplesoft/apple
  14250. white
  14251. paper
  14252. peoplesurveyor
  14253. peoplesurveyor
  14254. 2.1.2
  14255. performa
  14256. photoshop
  14257. picker
  14258. pixel
  14259. player
  14260. plugins
  14261. popups
  14262. postscript
  14263. powerbook
  14264. primer
  14265. processorC
  14266. profile
  14267. profiler
  14268. project
  14269. projects
  14270. publications
  14271. quadra
  14272. qualified
  14273. quickdraw
  14274. r13u5
  14275. r15d1
  14276. reader_
  14277. receive
  14278. redistribution
  14279. registration
  14280. registry~
  14281. release
  14282. reporting
  14283. reports
  14284. requests
  14285. resedit
  14286. resources
  14287. newerZ
  14288. newfolder
  14289. newgworld
  14290. newgworldfromhbitmap
  14291. newly
  14292. easydialogs
  14293. bigeasydialogs
  14294. bigeasygrafish
  14295. bigeasygrafish
  14296. bigeasygrafish
  14297. bigeasytextish
  14298. bigeasytextish
  14299. bigeasytextish
  14300. bigeasyutils
  14301. bigeasyutils
  14302. bigeasyutils
  14303. binhex
  14304. binhex
  14305. specs
  14306. bless
  14307. blockreader
  14308. blockreader
  14309. bltmacros
  14310. bltmacros
  14311. board
  14312. boardslider
  14313. boardslider
  14314. bootvol
  14315. brightness
  14316. brightness
  14317. contrast
  14318. browserz
  14319. browsermaker
  14320. browsermaker
  14321. bufcallback
  14322. bufcallback
  14323. bufcallback
  14324. bufcallback
  14325. buffereddrawer
  14326. buffereddrawer
  14327. bufferedimage
  14328. bufferedimage
  14329. bufferedwindows
  14330. bufferedwindows
  14331. bufferedwindows
  14332. pbproj
  14333. Oct 00^
  14334. --set theItem to choose file -- uncomment to test in an AS editor
  14335.     tell application "Finder"
  14336.         open item "Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  14337.         activate
  14338.     end tell
  14339. on error errMsg number errNum
  14340.     --enter statements to perform when no records are found such as...
  14341.     display dialog "Sorry, the item you selected could not be found."
  14342.     return
  14343. end try
  14344. e    No Changeq
  14345. Dev.CD Oct 00 SDK1
  14346. All Packages
  14347. PCCardNetworkSample
  14348. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  14349. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  14350. D!All Packages
  14351. Mac OS SDK Edition
  14352. PC Card SDKsI
  14353. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  14354. PC Card Manager 3.0
  14355. What's the difference?K
  14356. Aug 97O:Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Oct 00 SDK1
  14357.  - Development Kits
  14358.  - Hardware
  14359.  - PC Card SDKsV
  14360. 72124X
  14361. 1 2:Sample Code:Sound:BufCallback:P>Dev.CD Nov 00 TC Disk 2
  14362.  - Sample Code
  14363.  - Sound
  14364.  - BufCallback
  14365. roadmap
  14366. robix
  14367. robix
  14368. sources
  14369. diagrams
  14370. resource
  14371. romresourcedump
  14372. romresourcedump
  14373. romresourcedump
  14374. romresourcedump
  14375. romresourcedump
  14376. rotate
  14377. rotate
  14378. rotate
  14379. small
  14380. rotatebitmap90
  14381. rotatebitmap90
  14382. rotatebitmap90
  14383. rotatesamplemain
  14384. rotatesamplemain
  14385. rotatestring
  14386. rotatestring
  14387. rotatestring
  14388. rotatestring
  14389. rotatestring
  14390. rotation
  14391. rotation
  14392. controllers
  14393. 1.0.1
  14394. rotation
  14395. controllers
  14396. rotation
  14397. ctl's
  14398. Feb 92L
  14399. Nov 96O
  14400. Dev.CD Nov 99 TC:Sample Code:P
  14401. Dev.CD Nov 99 TC
  14402.  - Sample CodeV
  14403. 72579X
  14404. Nov 99^
  14405. r--set theItem to choose file -- uncomment to test in an AS editor
  14406.     tell application "Finder"
  14407.         open item "Dev.CD Nov 99 TC:Sample Code:"
  14408.         activate
  14409.     end tell
  14410. on error errMsg number errNum
  14411.     --enter statements to perform when no records are found such as...
  14412.     display dialog "Sorry, the item you selected could not be found."
  14413.     return
  14414. end try
  14415. Deletedq
  14416. Dev.CD Nov 99 TC
  14417. D!All Packages
  14418. Tool Chest Edition
  14419. F)Snippets - Interapplication Communication
  14420. samplesZ
  14421. builds
  14422. buildscript
  14423. buildsucceeded
  14424. buildxcmd
  14425. business
  14426. business
  14427. opp's
  14428. germany
  14429. butcdef
  14430. butcdef
  14431. lccontrolrgn
  14432. --set theItem to choose file -- uncomment to test in an AS editor
  14433.     tell application "Finder"
  14434.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Scrap Parsing:"
  14435.         activate
  14436.     end tell
  14437. on error errMsg number errNum
  14438.     --enter statements to perform when no records are found such as...
  14439.     display dialog "Sorry, the item you selected could not be found."
  14440.     return
  14441. end try
  14442. readmefirst
  14443. receive
  14444. receive
  14445. script
  14446. receiver
  14447. receiver
  14448. receiver
  14449. rsrca
  14450. recievera
  14451. reciever
  14452. record
  14453. record
  14454. sound
  14455. redants
  14456. redants
  14457. redants
  14458. reference
  14459. references
  14460. registratiS
  14461. registration
  14462. registry~
  14463. related
  14464. release
  14465. release
  14466. notes
  14467. relstring
  14468. remoteT
  14469. removefile
  14470. removefile
  14471. PVDev.CD Apr 98 SDK1
  14472.  - Development Kits (Disc 1)
  14473.  - PC Card SDKs
  14474.  - PC Card Manager 3.0ditor
  14475.     tell application "Finder"
  14476.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  14477.         activate
  14478.     end tell
  14479. on error errMsg number errNum
  14480.     --enter statements to perform when no records are found such as...
  14481.     display dialog "Sorry, the item you selected could not be found."
  14482.     return
  14483. end try
  14484. Deletedf"bug reports
  14485. error reports to Appleq
  14486. Dev.CD Dec 99 RL
  14487. All Packages
  14488. bugInfo macro
  14489. 69958X
  14490. hopefully
  14491. hopes
  14492. hoping
  14493. horizon
  14494. horizontal
  14495. horizontally
  14496. hostU
  14497. host-target
  14498. hosted
  14499. hostname
  14500. hot-spot-specific\
  14501. hotchkiss
  14502. hotrect
  14503. hotsauce
  14504. hottest
  14505. hours
  14506. hours/minutes
  14507. house
  14508. --set theItem to choose file -- uncomment to test in an AS editor
  14509.     tell application "Finder"
  14510.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Snapshot:"
  14511.         activate
  14512.     end tell
  14513. on error errMsg number errNum
  14514.     --enter statements to perform when no records are found such as...
  14515.     display dialog "Sorry, the item you selected could not be found."
  14516.     return
  14517. end try
  14518. devices
  14519. hardwareQ
  14520. devtools
  14521. dialogstuff
  14522. dialogstuff
  14523. dialogtest
  14524. dialogtest
  14525. dialogtest
  14526. dialogtest
  14527. dialogutils
  14528. dialogutils
  14529. dialogutils
  14530. dialogutils
  14531. dialogwindow
  14532. dialogwindow
  14533. dialogwindow
  14534. dictionary
  14535. 72123X
  14536. Apr 98^
  14537. --set theItem to choose file -- uncomment to test in an AS editor
  14538.     tell application "Finder"
  14539.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  14540.         activate
  14541.     end tell
  14542. on error errMsg number errNum
  14543.     --enter statements to perform when no records are found such as...
  14544.     display dialog "Sorry, the item you selected could not be found."
  14545.     return
  14546. end try
  14547. e    No Changef
  14548. PCCard
  14549. Hooper
  14550. PowerBook
  14551. Cometq
  14552. Dev.CD Apr 98 SDK1
  14553. PC Card SDKsI
  14554. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  14555. PC Card Manager 3.0
  14556. What's the difference?K
  14557. Aug 97O:Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Oct 00 SDK1
  14558.  - Development Kits
  14559.  - Hardware
  14560.  - PC Card SDKsV
  14561. 72124X
  14562. 1rd SDKsV
  14563. 72124X
  14564. 1e    No Change
  14565. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  14566. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  14567. Some of the support offered by PC Card Manager v3.0Bo SDK:
  14568. System Interfaces
  14569. Power PC library
  14570. Updated documentation available in an Adobe Acrobat file
  14571. Sample code 
  14572. AnotherCustomEnabler:
  14573. CIncludes:
  14574. CustomEnabler:
  14575. DispNameReg:
  14576. Documentation:
  14577. Interfaces&Libraries
  14578. Libraries:
  14579. release Notes
  14580. RIncludes:
  14581. TupleDumper:K
  14582. Jul 96L
  14583. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:
  14584. --set theItem to choose file -- uncomment to test in an AS editor
  14585.     tell application "Finder"
  14586.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:View Enable/Disable:"
  14587.         activate
  14588.     end tell
  14589. on error errMsg number errNum
  14590.     --enter statements to perform when no records are found such as...
  14591.     display dialog "Sorry, the item you selected could not be found."
  14592.     return
  14593. end try
  14594. 1992-1995
  14595. 1995{
  14596. 1996S
  14597. 1999{
  14598. imagewriter
  14599. 2-byte
  14600. 2-source
  14601. 2-way
  14602. 2.0.1
  14603. 2.0.2
  14604. 2.0.4
  14605. 2.0.6
  14606. 2.0a1
  14607. 2.0v2
  14608. pascalinterfaces
  14609. pasmatit
  14610. password
  14611. password
  14612. password
  14613. password
  14614. interface
  14615. password
  14616. password
  14617. password
  14618. patch
  14619. patches
  14620. patchlistldef
  14621. patchlistldef
  14622. patchpoweroff
  14623. patchpoweroff
  14624. patchpoweroff
  14625. patchpoweroff
  14626. patchpoweroff
  14627. patchpoweroff68k
  14628. 5300ramcard
  14629. pbclock
  14630. pbproj
  14631. manager
  14632. manager
  14633. pccardnetworksample
  14634. picker
  14635. picts
  14636. pictinfotest
  14637. pitfalls
  14638. pixel
  14639. platformsQ
  14640. platforms
  14641. toolsQ
  14642. play1
  14643. passwords
  14644. paste
  14645. patch
  14646. patchesX
  14647. patchingV
  14648. patching
  14649. service
  14650. routinesV
  14651. patent
  14652. pathname
  14653. pathsu
  14654. patrick
  14655. pattern
  14656. patterned
  14657. pci-based
  14658. pci-pci
  14659. pci-the{
  14660. pcmcia
  14661. peering
  14662. viewer
  14663. utility
  14664. which
  14665. graphically
  14666. pending
  14667. penetrate
  14668. pentiumZ
  14669. people[
  14670. peoplesoft
  14671. percentage
  14672. perfectly
  14673. performf
  14674. PMDev.CD Nov 00 TC Disk 1
  14675.  - Sample Code
  14676.  - Human Interface Toolbox
  14677.  - PasswordV
  14678. 72122X
  14679. Nov 00^    TC Disk 1
  14680. --set theItem to choose file -- uncomment to test in an AS editor
  14681.     tell application "Finder"
  14682.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Password:"
  14683.         activate
  14684.     end tell
  14685. on error errMsg number errNum
  14686.     --enter statements to perform when no records are found such as...
  14687.     display dialog "Sorry, the item you selected could not be found."
  14688.     return
  14689. end try
  14690. e    No Changeq
  14691. Dev.CD Nov 00 TC Disk 1
  14692. D!All Packages
  14693. Mac OS SDK Edition
  14694. PC Card Manager v3.0 SDK
  14695. All Packages
  14696. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14697. Dev.CD Jan 94
  14698. Dev.CD Oct 93
  14699. Dev.CD Jul 93
  14700. Dev.CD Apr 93PDDev.CD Apr 94
  14701. Dev.CD Jan 94
  14702. Dev.CD Oct 93
  14703. Dev.CD Jul 93
  14704. Dev.CD Apr 9V
  14705. 72892X
  14706. Apr 94
  14707. --set theItem to choose file -- uncomment to test in an AS editor
  14708.     tell application "Finder"
  14709.         open item "Dev.CD Apr 94
  14710. Dev.CD Jan 94
  14711. Dev.CD Oct 93
  14712. Dev.CD Jul 93
  14713. Dev.CD Apr 93"
  14714.         activate
  14715.     end tell
  14716. on error errMsg number errNum
  14717.     --enter statements to perform when no records are found such as...
  14718.     display dialog "Sorry, the item you selected could not be found."
  14719.     return
  14720. end try
  14721. All Packages
  14722. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14723. Dev.CD Jan 94
  14724. Dev.CD Oct 93
  14725. Dev.CD Jul 93
  14726. Dev.CD Apr 93PDDev.CD Apr 94
  14727. Dev.CD Jan 94
  14728. Dev.CD Oct 93
  14729. Dev.CD Jul 93
  14730. Dev.CD Apr 9V
  14731. 72893X
  14732. Apr 94
  14733. informational
  14734. infrared
  14735. inheritance
  14736. 72633X
  14737. Nov 00^    TC Disk 1
  14738. --set theItem to choose file -- uncomment to test in an AS editor
  14739.     tell application "Finder"
  14740.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Sys7 popUpCDEF:"
  14741.         activate
  14742.     end tell
  14743. on error errMsg number errNum
  14744.     --enter statements to perform when no records are found such as...
  14745.     display dialog "Sorry, the item you selected could not be found."
  14746.     return
  14747. end try
  14748. e    No Changeq
  14749. Dev.CD Nov 00 TC Disk 1
  14750. D!All Packages
  14751. Tool Chest Edition
  14752. SysConfig DA 1.5b16I
  14753. Summary: This DA collects information about your System and allows you to save that information in a text file. Great for reporting bugs!  J
  14754. SysConfig DA 1.5b16K
  14755. Vol IIIL
  14756. Vol VIIOQDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16P\Dev.CD Nov 99 TC
  14757.  - Tool Chest
  14758.  - Testing & Debugging
  14759.  - Bug Reporting
  14760.  - SysConfig DA 1.5b1V
  14761. 72634X
  14762. Nov 99^
  14763. programmers
  14764. spriteworld's
  14765. sprocket
  14766. 72375X
  14767. Jan 95
  14768. p--set theItem to choose file -- uncomment to test in an AS editor
  14769.     tell application "Finder"
  14770.         open item "Dev.CD Jan 95
  14771. Dev.CD Oct 94"
  14772.         activate
  14773.     end tell
  14774. on error errMsg number errNum
  14775.     --enter statements to perform when no records are found such as...
  14776.     display dialog "Sorry, the item you selected could not be found."
  14777.     return
  14778. end try
  14779. All Packages
  14780. F    QuickTimeO
  14781. Dev.CD Jan 96 SSWP
  14782. Dev.CD Jan 96 SSV
  14783. 72376X
  14784. Jan 96
  14785. f--set theItem to choose file -- uncomment to test in an AS editor
  14786.     tell application "Finder"
  14787.         open item "Dev.CD Jan 96 SSW"
  14788.         activate
  14789.     end tell
  14790. on error errMsg number errNum
  14791.     --enter statements to perform when no records are found such as...
  14792.     display dialog "Sorry, the item you selected could not be found."
  14793.     return
  14794. end try
  14795. All Packages
  14796. F    QuickTimeO
  14797. Dev.CD Jan 96 SSWP
  14798. Dev.CD Jan 96 SSV
  14799. 72377X
  14800. Jan 96
  14801. version
  14802. video
  14803. summary
  14804. network
  14805. software
  14806. installer
  14807. insta
  14808. summary
  14809. zaptcp
  14810. provides
  14811. safety
  14812. mactcp
  14813. developers
  14814. summary
  14815. ranger
  14816. freeware
  14817. utility
  14818. provides
  14819. summer
  14820. sun's
  14821. sunsoft
  14822. super
  14823. supercard
  14824. supersedes
  14825. superview
  14826. suport
  14827. supplement
  14828. supplementing
  14829. supplements
  14830. supplied
  14831. supplies
  14832. supply
  14833. support`
  14834. 1e    No Change
  14835. fFSCSI
  14836. SCSI Manager
  14837. SCSI Manager 4.3
  14838. bus scan
  14839. inquiry
  14840. SCSI Simple Sampleq
  14841. Dev.CD Nov 00 TC Disk 1
  14842. All Packages
  14843. SCSI Tools 1.0
  14844. Summary: SCSI Tools is a small cdev  that has two functions. One; it provides a status display of your SCSI bus with lights corresponding to the 8 (0-7) id's.  (Note the Mac is always assigned number 7 so it's always on. )
  14845. The second function is that it can mount SCSI devices (usually hard disks) with the mount button (buttons have drop shadows).  Handy when a hard disk has been dragged to the trash and unmounted.  It will re-mount any disk that has been dragged to the trash; even non-SCSB
  14846. I disks.  This only works on local volumes; so AppleShare volumes will not be mounted after being dragged to the trash.
  14847. This package is 7.0 compatible
  14848. J(SCSI
  14849. SCSI Tools Info
  14850. SCSI Tools Info.txtK
  14851. Vol IIIL
  14852. Vol VIIO?Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:SCSI:SCSI Tools 1.0:V
  14853. 72522X
  14854. 1e    No Change
  14855. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  14856. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  14857. Issues:  No C version available yet.
  14858. JLPascal Sample
  14859. Read Me - Sample
  14860. Sample documents:
  14861. Source:
  14862. THINK Pascal files:K
  14863. Dec 93M:System Software 6.0.7 or later, MPW Pascal or THINK PascalN
  14864. Sample Code, Traffic LightO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  14865.  - Sample Codepplication "Finder"
  14866.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  14867.         activate
  14868.     end tell
  14869. on error errMsg number errNum
  14870.     --enter statements to perform when no records are found such as...
  14871.     display dialog "Sorry, the item you selected could not be found."
  14872.     return
  14873. end try
  14874. e    No Changeq
  14875. Dev.CD Nov 00 TC Disk 1
  14876. D!All Packages
  14877. Tool Chest Edition
  14878. OLDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WDEFColorSample:PTDev.CD Nov 00 TC Disk 1
  14879.  - Sample Code
  14880.  - Human Interface Toolbox
  14881.  - WDEFColorSample
  14882. controlrgn
  14883. calccmask
  14884. calccmask
  14885. calcmask
  14886. calcmask
  14887. calculator
  14888. callfinder
  14889. callfinder
  14890. callhyper
  14891. callhyper
  14892. camera
  14893. carbon
  14894. carbon
  14895. graphic
  14896. import
  14897. carboncustomlist
  14898. carbonlib
  14899. carbonlib
  14900. 1.0.4
  14901. carbonsndplaydb
  14902. cardbus
  14903. cardbus
  14904. cards
  14905. categories
  14906. tracker
  14907. cd-romw
  14908. cd-rom
  14909. detection
  14910. cd-rom
  14911. validator
  14912. cdromsample
  14913. center
  14914. centris/quadra
  14915. cheap
  14916. cheap
  14917. studio
  14918. chinese
  14919. chinese
  14920. dictation
  14921. chinese
  14922. dictation
  14923. e    No Changeq
  14924. Dev.CD Nov 00 TC Disk 1
  14925. All Packages
  14926. ResEdit 2.1.3
  14927. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  14928. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  14929. J|ResEdit - Read Me First
  14930. ResEdit - Read Me First.txt
  14931. ResEdit 2.1.3
  14932. ResEdit Extensions
  14933. ResEdit Reference
  14934. ResEdit Reference 2.1K
  14935. Vol IIIL
  14936. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:PMDev.CD Nov 00 TC Disk 1
  14937.  - Tool Chest
  14938.  - Developer Utilities
  14939.  - ResEdit 2.1.3V
  14940. 72485X
  14941. Nov 00^    TC Disk 1
  14942. e    No Change
  14943. 72121X
  14944. Aug 00^    TC Disk 2
  14945. y--set theItem to choose file -- uncomment to test in an AS editor
  14946.     tell application "Finder"
  14947.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  14948.         activate
  14949.     end tell
  14950. on error errMsg number errNum
  14951.     --enter statements to perform when no records are found such as...
  14952.     display dialog "Sorry, the item you selected could not be found."
  14953.     return
  14954. end try
  14955. Deletedf
  14956. Sample Code
  14957. Traffic Lightq
  14958. Dev.CD Aug 00 TC Disk 2
  14959. All Packages
  14960. Password
  14961. Password is a source code sample illustrating three different ways to implement password fields in dialog windows.  Methods illustrated include (a) using two dialog items -- one hidden and one with bullets -- (b) using a different font, and (c) using an internal buffer.
  14962. J`Password(PPC)
  14963. Password.c
  14964. Password.h
  14965. Password.mcp
  14966. Password.rsrc
  14967. readme
  14968. Password
  14969. Sample.c
  14970. Sample.hOEDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Password:V
  14971. 72122X
  14972. 1e    No Change
  14973. May 96M
  14974. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  14975.  - Sample CodeV
  14976. 72120X
  14977. Aug 00^    TC Disk 2
  14978. y--set theItem to choose file -- uncomment to test in an AS editor
  14979.     tell application "Finder"
  14980.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  14981.         activate
  14982.     end tell
  14983. on error errMsg number errNum
  14984.     --enter statements to perform when no records are found such as...
  14985.     display dialog "Sorry, the item you selected could not be found."
  14986.     return
  14987. end try
  14988. Deletedf5Global search and replace; software project archivingq
  14989. Dev.CD Aug 00 TC Disk 2
  14990. All Packages
  14991. Pascal Sample 3.0B10
  14992. 72121X
  14993. findfamilies
  14994. findfamilies
  14995. findfamilies
  14996. findfolder
  14997. findfolder
  14998. findhammerhead
  14999. findhammerhead
  15000. findlurkers
  15001. findprinter
  15002. findprinter
  15003. findprinter
  15004. findserialports
  15005. findserialports
  15006. findserialports
  15007. findserialports
  15008. findsysfolder
  15009. findsysfolder
  15010. findsysfolder
  15011. findsysfolder
  15012. findtag
  15013. findtag
  15014. manual
  15015. findtag
  15016. manual
  15017. finished
  15018. finished
  15019. product
  15020. finland
  15021. finland
  15022. distributors/localiz
  15023. finnish
  15024. finnish
  15025. 1.1.3
  15026. fireballframes
  15027. fireballframes
  15028. fishtanks
  15029. fishtank
  15030. picts
  15031. fkeys
  15032. fkeys
  15033. clipboard
  15034. magican
  15035. flash
  15036. floatingwindow
  15037. floatingwindow
  15038. floatingwindow
  15039. floatingwindow
  15040. pbproj
  15041. floattolong
  15042. F! PartMaker readme
  15043. !!! CW builds:
  15044. !!! MPW builds:
  15045. !!! Symantec builds:
  15046. App.defs.h
  15047. App.h
  15048. App.protos.h
  15049. DoEvent.c
  15050. EventLoop.c
  15051. File.c
  15052. FindEverything.c
  15053. IdleTasks.c
  15054. Menu.c
  15055. OBJECT:
  15056. OBJECTPPC:
  15057. PartMaker.68k copy
  15058. Start.c
  15059. TRootObj.c
  15060. WallToWallDialog.WDEF.c
  15061. WallToWallDialog.WDEF.
  15062. Window.c
  15063. WindowDialog.c
  15064. WindowPalette.c
  15065. customization
  15066. igest-v3-148
  15067. 72576X
  15068. Nov 99^
  15069. r--set theItem to choose file -- uncomment to test in an AS editor
  15070.     tell application "Finder"
  15071.         open item "Dev.CD Nov 99 TC:Sample Code:"
  15072.         activate
  15073.     end tell
  15074. on error errMsg number errNum
  15075.     --enter statements to perform when no records are found such as...
  15076.     display dialog "Sorry, the item you selected could not be found."
  15077.     return
  15078. end try
  15079. Deletedq
  15080. Dev.CD Nov 99 TC
  15081. D!All Packages
  15082. Tool Chest Edition
  15083. Snippets - Devices
  15084. (** = new, * = revised)
  15085. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  15086. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  15087. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  15088. CDTool:  An MPW Tool that controls a CD drive
  15089. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  15090. text-handling@
  15091. thanks@
  15092. that's@
  15093. apple@
  15094. appleshare
  15095. client
  15096. consists
  15097. routines
  15098. creat@
  15099. contents
  15100. enable
  15101. developers
  15102. create
  15103. killer
  15104. content
  15105. workbook
  15106. sponsored
  15107. apple
  15108. comput@
  15109. purpose
  15110. menuscripter
  15111. sample
  15112. demonstrat@
  15113. them@
  15114. theme@
  15115. then@
  15116. theory@
  15117. there
  15118. small
  15119. cosmetic
  15120. system
  15121. can't
  15122. even@
  15123. these
  15124. components
  15125. packetize
  15126. reassemble
  15127. multimedia
  15128. they're@
  15129. this@
  15130. copies
  15131. offscreen
  15132. gworlds
  15133. demonstrates
  15134. various
  15135. movie
  15136. export
  15137. compo@
  15138. csmp-digest-v3-104
  15139. csmp-digest-v3-105
  15140. csmp-digest-v3-106
  15141. csmp-digest-v3-107
  15142. csmp-digest-v3-108
  15143. csmp-digest-v3-109
  15144. csmp-digest-v3-110
  15145. csmp-digest-v3-111
  15146. csmp-digest-v3-112
  15147. All Packages
  15148. WorldScript UpdaterO
  15149. Dev.CD Jul 96 SSWP
  15150. Dev.CD Jul 96 SSV
  15151. 73067X
  15152. Jul 96
  15153. f--set theItem to choose file -- uncomment to test in an AS editor
  15154.     tell application "Finder"
  15155.         open item "Dev.CD Jul 96 SSW"
  15156.         activate
  15157.     end tell
  15158. on error errMsg number errNum
  15159.     --enter statements to perform when no records are found such as...
  15160.     display dialog "Sorry, the item you selected could not be found."
  15161.     return
  15162. end try
  15163. All Packages
  15164. WorldScript UpdaterO
  15165. Dev.CD Jul 96 SSWP
  15166. Dev.CD Jul 96 SSV
  15167. 73068X
  15168. Jul 96
  15169. f--set theItem to choose file -- uncomment to test in an AS editor
  15170.     tell application "Finder"
  15171.         open item "Dev.CD Jul 96 SSW"
  15172.         activate
  15173.     end tell
  15174. on error errMsg number errNum
  15175.     --enter statements to perform when no records are found such as...
  15176.     display dialog "Sorry, the item you selected could not be found."
  15177.     return
  15178. end try
  15179. D!All Packages
  15180. Tool Chest Edition
  15181. Worldwide QuickDraw GX
  15182. extractor
  15183. plug-ins
  15184. content
  15185. extra
  15186. csmp-digest-v3-116
  15187. csmp-digest-v3-117
  15188. csmp-digest-v3-118
  15189. csmp-digest-v3-119
  15190. csmp-digest-v3-120
  15191. csmp-digest-v3-121
  15192. csmp-digest-v3-122
  15193. csmp-digest-v3-123
  15194. csmp-digest-v3-125
  15195. csmp-digest-v3-126
  15196. csmp-digest-v3-127
  15197. csmp-digest-v3-128
  15198. csmp-digest-v3-129
  15199. csmp-digest-v3-130
  15200. csmp-digest-v3-131
  15201. csmp-digest-v3-132
  15202. csmp-digest-v3-133
  15203. csmp-digest-v3-134
  15204. csmp-digest-v3-135
  15205. csmp-digest-v3-136
  15206. csmp-digest-v3-138
  15207. csmp-digest-v3-139
  15208. csmp-digest-v3-140
  15209. csmp-digest-v3-141
  15210. csmp-digest-v3-142
  15211. csmp-digest-v3-143
  15212. csmp-digest-v3-144
  15213. csmp-digest-v3-145
  15214. csmp-digest-v3-146
  15215. csmp-digest-v3-147
  15216. csmp-digest-v3-148
  15217. ct-009-4433
  15218. ct-009-4433
  15219. install
  15220. ct-009-4434
  15221. ct-009-4434
  15222. install
  15223. ct-009-4435
  15224. ct-009-4435
  15225. install
  15226. ct-009-4436
  15227. ct-009-4436
  15228. ct-009-4437
  15229. ct-009-4437
  15230. e    No ChangefhGetCTable
  15231. NewPalette
  15232. SetPalette
  15233. Palette Animation
  15234. AnimatePalette
  15235. GetEntryColor
  15236. AnimateEntry
  15237. Palette2CTabq
  15238. Dev.CD Nov 00 TC Disk 1
  15239. All Packages
  15240. PartMaker 4.3
  15241. Summary:  DTS sample code to illustrate a software project delivery tool.  This tool is based on AppsToGo (which is also DTS sample code).  It is not technology specific.  The code base can work with Symantec, MetroWerks and MPW.
  15242. This tool permits ease of globally renaming project source files, resources, and resource types.  Software projects can be easily archived using the tool's import facility.  New software projects which compile and link correctly the very first time can be achieveB
  15243. d by simply pressing a single button.
  15244. Issues:  This is DTS sample code.  Use it to your liking.  If it's purposeful to you then great, otherwise it's just documentation.
  15245. May 96V
  15246. 72120X
  15247. Deleted
  15248. --set theItem to choose file -- uncomment to test in an AS editor
  15249.     tell application "Finder"
  15250.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:"
  15251.         activate
  15252.     end tell
  15253. on error errMsg number errNum
  15254.     --enter statements to perform when no records are found such as...
  15255.     display dialog "Sorry, the item you selected could not be found."
  15256.     return
  15257. end try
  15258. s package is System 7.0 compatible.  
  15259. Jwcdent
  15260. cdent - a formatter for C/C++
  15261. Defect List
  15262. MacApp CDent Stuff
  15263. Makefile
  15264. Objects
  15265. Tests
  15266. Useful AddMenu and ScriptK
  15267. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOZDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:PeDev.CD Nov 00 TC Disk 1
  15268.  - Tool Chest
  15269.  - Development Kits
  15270.  - C++ Related
  15271.  - C++ Source Code Formatter
  15272. 72954X
  15273. Nov 00^    TC Disk 1
  15274. --set theItem to choose file -- uncomment to test in an AS editor
  15275.     tell application "Finder"
  15276.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Tabs LDEF:"
  15277.         activate
  15278.     end tell
  15279. on error errMsg number errNum
  15280.     --enter statements to perform when no records are found such as...
  15281.     display dialog "Sorry, the item you selected could not be found."
  15282.     return
  15283. end try
  15284. e    No Changeq
  15285. Dev.CD Nov 00 TC Disk 1
  15286. All Packages
  15287. Summary: The Tags Suite is a collection of MPW tools that help navigate interactively in source code. You can quickly and easily locate the source definitions of subroutines, structs and RECORDs, global variables, and more.
  15288. Features: Capable of tagging thousands of items in {AIncludes}, {CIncludes}, and {PInterfaces}, as well as in your own code. Tags are easily updated when source is changed. Easy to use, integrated with MPW, fast.
  15289. Jan 93V
  15290. 72955X
  15291. 1e    No Change
  15292. newsz
  15293. no-copy
  15294. nocopyreceives
  15295. nopoweroffkey
  15296. notes
  15297. notifiers
  15298. novell
  15299. address
  15300. network
  15301. tcp/ip
  15302. search
  15303. browse
  15304. internet
  15305. number
  15306. number
  15307. formatting
  15308. resedit
  15309. localization
  15310. objec
  15311. object
  15312. object-oriented^
  15313. objective-c
  15314. objects
  15315. objectsupportlib
  15316. macodbc
  15317. database
  15318. connectivity
  15319. drivers
  15320. network
  15321. middlewar
  15322. apple
  15323. event
  15324. opening
  15325. documents
  15326. off-screen
  15327. offscreenr
  15328. offscreen
  15329. copybits
  15330. newgworld
  15331. gworld
  15332. pixmap
  15333. bitmap
  15334. alterr
  15335. ooptesample
  15336. opaque
  15337. choose
  15338. folder
  15339. navigation
  15340. services
  15341. transport
  15342. cache
  15343. delete
  15344. query
  15345. arpsample
  15346. setpt
  15347. setrect
  15348. tack will allow users to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  15349. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  15350. JIC/F Reg. on the Web!
  15351. Creator Registration
  15352. Read Me - C/F Registration v2.1K
  15353. Jun 93L
  15354. Feb 98M
  15355. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  15356.  - Utilities
  15357.  - Developer Forms
  15358.  - C/F Registration Requests
  15359.  including a complete  framework for writing small applications.
  15360. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  15361. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  15362. LockFile:  Demonstrates settin
  15363. g the file lock bit in an action atom for the installer.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs'  resource id.
  15364. Long doubles w/MathLib: This sample shows how to call MathLib functions that take or return parameters of type long double from Metrowerks PPC code.
  15365. Low Level Debugger macros:  Debugger macros for MacApp 3.0.
  15366. MacApp C++ Load/dump:  Two MPW scripts that show a couple way
  15367. PXDev.CD Nov 00 TC Disk 1
  15368.  - Sample Code
  15369.  - Interapplication Comm
  15370.  - Server Remote Control
  15371. memory
  15372. management
  15373. menuu
  15374. menuhandler
  15375. menuhandler
  15376. menuhandler
  15377. menuhints
  15378. menuhints
  15379. menus
  15380. enuscripter
  15381. menuscripter
  15382. menuscripter
  15383. menuscripter
  15384. menuscripter
  15385. menusstuff
  15386. menusstuff
  15387. menustuff
  15388. menustuff
  15389. menustuff
  15390. menutest
  15391. mergeitems
  15392. mergeitems
  15393. message
  15394. meta-content
  15395. meta-content
  15396. format
  15397. metertest
  15398. metertest
  15399. metertest
  15400. metertest
  15401. metrowerks
  15402. metrowerks
  15403. build
  15404. script
  15405. --set theItem to choose file -- uncomment to test in an AS editor
  15406.     tell application "Finder"
  15407.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:"
  15408.         activate
  15409.     end tell
  15410. on error errMsg number errNum
  15411.     --enter statements to perform when no records are found such as...
  15412.     display dialog "Sorry, the item you selected could not be found."
  15413.     return
  15414. end try
  15415. records are found such as...
  15416.     display dialog "Sorry, the item you selected could not be found."
  15417.     return
  15418. end try
  15419. e    No Changef
  15420. controlq
  15421. Dev.CD Nov 00 TC Disk 1
  15422. All Packages
  15423. CalcCMask CalcMask
  15424. 69966X
  15425. pbproj
  15426. calendoid
  15427. calendoid
  15428. callback
  15429. callback
  15430. sample
  15431. callfinder
  15432. callfinder
  15433. callfinder
  15434. callhyper
  15435. callhyper
  15436. callhyper
  15437. notes
  15438. canadian
  15439. cancelwindowcheckout
  15440. capslock
  15441. capslock
  15442. capturing
  15443. carbon
  15444. carbon
  15445. carbon
  15446. carbon
  15447. carbon
  15448. alias
  15449. carbon
  15450. graphic
  15451. import
  15452. readme
  15453. carbon
  15454. window
  15455. carboncustomlist
  15456. carboncustomlist
  15457. carboncustomlist
  15458. carbonlib
  15459. carbonlib
  15460. 1.0.4
  15461. carbonprefix
  15462. palette2ctab
  15463. pan/tilt
  15464. panel
  15465. panorama
  15466. panoramic
  15467. parser
  15468. parsing
  15469. pascal
  15470. passphrase
  15471. password
  15472. patch
  15473. pattern
  15474. pbcatsearch
  15475. pbvolumemount
  15476. location
  15477. manager
  15478. eject
  15479. action
  15480. module
  15481. network
  15482. driver
  15483. transport
  15484. module
  15485. token
  15486. pccard
  15487. pccard
  15488. hooper
  15489. powerbook
  15490. comet
  15491. pccts
  15492. driver
  15493. loader
  15494. driver
  15495. device
  15496. driver
  15497. driver
  15498. driver
  15499. loader
  15500. driver
  15501. openfirmware
  15502. fcode
  15503. forth
  15504. tokenize
  15505. pci-pci
  15506. pcmcia
  15507. documentation
  15508. printable
  15509. format
  15510. printing
  15511. instructions
  15512. container
  15513. penmode
  15514. penpat
  15515. penpixpat
  15516. performanceA
  15517. performance
  15518. analysis
  15519. e    No ChangefhGetCTable
  15520. NewPalette
  15521. SetPalette
  15522. Palette Animation
  15523. AnimatePalette
  15524. GetEntryColor
  15525. AnimateEntry
  15526. Palette2CTabq
  15527. Dev.CD Nov 00 TC Disk 1
  15528. All Packages
  15529. PaletteAnimation grayI8This is a palette animation demonstration in gray scale.JTPaletteAnimation.c
  15530. PaletteAnimation.mcp
  15531. PaletteAnimation.r
  15532. PaletteAnimationGray(PPC)M"8 bits per pixel, 32 bit QuickDrawNoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOFDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:PNDev.CD Nov 00 TC Disk 1
  15533.  - Sample Code
  15534.  - Graphics 2D
  15535.  - PaletteAnimation grayV
  15536. 72119X
  15537. Nov 00^    TC Disk 1
  15538. e    No Change
  15539. 2D:CalcCMask CalcMask:PKDev.CD Nov 00 TC Disk 1
  15540.  - Sample Code
  15541.  - Graphics 2D
  15542.  - CalcCMask CalcMask
  15543. Communications Toolbox
  15544. Contributed
  15545. Devices and Hardware
  15546. Files
  15547. Games
  15548. Graphics 2D
  15549. Graphics 3D
  15550. Help Systems
  15551. Human Interface Toolbox
  15552. Interapplication Comm
  15553. Memory
  15554. Networking
  15555. OS Utilities
  15556. Overview
  15557. Platforms and Tools
  15558. Printing
  15559. Processes
  15560. QuickTime
  15561. Runtime Architecture
  15562. Sound
  15563.        open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Calculator:"
  15564.         activate
  15565.     end tell
  15566. on error errMsg number errNum
  15567.     --enter statements to perform when no records are found such as...
  15568.     display dialog "Sorry, the item you selected could not be found."
  15569.     return
  15570. end try
  15571. e    No Changef
  15572. Calculator
  15573. Cocoao&http://developer.apple.com/samplecode/q
  15574. Dev.CD Nov 00 TC Disk 1
  15575. All Packages
  15576. CallFinder Tool 1.0I
  15577. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  15578. Features: Uses AppleEvents to have the Finder execute common actions.V
  15579. 69968X
  15580. 1e    No Change
  15581. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  15582. s color table. 
  15583. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  15584. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  15585. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  15586. Nov 00
  15587. Nov 00M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  15588. Dev.CD Nov 99 TC:Sample Code:P
  15589. Dev.CD Nov 99 TC
  15590.  - Sample Code
  15591. p--set theItem to choose file -- uncomment to test in an AS editor
  15592.     tell application "Finder"
  15593.         open item "Dev.CD Apr 94
  15594. Dev.CD Jan 94"
  15595.         activate
  15596.     end tell
  15597. on error errMsg number errNum
  15598.     --enter statements to perform when no records are found such as...
  15599.     display dialog "Sorry, the item you selected could not be found."
  15600.     return
  15601. end try
  15602. non-network
  15603. non-obvious
  15604. non-open
  15605. note_
  15606. apple
  15607. guide
  15608. intended
  15609. those
  15610. developers
  15611. notesR
  15612. nothing
  15613. notice
  15614. notification
  15615. notifies
  15616. notify
  15617. notions
  15618. november{
  15619. novice
  15620. kSoundApp.p is a sample application source file for demonstrating
  15621. the Sound Manager.  It requires the use of the SoundUnit to handle
  15622. all of the sound routines.  This portion of the source code handles the
  15623. application
  15624. s management of memory, errors, user interface, etc..
  15625. The read me notes are here in the source code because people tend to
  15626. not read them otherwise.
  15627. Example sounds
  15628. README
  15629. SoundApp (68K)
  15630. SoundApp (68K).SYM
  15631. SoundApp (68K).
  15632. SoundApp (PPC)
  15633. SoundApp (PPC).xSYM
  15634. SoundApp (PPC).
  15635. SoundApp.c
  15636. SoundApp.make
  15637. SoundApp.r
  15638. SoundApp.rsrc
  15639. SoundAppSnds.r
  15640. SoundUnit.c
  15641. SoundUnit.hK
  15642. Jun 95L
  15643. Apr 97M,6.0.x and higher, Sound Manager 3.0 or laterN
  15644. sound, SoundAppO2Dev.CD Nov 00 TC Disk 1:Tool Chest:Sound:SoundApp:P:Dev.CD Nov 00 TC Disk 1
  15645.  - Tool Chest
  15646.  - Sound
  15647.  - SoundApp
  15648. pmtable
  15649. point
  15650. polymorphic
  15651. popup
  15652. popup
  15653. popup
  15654. utilities
  15655. porting
  15656. ports
  15657. posers
  15658. positions
  15659. posix
  15660. postscript
  15661. print
  15662. scale
  15663. postscript
  15664. print
  15665. rotate
  15666. object
  15667. prgeneral
  15668. postscript
  15669. printer
  15670. postscripthandle
  15671. postscripthandle
  15672. power
  15673. power
  15674. kiosk
  15675. nopoweroffkey
  15676. power
  15677. macintosh
  15678. debugger
  15679. power
  15680. manager
  15681. powerbook
  15682. powerbook
  15683. powerpcA
  15684. powerplant
  15685. toolboxe
  15686. ppcbrowser
  15687. pre-mixer
  15688. pre-mixer
  15689. component
  15690. vu-meter
  15691. sound
  15692. premixer
  15693. effect
  15694. preference
  15695. preferences
  15696. premixer
  15697. previews
  15698. prgeneral
  15699. print
  15700. 72117X
  15701. Nov 99^
  15702. r--set theItem to choose file -- uncomment to test in an AS editor
  15703.     tell application "Finder"
  15704.         open item "Dev.CD Nov 99 TC:Sample Code:"
  15705.         activate
  15706.     end tell
  15707. on error errMsg number errNum
  15708.     --enter statements to perform when no records are found such as...
  15709.     display dialog "Sorry, the item you selected could not be found."
  15710.     return
  15711. end try
  15712. Deletedf:Palette
  15713. GWorld
  15714. PmForeColor
  15715. Color2Index
  15716. RGBForeColor
  15717. ctSeedq
  15718. Dev.CD Nov 99 TC
  15719. All Packages
  15720. PaletteAnimationI)This is a palette animation demonstrationJPPaletteAnimation(PPC)
  15721. PaletteAnimation.c
  15722. PaletteAnimation.mcp
  15723. PaletteAnimation.rM"8 bits per pixel, 32 bit QuickDrawNoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOADev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:PIDev.CD Nov 00 TC Disk 1
  15724.  - Sample Code
  15725.  - Graphics 2D
  15726.  - PaletteAnimationV
  15727. 72118X
  15728. Nov 00^    TC Disk 1
  15729. e    No Change
  15730. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  15731. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  15732. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  15733. Palette Animation and Palette Anima
  15734. tion Gray:  These sample applications show how to animate the entries of a palette.
  15735. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  15736. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  15737. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  15738. palette
  15739. gworld
  15740. palette
  15741. gworld
  15742. paletteandgworld
  15743. paletteandgworld
  15744. paletteandgworld
  15745. paletteanimation
  15746. paletteanimation
  15747. paletteanimation
  15748. paletteanimation
  15749. paletteanimation
  15750. paletteanimationgray
  15751. paletteanimationgray
  15752. client
  15753. interface
  15754. client
  15755. first
  15756. paper
  15757. pappostscriptstuff
  15758. pappostscriptstuff
  15759. pappostscriptstuff
  15760. papserversample
  15761. papserversample
  15762. papserversample
  15763. papserversample
  15764. papserverutilities
  15765. papserverutilities
  15766. papserverutilities
  15767. papworkstation
  15768. papworkstation
  15769. parameters
  15770. parameters
  15771. not be found."
  15772.     return
  15773. end try
  15774. e    No Changef/Carbon
  15775. QuickTime
  15776. GraphicImporter
  15777. Printq
  15778. Dev.CD Nov 00 TC Disk 2
  15779. All Packages
  15780. CarbonCustomListV
  15781. 69971X
  15782. b--set theItem to choose file -- uncomment to test in an AS editor
  15783.     tell application "Finder"
  15784.         open item "Dev.CD Apr 93"
  15785.         activate
  15786.     end tell
  15787. on error errMsg number errNum
  15788.     --enter statements to perform when no records are found such as...
  15789.     display dialog "Sorry, the item you selected could not be found."
  15790.     return
  15791. end try
  15792. debugger
  15793. macsbug's
  15794. macsnmp
  15795. mactcp
  15796. mactcp
  15797. 2.0.6
  15798. release
  15799. notes
  15800. madeU
  15801. madness
  15802. magazine
  15803. magic
  15804. magician
  15805. magnitude
  15806. mail-order
  15807. mailfoo
  15808. mailing
  15809. mailings
  15810. sound
  15811. buffer
  15812. bufcallback
  15813. sound
  15814. component
  15815. writer
  15816. sdevk
  15817. sound
  15818. continual
  15819. sndforever
  15820. sound
  15821. double
  15822. buffer
  15823. gimedapalette
  15824. gimedapalette
  15825. sound
  15826. sound
  15827. input
  15828. driver
  15829. driver
  15830. sound
  15831. input
  15832. driver
  15833. sound
  15834. input
  15835. microphone
  15836. sound
  15837. multiple
  15838. multiplay
  15839. sound
  15840. doublebuffer
  15841. sndplaydoublebuffer
  15842. compress
  15843. sound
  15844. record
  15845. metertest
  15846. sound
  15847. sample
  15848. samplerateavail
  15849. sound
  15850. soundapp
  15851. sound
  15852. studio
  15853. cheap
  15854. studio
  15855. synccmd
  15856. soundapp
  15857. soundconvert
  15858. soundconverter
  15859. soundsprocket
  15860. soundsprocket
  15861. sound
  15862. reverb
  15863. effects
  15864. source
  15865. space
  15866. spbrecord
  15867. spbrecord
  15868. asynchronous
  15869. record
  15870. record
  15871. sound
  15872. application
  15873. illustrating
  15874. launch
  15875. applesc
  15876. snippet
  15877. checks
  15878. number
  15879. sample
  15880. rates
  15881. available
  15882. snippet
  15883. shows
  15884. access
  15885. desktop
  15886. pattern
  15887. snippet
  15888. shows
  15889. example
  15890. resource
  15891. itable
  15892. italian
  15893. itemU
  15894. itemhider
  15895. items
  15896. iteration
  15897. iterations
  15898. itself
  15899. iv-24
  15900. iw-half-dither
  15901. j-1.1
  15902. james
  15903. jamie
  15904. january{
  15905. january/february
  15906. japan{
  15907. 72462X
  15908. Apr 98^
  15909. --set theItem to choose file -- uncomment to test in an AS editor
  15910.     tell application "Finder"
  15911.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  15912.  IC SDK 1.01:"
  15913.         activate
  15914.     end tell
  15915. on error errMsg number errNum
  15916.     --enter statements to perform when no records are found such as...
  15917.     display dialog "Sorry, the item you selected could not be found."
  15918.     return
  15919. end try
  15920. Deletedf3QuickTime
  15921. QuickTime IC
  15922. image
  15923. capture
  15924. digital
  15925. cameraq
  15926. Dev.CD Apr 98 SDK2
  15927. rD!All Packages
  15928. Tool Chest Edition
  15929. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  15930. qtjavadocs
  15931. QTJavaSDKK
  15932. Feb 00MmRequires:
  15933.     - QuickTime 3 
  15934.     - QTJava.zip
  15935.     - Mac OS 8 or later
  15936.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  15937. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:ngeo
  15938. http://developer.apple.com/sdk/
  15939. copies
  15940. offscreen
  15941. gworlds
  15942. rbon. Under Carbon, custom list definitions can no longer be implemented as 'LDEF' code resources and need to be installed using CreateCustomList.JACarbonCustomList
  15943. CarbonCustomList.c
  15944. CarbonCustomList.rsrc
  15945. Read MeK
  15946. Nov 00M
  15947. Mac OS 9 or later, CarbonLib
  15948. Carbon, List ManagerOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CarbonCustomList:PUDev.CD Nov 00 TC Disk 1
  15949.  - Sample Code
  15950.  - Human Interface Toolbox
  15951.  - CarbonCustomListV
  15952. 69971X
  15953. Nov 00^    TC Disk 1
  15954. --set theItem to choose file -- uncomment to test in an AS editor
  15955.     tell application "Finder"
  15956.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CarbonCustomList:"
  15957.         activate
  15958.     end tell
  15959. on error errMsg number errNum
  15960.     --enter statements to perform when no records are found such as...
  15961.     display dialog "Sorry, the item you selected could not be found."
  15962.     return
  15963. end try
  15964. ment to test in an AS editor
  15965.     tell application "Finder"
  15966.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:"
  15967.         activate
  15968.     end tell
  15969. on error errMsg number errNum
  15970.     --enter statements to perform when no records are found such as...
  15971.     display dialog "Sorry, the item you selected could not be found."
  15972.     return
  15973. end try
  15974. e    No Changef
  15975. Carbon
  15976. CarbonLibo
  15977. http://developer.apple.com/sdkper.apple.com/sdk
  15978. 72116X
  15979. Nov 00^    TC Disk 1
  15980. --set theItem to choose file -- uncomment to test in an AS editor
  15981.     tell application "Finder"
  15982.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Palette and GWorld:"
  15983.         activate
  15984.     end tell
  15985. on error errMsg number errNum
  15986.     --enter statements to perform when no records are found such as...
  15987.     display dialog "Sorry, the item you selected could not be found."
  15988.     return
  15989. end try
  15990. e    No Changef
  15991. palette
  15992. GWorld
  15993. Index2Color
  15994. RGBForeColor
  15995. PmForeColor
  15996. GetCTable
  15997. NewPalette
  15998. GetMainDevice
  15999. NSetPalette
  16000. pmTable
  16001. ctSeed
  16002. GetGWorldPixMap
  16003. Carbono&http://developer.apple.com/samplecode/q
  16004. Dev.CD Nov 00 TC Disk 1
  16005. D!All Packages
  16006. Tool Chest Edition
  16007. Palette&GWorld (Fat)
  16008. JLCarbonSndPlayDB Readme
  16009. CarbonSndPlayDB.c
  16010. CarbonSndPlayDB.h
  16011. CarbonSndPlayDB.
  16012. MCSound Manager 3.x, Carbon 1.0.2 to run as a carbon compiled libraryN
  16013. SndPlayDoubleBuffer, CarbonO:Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:CarbonSndPlayDB:V
  16014. 69973X
  16015. 1e    No Change
  16016. palette to a GWorld is permitted, doing so does not change the GWorld
  16017. s color table.  The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in PaletC
  16018. te and GWorld.c.
  16019. J|CarbonPrefix.h
  16020. CarbonRes.rsrc
  16021. Palette and GWorld.c
  16022. Palette and GWorld.rsrc
  16023. PaletteAndGWorld(PPC)
  16024. PaletteAndGWorld.mcp
  16025. ReadMeL
  16026. Nov 00M
  16027. Color QuickDraw, CarbonLibN
  16028. palette, GWorld, Index2Color, RGBForeColor, PmForeColor, GetCTable, NewPalette, GetMainDevice, NSetPalette, pmTable, ctSeed, GetGWorldPixMap, CarbonOCDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Palette and GWorld:PKDev.CD Nov 00 TC Disk 1
  16029.  - Sample Code
  16030.  - Graphics 2D
  16031.  - Palette and GWorld
  16032. 0. Counter Sources
  16033. 1. CounterConsole
  16034. 2. CounterWindow
  16035. 3. CounterDialog
  16036. 4. CounterDocument
  16037. 5. CounterPrint
  16038. 6. CounterAbout
  16039. Read MeW
  16040. demo's
  16041. demonstartion
  16042. demonstartion
  16043. manual
  16044. drawing
  16045. resources
  16046. demonstates
  16047. demonstation
  16048. demonstrateb
  16049. catalog
  16050. catalogs
  16051. catch
  16052. catched
  16053. catches
  16054. categoriesj
  16055. catmoving
  16056. causeX
  16057. causes
  16058. cautionP
  16059. caution
  16060. software
  16061. compatible
  16062. system
  16063. cautionary
  16064. caveats
  16065. tracker
  16066. sample
  16067. demonstrates
  16068. cd-romw
  16069. cd-rom-basedw
  16070. cdent
  16071. cdeve
  16072. cdevse
  16073. cdk's
  16074. celestial
  16075. celik
  16076. center
  16077. centered
  16078. centre
  16079. certain
  16080. certainly
  16081. certified
  16082. cfdata
  16083. readme
  16084. readme
  16085. movie
  16086. readme
  16087. translation
  16088. readme
  16089. readme
  16090. wdefcolorsample
  16091. readme-fragment
  16092. readme-fragment
  16093. readmefirst
  16094. readsector
  16095. readsector
  16096. msdos
  16097. readsector
  16098. msdos
  16099. readsectormsdos
  16100. readsectormsdos
  16101. receive
  16102. receive
  16103. script
  16104. receiver
  16105. receiver
  16106. receiver
  16107. rsrca
  16108. recievera
  16109. reciever
  16110. recipes
  16111. recognition
  16112. record
  16113. record
  16114. retrievepictinfo
  16115. record
  16116. retrievepictinfo
  16117. record
  16118. sound
  16119. record
  16120. sound
  16121. egistration
  16122. registry~
  16123. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  16124. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  16125. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  16126. Keith's CatSearch:  This snippet provides a
  16127.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  16128. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  16129. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  16130. Mac OS 9N!packages, Mac OS 9, package awareOHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:PPDev.CD Nov 00 TC Disk 1
  16131.  - Sample Code
  16132.  - Human Interface Toolbox
  16133.  - PackageTools DDK:"
  16134.         activate
  16135.     end tell
  16136. on error errMsg number errNum
  16137.     --enter statements to perform when no records are found such as...
  16138.     display dialog "Sorry, the item you selected could not be found."
  16139.     return
  16140. end try
  16141. e    No Changef
  16142. CardBus
  16143.  PCMCIA
  16144.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  16145. Dev.CD Oct 00 SDK1
  16146. All Packages
  16147. CD TrackerI
  16148. CD Tracker is a sample that demonstrates how to read the table of contents from an audio CD to work out the number of tracks and the lengths of those tracks.JCCDTracker(PPC)
  16149. CDTracker.mcp
  16150. CDTracker.p
  16151. CDTracker.r
  16152. CDTracker.rsrcM
  16153. CD-ROM drive
  16154. N*CD-ROM, CD ROM, TOC, audio CD, CD Tracker
  16155. OKDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CD Tracker:V
  16156. 69975X
  16157. 1e    No Change
  16158. --set theItem to choose file -- uncomment to test in an AS editor
  16159.     tell application "Finder"
  16160.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:"
  16161.         activate
  16162.     end tell
  16163. on error errMsg number errNum
  16164.     --enter statements to perform when no records are found such as...
  16165.     display dialog "Sorry, the item you selected could not be found."
  16166.     return
  16167. end try
  16168. er MacOS
  16169.   Samples
  16170.    *  CustomEnabler
  16171.     -  Provides source code a
  16172. s an example of a SystemSoft custom enabler to
  16173. support multiple cards
  16174.    *  Another CustomEnabler
  16175.     -  Provides source code as an example of a custom enabler designed to
  16176. correct the IBM OEM Ethernet PC Card.
  16177.   Tools
  16178.    *  Display Name Registry 2.0
  16179.     -  Displays the Macintosh
  16180. s Name Registry and Device Tree
  16181.    *  TupleDumper
  16182.     -  
  16183. Dumps
  16184.  the CardBus (PCMCIA) tuples of any inserted PC cards
  16185. J)Read Me
  16186.  Documentation
  16187.  Samples
  16188.  ToolsK
  16189. Jan 00M
  16190. PowerMac / CodeWarrior IDE 2.1
  16191. file/folder
  16192. file/resource
  16193. filed
  16194. rdBus DDK:PADev.CD Oct 00 SDK1
  16195.  - Development Kits
  16196.  - Hardware
  16197.  - CardBus DDK
  16198. e    No Changef/Chooser
  16199. Chooser package
  16200. printer driver
  16201. PACKman
  16202. Dev.CD Nov 00 TC Disk 1
  16203. All Packages
  16204. Palette and GWorld
  16205. This sample demonstrates the use of palette and color tables with GWorlds.  It has been updated for Carbon.
  16206. This app copies from two offscreen GWorlds into the left and right halves of the window. The contents of the GWorlds are vertical lines that show all the entries in the color tables associated with the GWorlds. The GWorlds were created as described below.  One commonly asked question is how to use a palette when drawing into a GWorld. The trick is understanding that while setting a 
  16207. 72116X
  16208. JQ!NOT AN APPLE PRODUCT!
  16209. About VersionEdit
  16210. For ResEdit
  16211. Project Includes
  16212. VersionEditK
  16213. Nov 95OGDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:VersionEdit 1.1:PODev.CD Nov 00 TC Disk 1
  16214.  - Tool Chest
  16215.  - Developer Utilities
  16216.  - VersionEdit 1.1
  16217. 3.3.1
  16218. 3.3.2
  16219. 3.3.2
  16220. universal
  16221. interfaces
  16222. support
  16223. carbonlib
  16224. 1.0.2
  16225. 3.6.5
  16226. 3/5-slot
  16227. 3/92d
  16228. 32-bit
  16229. 320-by-240
  16230. 32768
  16231. 32x32
  16232. 33619
  16233. 350000
  16234. 366-mhz
  16235. 38400/8/n/1
  16236. 3d-party{
  16237. 3d-the{
  16238. 4.5.2
  16239. 4/16R
  16240. 40-60
  16241. e    No Changef&QuickTime
  16242. Timecode
  16243. Track
  16244. Media
  16245. Handlerq
  16246. Dev.CD Nov 00 TC Disk 2
  16247. All Packages
  16248. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  16249. J5qj.bat
  16250. QTtoJavaImage
  16251. QTtoJavaImage.zip
  16252. README.txt
  16253. Feb 00
  16254. - Common
  16255.     - Sun Compliant Java Runtime Environment 1.1
  16256.     - QuickTime 3 
  16257.     - QTJava.zip
  16258.     - QTJava media samples
  16259. - Mac OS:
  16260.     - System 8 or later
  16261.     - Macintosh Runtime for Java (MRJ) 2.1
  16262. - Windows 95, 98, or NT::
  16263.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16264. QuickTime, Java, MRJ
  16265. OODev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PZDev.CD Nov 00 TC Disk 2
  16266.  - Sample Code
  16267.  - QuickTime
  16268.  - QuickTime for Java
  16269.  - QTtoJavaImageV
  16270. 72264X
  16271. Nov 00^    TC Disk 2
  16272. e    No Change
  16273. preview
  16274. prgeneral
  16275. print
  16276. printer
  16277. printing
  16278. processN
  16279. process
  16280. managerN
  16281. processes
  16282. processing
  16283. profile
  16284. profile
  16285. embed
  16286. PackageTool is an application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.  Version 1.1 adds code that automatically creates a work-around for an alias manager bug so users may now place a package's main file in a package's root directory.  Version 1.2 adds Navigation Services support illustrating how you can use Navigation Services to select packages.
  16287. tasks illustrated B
  16288. include:
  16289. - how to create a package,
  16290. - how to detect a package,
  16291. includes a 'package document aware'  application sample (HTMLSample)
  16292. MakeFile
  16293. PackageTool
  16294. PackageTool.c
  16295. PackageTool.h
  16296. PackageTool.prj
  16297. PackageTool.r
  16298. PackageTool.rsrc
  16299. PackageUtils.c
  16300. PackageUtils.h
  16301. PackageWindow.c
  16302. PackageWindow.h
  16303. Re- C/F Registration Request
  16304. ReadMe
  16305. Sample Package
  16306. SimplePrefs.c
  16307. SimplePrefs.h
  16308. Utilities.c
  16309. Utilities.h
  16310. Dec 99OHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:
  16311. 72114X
  16312. Nov 00^    TC Disk 1
  16313. --set theItem to choose file -- uncomment to test in an AS editor
  16314.     tell application "Finder"
  16315.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:"
  16316.         activate
  16317.     end tell
  16318. on error errMsg number errNum
  16319.     --enter statements to perform when no records are found such as...
  16320.     display dialog "Sorry, the item you selected could not be found."
  16321.     return
  16322. end try
  16323. e    No Changef
  16324. packages
  16325. Mac OS 9
  16326. package awareq
  16327. Dev.CD Nov 00 TC Disk 1
  16328. All Packages
  16329. PACKmanIGPACKman is a snippet showing how to implement a simple Chooser Package.JWFOR MPW
  16330. main.c
  16331. PACKman
  16332. PACKMan.c
  16333. PACKman.rsrc
  16334. PACKman.
  16335. PACKman.
  16336. .rsrc
  16337. README - PACKmanM
  16338. noneN2Chooser, Chooser package, printer driver, PACKman
  16339. OIDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:PTDev.CD Nov 00 TC Disk 1
  16340.  - Sample Code
  16341.  - Devices and Hardware
  16342.  - Chooser
  16343.  - PACKmanV
  16344. 72115X
  16345. Nov 00^    TC Disk 1
  16346. e    No Change
  16347. on-line
  16348.  - Tool Chest
  16349.  - Devices
  16350.  - CD-ROM
  16351.  - CD-ROM Validator 1.1V
  16352. 69977X
  16353. Nov 00^    TC Disk 1
  16354. --set theItem to choose file -- uncomment to test in an AS editor
  16355.     tell application "Finder"
  16356.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  16357.         activate
  16358.     end tell
  16359. on error errMsg number errNum
  16360.     --enter statements to perform when no records are found such as...
  16361.     display dialog "Sorry, the item you selected could not be found."
  16362.     return
  16363. end try
  16364. e    No Changeq
  16365. Dev.CD Nov 00 TC Disk 1
  16366. All Packages
  16367. CDROMSample
  16368. 69978X
  16369. packages
  16370. PKDev.CD Nov 00 TC Disk 1
  16371.  - Sample Code
  16372.  - Graphics 2D
  16373.  - Out of This GWorldto test in an AS editor
  16374.     tell application "Finder"
  16375.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CDROMSample:"
  16376.         activate
  16377.     end tell
  16378. on error errMsg number errNum
  16379.     --enter statements to perform when no records are found such as...
  16380.     display dialog "Sorry, the item you selected could not be found."
  16381.     return
  16382. end try
  16383. e    No Changef
  16384. CDROM
  16385. I/O Kit
  16386. Driverso&http://developer.apple.com/samplecode/q
  16387. Dev.CD Nov 00 TC Disk 1
  16388. D!All Packages
  16389. Mac OS SDK Edition
  16390. CFM-68K SDK
  16391. areas
  16392. aren't
  16393. arena
  16394. argument
  16395. arguments
  16396. arising
  16397. arithmetic
  16398. around
  16399.  at /Applications/Utilities/Console. 
  16400. This application must be run with root privileges. This is because the disk* nodes in /dev are not worlB=d-readable on Mac OS X. This may change in a future release. 
  16401. JU.DS_Store
  16402. CDROMSample.app
  16403. CDROMSample.c
  16404. CDROMSample.pbproj
  16405. English.lproj
  16406. Read Me.htmlK
  16407. Nov 00M
  16408. Mac OS X Public Beta or later N
  16409. CDROM, I/O Kit, DriversOLDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CDROMSample:PWDev.CD Nov 00 TC Disk 1
  16410.  - Sample Code
  16411.  - Devices and Hardware
  16412.  - CD ROM
  16413.  - CDROMSample
  16414.     Ewor and cache, larger internal disk drives, improved graphics hardware, the Apple Pro Keyboard, and the Apple Pro Mouse.
  16415. JpAboutThisSite
  16416. Developer_Notes
  16417. DeviceManagers
  16418. hardware.html
  16419. hardware2.html
  16420. header
  16421. images
  16422. legacy
  16423. Updates
  16424. _DS_StoreK
  16425. Jan 00L
  16426. Dec 00M
  16427. web browser
  16428. A_Power Mac G4 Cube, iBook, iMac, Power Mac G4, Hardware documentation, developer notes, devnotes
  16429. OPDev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:PXDev.CD Dec 00 RL Disk 1
  16430.  - Technical Documentation
  16431.  - Technical Publications
  16432.  - hardwareopdisk
  16433. dropped
  16434. dropprint
  16435. dropprint
  16436. demonstrates
  16437. method
  16438. identifying
  16439. attached
  16440. drops
  16441. dspcontext
  16442. dspuserselectcontext
  16443. dstspec
  16444. utilities
  16445. collection
  16446. utilities
  16447. sample
  16448. dtscpluslibrary
  16449. 72593X
  16450. Nov 00^    TC Disk 2
  16451. --set theItem to choose file -- uncomment to test in an AS editor
  16452.     tell application "Finder"
  16453.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SoftVdig:"
  16454.         activate
  16455.     end tell
  16456. on error errMsg number errNum
  16457.     --enter statements to perform when no records are found such as...
  16458.     display dialog "Sorry, the item you selected could not be found."
  16459.     return
  16460. end try
  16461. e    No Changef(QuickTime
  16462. Video
  16463. Digitizer
  16464. Component
  16465. VDIGq
  16466. Dev.CD Nov 00 TC Disk 2
  16467. D!All Packages
  16468. Mac OS SDK Edition
  16469. SOMobjects
  16470.  for Mac OS
  16471. understand
  16472. understanding
  16473. understands
  16474. understood
  16475. undocumented
  16476. unexpected
  16477. unfamiliar
  16478. unfortunately
  16479. unfriendly
  16480. unicode
  16481. unified{
  16482. uniform
  16483. uninitiated
  16484. unique
  16485. ottraceroutesample
  16486. ottraceroutesample
  16487. otvirtual
  16488. otvirtualclient
  16489. otvirtualserver
  16490. outdata
  16491. outofthisgworld
  16492. outofthisgworld
  16493. outofthisgworld
  16494. output
  16495. output
  16496. files
  16497.  are found such as...
  16498.     display dialog "Sorry, the item you selected could not be found."
  16499.     return
  16500. end try
  16501. Deletedf.CFM-68K
  16502. Mixed Mode
  16503. Thread
  16504. ObjectSupportLibq
  16505. Dev.CD Jul 99 SDK1
  16506. All Packages
  16507. Cheap StudioI
  16508. Demonstrates loading, playing and saving mulitple sounds.  Shows how to play multiple sounds and have them all start at the same time using the syncCmdJ
  16509. Cheap Studio(PPC)
  16510. Cheap Studio.mcp
  16511. Cheap_Studio.c
  16512. Cheap_Studio.rsrc
  16513. DBFF.h
  16514. DBFF_Errors.h
  16515. Libraries
  16516. Record_Sound.c
  16517. SimpleApp_Sound.hM
  16518. Sound Manager 3.0 or laterN$sound, studio, Cheap Studio, syncCmdO7Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Cheap Studio:V
  16519. 69980X
  16520. 1e    No Change
  16521. This sample has been updated for the Carbon API. The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.  
  16522. Since the program hopes to provide a better understanding of GWorld and palette usage, only the source file, out.c, has been commented.  This file, which contains all the Color QuickDraw routines, is actually the meat of the example.  The remaining source files are just typical toolbox routine calls for event and menu handling.  NoteBb that this application was written to work on 8bit devices, but can easily be modified for others.
  16523. J|CarbonPrefix.h
  16524. CarbonRes.rsrc
  16525. draw.c
  16526. events.c
  16527. menu.c
  16528. Out of.rsrc
  16529. out.c
  16530. out.h
  16531. OutOfThisGWorld(PPC)
  16532. OutOfThisGWorld.mcp
  16533. ReadMeL
  16534. Nov 00M
  16535. 8 bit color, CarbonLibN
  16536. Palette animation, GWorld, DisposeGWorld, AnimatePalette, Palette2CTab, CopyBits, GetEntryColor, SetEntryColor, NewGWorld, CarbonOCDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Out of This GWorld:tosh system.
  16537. NOTE:  This versi
  16538. 72113X
  16539. Nov 00^    TC Disk 1
  16540. --set theItem to choose file -- uncomment to test in an AS editor
  16541.     tell application "Finder"
  16542.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Out of This GWorld:"
  16543.         activate
  16544.     end tell
  16545. on error errMsg number errNum
  16546.     --enter statements to perform when no records are found such as...
  16547.     display dialog "Sorry, the item you selected could not be found."
  16548.     return
  16549. end try
  16550. e    No ChangefxPalette animation
  16551. GWorld
  16552. DisposeGWorld
  16553. AnimatePalette
  16554. Palette2CTab
  16555. CopyBits
  16556. GetEntryColor
  16557. SetEntryColor
  16558. NewGWorld
  16559. Carbono&http://developer.apple.com/samplecode/q
  16560. Dev.CD Nov 00 TC Disk 1
  16561. All Packages
  16562. PackageTool
  16563. 72114X
  16564. received
  16565. receiver
  16566. receives
  16567. receiving
  16568. recent
  16569. recently
  16570. reception
  16571. recipes
  16572. recognition
  16573. recognize
  16574. recognizes
  16575. recognizing
  16576. recommend
  16577. recommendations
  16578. recommended
  16579. recommends
  16580. recompilation
  16581. recompile
  16582. recompiled
  16583. recompress
  16584. reconstruction
  16585. recordW
  16586. recordableb
  16587. recorded
  16588. change@
  16589. updated@
  16590. protocol@
  16591. apple
  16592. detectors@
  16593. apple
  16594. events@
  16595. application
  16596. package@
  16597. arbitrator@
  16598. based@
  16599. buffering@
  16600. cad/cam@
  16601. cd-rom@
  16602. cfcomparatorfunction@
  16603. chinese@
  16604. clouseau@
  16605. coercion@
  16606. component@
  16607. configuration@
  16608. control
  16609. panel@
  16610. foundation@
  16611. customgetfilepreview@
  16612. debugger
  16613. detection@
  16614. devnotes@
  16615. image@
  16616. disposeresource@
  16617. driveid@
  16618. edit@
  16619. encoding@
  16620. enet@
  16621. entertainment@
  16622. example@
  16623. grid@
  16624. handles@
  16625. heap@
  16626. icons@
  16627. instructions@
  16628. interrupt@
  16629. jdirect@
  16630. laserwriter
  16631. bridge@
  16632. live@
  16633. macintosh
  16634. coprocessor
  16635. platform@
  16636. main@
  16637. manuals@
  16638. moofwars@
  16639. applescript
  16640. toolkit@
  16641. multithreaded
  16642. networking@
  16643. mutable
  16644. string@
  16645. ndrv@
  16646. objects@
  16647. ooptesample@
  16648. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  16649. JcOTTraceRouteSample(PPC)
  16650. OTTraceRouteSample.c
  16651. OTTraceRouteSample.mcp
  16652. Read Me About Traceroute SampleK
  16653. Sep 96L
  16654. Jun 98M"Any Macintosh with Open Transport.NDOpen Transport, OT, Traceroute, rawip, icmp, udp, OTTraceRouteSampleOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTTraceRouteSample:PJDev.CD Nov 00 TC Disk 1
  16655.  - Sample Code
  16656.  - Networking
  16657.  - OTTraceRouteSample
  16658. customer
  16659. million
  16660. windo
  16661. fig&interleave
  16662. dimmer2effect
  16663. direct
  16664. direct
  16665. pixel
  16666. access
  16667. directions{
  16668. disinfectant
  16669. disinfectant
  16670. 3.7.1
  16671. performance
  16672. tools
  16673. diskfiller
  16674. display
  16675. display
  16676. display
  16677. manager
  16678. displayvideo
  16679. disposeresource
  16680. disposeresource
  16681. distribution
  16682. distributors
  16683. dmfkey
  16684. dmfkey
  16685. source
  16686. documentation
  16687. doubles
  16688. doubletrouble
  16689. doubletrouble
  16690. draganddrop
  16691. draganddrop
  16692. shell
  16693. draggingsprites
  16694. dragwindowgrid
  16695. drawing
  16696. drive
  16697. utilities
  16698. driver
  16699. driver
  16700. installer
  16701. drivergestalt
  16702. drivergestalt
  16703. drivergestaltexplore
  16704. dronezone
  16705. 1.1.3
  16706. dropdisk
  16707. dropprint
  16708. dropprint
  16709. dsapplet
  16710. about
  16711. sample
  16712. about
  16713. dumparpcache
  16714. about
  16715. dumpnetworksetup
  16716. about
  16717. getsetoptions
  16718. about
  16719. listmania
  16720. about
  16721. moreautopush
  16722. about
  16723. nocopyreceives
  16724. Dev.CD Aug 97 TC
  16725. All Packages
  16726. Chinese Handwriting KitO
  16727. Dev.CD Nov 96 TCP
  16728. Dev.CD Nov 96 TV
  16729. 69984X
  16730. Nov 96
  16731. e--set theItem to choose file -- uncomment to test in an AS editor
  16732.     tell application "Finder"
  16733.         open item "Dev.CD Nov 96 TC"
  16734.         activate
  16735.     end tell
  16736. on error errMsg number errNum
  16737.     --enter statements to perform when no records are found such as...
  16738.     display dialog "Sorry, the item you selected could not be found."
  16739.     return
  16740. end try
  16741. All Packages
  16742. 72112X
  16743. Nov 00^    TC Disk 1
  16744. --set theItem to choose file -- uncomment to test in an AS editor
  16745.     tell application "Finder"
  16746.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTTraceRouteSample:"
  16747.         activate
  16748.     end tell
  16749. on error errMsg number errNum
  16750.     --enter statements to perform when no records are found such as...
  16751.     display dialog "Sorry, the item you selected could not be found."
  16752.     return
  16753. end try
  16754. e    No Changef>Open Transport
  16755. Traceroute
  16756. rawip
  16757. OTTraceRouteSampleq
  16758. Dev.CD Nov 00 TC Disk 1
  16759. All Packages
  16760. Out of This GWorld
  16761. 72113X
  16762. aining or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  16763. What Chines
  16764. Network Setup SDK Bits
  16765. OTTCPWillDial
  16766. OTTCPWillDial.c
  16767. OTTCPWillDial.h
  16768. Read Me About OTTCPWillDial
  16769. TestOTTCPWillDial.c
  16770. TestOTTCPWillDial.
  16771. Why was this archived?K
  16772. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPOEDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:OTTCPWillDial:PPDev.CD Nov 00 TC Disk 1
  16773.  - Sample Code
  16774.  - Archive
  16775.  - Networking
  16776.  - OTTCPWillDialV
  16777. 72111X
  16778. Nov 00^    TC Disk 1
  16779. --set theItem to choose file -- uncomment to test in an AS editor
  16780.     tell application "Finder"
  16781.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:OTTCPWillDial:"
  16782.         activate
  16783.     end tell
  16784. on error errMsg number errNum
  16785.     --enter statements to perform when no records are found such as...
  16786.     display dialog "Sorry, the item you selected could not be found."
  16787.     return
  16788. end try
  16789. e    No Changef,network
  16790. setup
  16791. configuration
  16792. AppleTalk
  16793. TCP/IPq
  16794. Dev.CD Nov 00 TC Disk 1
  16795. All Packages
  16796. OTTraceRouteSample
  16797. 72112X
  16798.  Kit 1.5:
  16799. about
  16800. otendpointinfo@
  16801. aecdev-aedaemon@
  16802. otdumpinternetstatus@
  16803. readme
  16804. readme
  16805. dcmd@
  16806. readme
  16807. html@
  16808. readme
  16809. record
  16810. sound
  16811. reinstaller@
  16812. relstring@
  16813. renderinglib@
  16814. resedit
  16815. first@
  16816. resultcodetable@
  16817. rfc1332@
  16818. rfc1334
  16819. authentication@
  16820. rlsd@
  16821. rsrc@
  16822. runtime
  16823. architecture@
  16824. sample
  16825. applescripts@
  16826. sample
  16827. sampletextconverter@
  16828. schedule@
  16829. screen@
  16830. scrollingtextuserpan
  16831. scsifinddevicesmain
  16832. selection@
  16833. servers@
  16834. tech@
  16835. testbed
  16836. prefix@
  16837. testfinderlaunch
  16838. testprinterclass
  16839. textchanger
  16840. 2.0.1@
  16841. than@
  16842. topseeturvee@
  16843. transitions
  16844. themes@
  16845. type@
  16846. ueenie@
  16847. umousetrackbehavior
  16848. updates@
  16849. userstartup
  16850. goodies@
  16851. validator
  16852. 1.11@
  16853. webobjects
  16854. database
  16855. whats@
  16856. 72252X
  16857. Nov 00^    TC Disk 2
  16858. --set theItem to choose file -- uncomment to test in an AS editor
  16859.     tell application "Finder"
  16860.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTShowEffect:"
  16861.         activate
  16862.     end tell
  16863. on error errMsg number errNum
  16864.     --enter statements to perform when no records are found such as...
  16865.     display dialog "Sorry, the item you selected could not be found."
  16866.     return
  16867. end try
  16868. e    No Changef#QuickTime
  16869. Effects
  16870. Video
  16871. Transitionsq
  16872. Dev.CD Nov 00 TC Disk 2
  16873. All Packages
  16874. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  16875. J*AppletTag.js
  16876. classes
  16877. README.txt
  16878. sa.bat
  16879. Feb 00
  16880. OPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:V
  16881. 72253X
  16882. 1e    No Change
  16883. --set theItem to choose file -- uncomment to test in an AS editor
  16884.     tell application "Finder"
  16885.         open item "Dev.CD Apr 94
  16886. Dev.CD Jan 94
  16887. Dev.CD Oct 93
  16888. Dev.CD Jul 93
  16889. Dev.CD Apr 93"
  16890.         activate
  16891.     end tell
  16892. on error errMsg number errNum
  16893.     --enter statements to perform when no records are found such as...
  16894.     display dialog "Sorry, the item you selected could not be found."
  16895.     return
  16896. end try
  16897. ports
  16898. built-in
  16899. devices
  16900. ibook
  16901. icon_
  16902. icon's
  16903. icons
  16904. idea[
  16905. identify
  16906. identifying
  16907. Summary:
  16908. Collection of QuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  16909. What' New
  16910. ===========
  16911. Go to the QuickTime Site Updates page for a summary of recent changes.
  16912. J0images
  16913. qtdevdocs
  16914. quicktime.html
  16915. techpubsfind.htmK
  16916. Jan 00L
  16917. Dec 00M
  16918. web browserNdQuickTime, Quick Time, video, sound, 3D, virtual reality, QuickTime 3, graphics, media, music, soundOQDev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:quicktime:PYDev.CD Dec 00 RL Disk 1
  16919.  - Technical Documentation
  16920.  - Technical Publications
  16921.  - quicktime
  16922. defproc
  16923. delay
  16924. delays{
  16925. deleteB
  16926. delivery
  16927. delta{
  16928. demanding
  16929. demo's
  16930. demonstrateb
  16931. demonstrated
  16932. demonstratesN
  16933. demonstrates
  16934. create
  16935. quicktime
  16936. movie
  16937. system
  16938. quicktime
  16939. image
  16940. compression
  16941. manager
  16942. quicktime's
  16943. quicktime-enabled
  16944. quicktime-readable
  16945. quicktime/mac
  16946. quicktimes
  16947. quicktimesdk
  16948. quicktimevr
  16949. quickview
  16950. quiets
  16951. quinn
  16952. quitapps
  16953. quite
  16954. quits
  16955. quitting
  16956. quoted
  16957. quoting
  16958. qwerty
  16959. qwertytunes
  16960. qwertytunes
  16961. small
  16962. application
  16963. which
  16964. races
  16965. radcliffe
  16966. radically
  16967. radio
  16968. radio-button
  16969. radiostation
  16970. radiostation
  16971. small
  16972. functional
  16973. streaming
  16974. server
  16975. expansion
  16976. ramifications
  16977. ramps
  16978. randall
  16979. random
  16980. randomly
  16981. range
  16982. rangingw
  16983. 72467X
  16984. Apr 00^
  16985. --set theItem to choose file -- uncomment to test in an AS editor
  16986.     tell application "Finder"
  16987.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  16988.  VR:"
  16989.         activate
  16990.     end tell
  16991. on error errMsg number errNum
  16992.     --enter statements to perform when no records are found such as...
  16993.     display dialog "Sorry, the item you selected could not be found."
  16994.     return
  16995. end try
  16996. Deletedq
  16997. Dev.CD Apr 00 SDK1
  16998. wD!All Packages
  16999. Mac OS SDK Edition
  17000. QuickTime VR Tools 1.0b2
  17001. 73047X
  17002. Nov 00^    TC Disk 1
  17003. --set theItem to choose file -- uncomment to test in an AS editor
  17004.     tell application "Finder"
  17005.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WDEFColorSample:"
  17006.         activate
  17007.     end tell
  17008. on error errMsg number errNum
  17009.     --enter statements to perform when no records are found such as...
  17010.     display dialog "Sorry, the item you selected could not be found."
  17011.     return
  17012. end try
  17013. e    No Changeq
  17014. Dev.CD Nov 00 TC Disk 1
  17015. All Packages
  17016. F WebObjects Categories and Posers
  17017. 4WebObjects Categories and Posers by Theresa Ray of Tensor Information Systems
  17018. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  17019. Feb 98L
  17020. Apr 99V
  17021. 73048X
  17022. Deleted
  17023. communication
  17024. communications
  17025. communications
  17026. toolbox
  17027. component
  17028. PIDev.CD Nov 00 TC Disk 1
  17029.  - Sample Code
  17030.  - Networking
  17031.  - OTStreamLogViewerV
  17032. 72110X
  17033. Nov 00^    TC Disk 1
  17034. --set theItem to choose file -- uncomment to test in an AS editor
  17035.     tell application "Finder"
  17036.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTStreamLogViewer:"
  17037.         activate
  17038.     end tell
  17039. on error errMsg number errNum
  17040.     --enter statements to perform when no records are found such as...
  17041.     display dialog "Sorry, the item you selected could not be found."
  17042.     return
  17043. end try
  17044. e    No ChangefDOpen Transport
  17045. kernel
  17046. strlog
  17047. debug
  17048. streams
  17049. OTStreamLogViewerq
  17050. Dev.CD Nov 00 TC Disk 1
  17051. All Packages
  17052. OTTCPWillDial
  17053. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  17054. Dec 98V
  17055. 72111X
  17056. 1e    No Change
  17057. scanning
  17058. scansx
  17059. scenario
  17060. scene
  17061. scheduleS
  17062. scheduled
  17063. schedulesS
  17064. scheme
  17065. schemes
  17066. schneider
  17067. school
  17068. science
  17069. scoop
  17070. score
  17071. scoring
  17072. scott
  17073. scrambling
  17074. scrap
  17075. scrapbook
  17076. screenB
  17077. screen's
  17078. screen-based
  17079. screencompare
  17080. screendump
  17081. screens
  17082. screenshots
  17083. scripty
  17084. scriptability
  17085. address
  17086. engine
  17087. enterprise
  17088. enterprise
  17089. objects
  17090. framework
  17091. option
  17092. eomodeler
  17093. error
  17094. error
  17095. reports
  17096. apple
  17097. ethernetR
  17098. ethernet
  17099. address
  17100. ethernet
  17101. built-in
  17102. ethernet
  17103. ethertalk
  17104. etsda
  17105. eventi
  17106. eventsb
  17107. example
  17108. exception
  17109. exchange
  17110. expansion
  17111. export
  17112. exporters
  17113. exporting
  17114. extension
  17115. external
  17116. external
  17117. system
  17118. external
  17119. extractor
  17120. faceless
  17121. faceless
  17122. background-only
  17123. family
  17124. fcode
  17125. features
  17126. fetch
  17127. field
  17128. exchange
  17129. manager
  17130. sample
  17131. sharing
  17132. --set theItem to choose file -- uncomment to test in an AS editor
  17133.     tell application "Finder"
  17134.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleServerHTTP:"
  17135.         activate
  17136.     end tell
  17137. on error errMsg number errNum
  17138.     --enter statements to perform when no records are found such as...
  17139.     display dialog "Sorry, the item you selected could not be found."
  17140.     return
  17141. end try
  17142. intepreting the written characters.
  17143. Features:
  17144. No training required
  17145. a true plu
  17146. g-and-play design.
  17147. FAT version of software
  17148. runs on both PowerPC-based as well as 68K-based Macs.
  17149. Works with virtually any application that allows text input.
  17150. Accurate recognition, even with cursive writing.
  17151. User expandable dictionary enables phrases to be represented by simple clicks.
  17152. Separate lexicon manager for maintaining dictionaries.
  17153. Accommodates different writing styles to suit wide user preferences.
  17154. On-screen keyboards to enable quick input of symbols and puntuation marks.
  17155. Recognize
  17156. e    No Changef^Open Transport
  17157. endpoint
  17158. server
  17159. listen
  17160. single-link
  17161. multihoming
  17162. OTSimpleServerHTTPq
  17163. Dev.CD Nov 00 TC Disk 1
  17164. All Packages
  17165. OTStreamLogViewer
  17166. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  17167. FileLogging.c
  17168. FileLogging.h
  17169. IC Libraries
  17170. LogEngine
  17171. OTStreamLogViewer(PPC)
  17172. OTStreamLogViewer.c
  17173. OTStreamLogViewer.mcp
  17174. OTStreamLogViewer.rsrc
  17175. Read Me 
  17176.  OTStreamLogViewer
  17177. StreamLogResources.hK
  17178. May 98L
  17179. Sep 98M
  17180. Open Transport 1.1.1 or higherNKOpen Transport, kernel, log, strlog, debug, raw, streams, OTStreamLogViewerOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTStreamLogViewer:V
  17181. 72110X
  17182. 1e    No Change
  17183. event-awarec
  17184. event-driven
  17185. eventsb
  17186. eventually
  17187. ever{
  17188. everest
  17189. every
  17190. everybody
  17191. everyday
  17192. everyone
  17193. explain
  17194. explained
  17195. explaining
  17196. explains
  17197. explanatory
  17198. explicit
  17199. exploded
  17200. exploit
  17201. expo{
  17202. export
  17203. exposed
  17204. express{
  17205. expressionsy
  17206. extending
  17207. extensibley
  17208. extensionR
  17209. extensions
  17210. extensiveu
  17211. 72575X
  17212. Nov 99^
  17213. r--set theItem to choose file -- uncomment to test in an AS editor
  17214.     tell application "Finder"
  17215.         open item "Dev.CD Nov 99 TC:Sample Code:"
  17216.         activate
  17217.     end tell
  17218. on error errMsg number errNum
  17219.     --enter statements to perform when no records are found such as...
  17220.     display dialog "Sorry, the item you selected could not be found."
  17221.     return
  17222. end try
  17223. Deletedq
  17224. Dev.CD Nov 99 TC
  17225. D!All Packages
  17226. Tool Chest Edition
  17227. nguages
  17228. (** = new, * = revised)
  17229. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  17230. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  17231. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  17232. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),les (80+ files!),
  17233. engine
  17234. engine
  17235. internet
  17236. sherlock
  17237. enterprise
  17238. eomodeler
  17239. database
  17240. error
  17241. applesearch
  17242. appleshare
  17243. gatewayT
  17244. ethernetR
  17245. ethernet
  17246. built-in
  17247. address
  17248. burned-in
  17249. address
  17250. getenetaddr
  17251. ethernet
  17252. transport
  17253. address
  17254. ethernet
  17255. multicast
  17256. mdata
  17257. 802.2
  17258. 802.3
  17259. ethertalk
  17260. etsda
  17261. eventi
  17262. eventsb
  17263. example
  17264. exchange
  17265. expansion
  17266. export
  17267. exporters
  17268. external
  17269. extractor
  17270. faceless
  17271. family
  17272. fcode
  17273. features
  17274. fetch
  17275. field
  17276. folder
  17277. multiprocessor
  17278. manager
  17279. sample
  17280. transport
  17281. endpoint
  17282. download
  17283. fetch
  17284. otsimple
  17285. transport
  17286. endpoint
  17287. server
  17288. listen
  17289. single-l
  17290. opendoc
  17291. opendoc
  17292. component
  17293. software
  17294. compound
  17295. document
  17296. architecture
  17297. openfirmware
  17298. opengl
  17299. opengl
  17300. screen
  17301. drawsprocket
  17302. opengl
  17303. graphics
  17304. splay dialog "Sorry, the item you selected could not be found."
  17305.     return
  17306. end try
  17307. OTSimpleDownloadHTTP(PPC)
  17308. OTSimpleDownloadHTTP.c
  17309. OTSimpleDownloadHTTP.h
  17310. OTSimpleDownloadHTTP.mcp
  17311. OTSimpleDownloadHTTPTest.c
  17312. Read Me 
  17313.  OTSimpleDownloadHTTP
  17314. SimpleDownload#247226
  17315. SimpleDownload#248426K
  17316. Nov 97L
  17317. Sep 98M
  17318. Open Transport 1.1.1 or higherNOOpen Transport, TCP, endpoint, download, fetch, get, HTTP, OTSimpleDownloadHTTPODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleDownloadHTTP:PLDev.CD Nov 00 TC Disk 1
  17319.  - Sample Code
  17320.  - Networking
  17321.  - OTSimpleDownloadHTTPV
  17322. 72108X
  17323. Nov 00^    TC Disk 1
  17324. --set theItem to choose file -- uncomment to test in an AS editor
  17325.     tell application "Finder"
  17326.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleDownloadHTTP:"
  17327.         activate
  17328.     end tell
  17329. on error errMsg number errNum
  17330.     --enter statements to perform when no records are found such as...
  17331.     display dialog "Sorry, the item you selected could not be found."
  17332.     return
  17333. end try
  17334. e    No Change
  17335. ll Packages
  17336. Chinese Language Kit UpdaterV
  17337. 69992X
  17338. fHOpen Transport
  17339. endpoint
  17340. download
  17341. fetch
  17342. OTSimpleDownloadHTTPq
  17343. Dev.CD Nov 00 TC Disk 1
  17344. All Packages
  17345. OTSimpleServerHTTPI
  17346. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J
  17347. 17.203.23.112
  17348. EnableIPReuseAddrSample.c
  17349. OTSimpleServer(PPC)
  17350. OTSimpleServer.mcp
  17351. OTSimpleServerHTTP.c
  17352. OTSimpleServerHTTP.h
  17353. OTSimpleServerHTTPTest.c
  17354. Read Me About Simple Server
  17355. Sample HTTP Source
  17356. Sample 
  17357. IP Secondary Addresses
  17358. Jun 98M
  17359. Open Transport 1.1.1 or higherNgOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihoming, OTSimpleServerHTTPOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleServerHTTP:PJDev.CD Nov 00 TC Disk 1
  17360.  - Sample Code
  17361.  - Networking
  17362.  - OTSimpleServerHTTPV
  17363. 72109X
  17364. Nov 00^    TC Disk 1
  17365. e    No Change
  17366. otpingsample
  17367. otsimpledownloadhttp
  17368. otsimpleserverhttp
  17369. otstreamlogviewer
  17370. y 97 TC
  17371. Dev.CD Nov 96 TC
  17372. Dev.CD Aug 96 TC
  17373. Dev.CD Feb 96 TC
  17374. Dev.CD Feb 9V
  17375. 69992X
  17376. May 97
  17377. --set theItem to choose file -- uncomment to test in an AS editor
  17378.     tell application "Finder"
  17379.         open item "Dev.CD May 97 TC
  17380. Dev.CD Nov 96 TC
  17381. Dev.CD Aug 96 TC
  17382. Dev.CD Feb 96 TC
  17383. Dev.CD Feb 95"
  17384.         activate
  17385.     end tell
  17386. on error errMsg number errNum
  17387.     --enter statements to perform when no records are found such as...
  17388.     display dialog "Sorry, the item you selected could not be found."
  17389.     return
  17390. end try
  17391. All Packages
  17392. ChineseTalk 6.0.3O
  17393. Dev CD Vol. V
  17394. Dev CD Vol. IVP
  17395. Dev CD Vol. V
  17396. Dev CD Vol. IV
  17397. 69993X
  17398. Vol. V
  17399. ottcpwilldial
  17400. ottraceroutesample
  17401. ottransferproviderow
  17402. ottransferproviderow
  17403. client
  17404. library
  17405. transferprovider
  17406. Mar 92
  17407. --set theItem to choose file -- uncomment to test in an AS editor
  17408.     tell application "Finder"
  17409.         open item "Dev.CD Mar 92
  17410. Dev.CD Feb 92
  17411. Dev.CD Vol. XI"
  17412.         activate
  17413.     end tell
  17414. on error errMsg number errNum
  17415.     --enter statements to perform when no records are found such as...
  17416.     display dialog "Sorry, the item you selected could not be found."
  17417.     return
  17418. end try
  17419. All Packages
  17420. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  17421. Dev.CD Feb 92
  17422. Dev.CD Vol. XIP)Dev.CD Mar 92
  17423. Dev.CD Feb 92
  17424. Dev.CD Vol. XV
  17425. 69995X
  17426. Mar 92
  17427. PDDev.CD Nov 00 TC Disk 1
  17428.  - Sample Code
  17429.  - Networking
  17430.  - OTPingSampleV
  17431. 72107X
  17432. Nov 00^    TC Disk 1
  17433. --set theItem to choose file -- uncomment to test in an AS editor
  17434.     tell application "Finder"
  17435.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTPingSample:"
  17436.         activate
  17437.     end tell
  17438. on error errMsg number errNum
  17439.     --enter statements to perform when no records are found such as...
  17440.     display dialog "Sorry, the item you selected could not be found."
  17441.     return
  17442. end try
  17443. e    No Changef.open transport
  17444. rawip
  17445. OTPingSampleq
  17446. Dev.CD Nov 00 TC Disk 1
  17447. All Packages
  17448. OTSimpleDownloadHTTPI
  17449. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  17450. Inside Macintosh: Open Transport
  17451. Nov 97L
  17452. Sep 98V
  17453. 72108X
  17454. 1e    No Change
  17455. enabler
  17456. enablersample
  17457. enablersample
  17458. enablersample
  17459. enablersmpl
  17460. enablersmpl
  17461. enablersmpl
  17462. enablersmpl
  17463. engine
  17464. engineering
  17465. engines
  17466. english
  17467. english
  17468. lproj
  17469. englishmiscellaneousd
  17470. englishmiscellaneous
  17471. englishmiscellaneous
  17472. rsrcd
  17473. englishterminologyd
  17474. englishterminology
  17475. englishterminology
  17476. rsrcd
  17477. enhanced
  17478. enhanced
  17479. survival
  17480. guide
  17481. enterbutton
  17482. enterbutton
  17483. enterbutton
  17484. environment
  17485. eomodeler
  17486. eomodeler
  17487. errata~
  17488. error
  17489. errormsg
  17490. errormsg
  17491. errormsg
  17492. errors
  17493. ethernet
  17494. event~
  17495. eventloop
  17496. eventloop
  17497. events
  17498. events
  17499. apple
  17500. ethernet
  17501. apple
  17502. video
  17503. strip
  17504. stripdup
  17505. stripdup
  17506. stripunits
  17507. strlist
  17508. strlist
  17509. strlist
  17510. struct
  17511. struct
  17512. structuresk
  17513. structures
  17514. strwidth
  17515. strwidth
  17516. libraries
  17517. stubldef
  17518. studio
  17519. stuff
  17520. stupcontrol
  17521. stupcontrol
  17522. stupcontrol
  17523. stylechat
  17524. styleguide00
  17525. stylemap
  17526. stylemap
  17527. stylemap
  17528. stylemap
  17529. submission
  17530. success
  17531. suite~
  17532. suites~
  17533. suites
  17534. under
  17535. development~
  17536. support
  17537. OTPAPSampleServer is a Native Open Transport implementation of a AppleTalk Printer Access Protocol (PAP) server.
  17538. Features support for multiple handoff endpoints, self send mode so that you can print from the same system that the PAP Server is running on, demonstrates the use of Option Management to enable the EOMOption, and to set the server message.  This sample was built with CodeWarrior and includes the Project file used to generate the program.
  17539. HATalkSampleUtils.c
  17540. ATalkSampleUtils.h
  17541. CompEnv.h
  17542. EnableEOMSample.c
  17543. EnableSelfSendSample.c
  17544. OT PAPServerSample(PPC)
  17545. OT PAPServerSample.mcp
  17546. PAPPostScriptStuff.c
  17547. PAPPostScriptStuff.h
  17548. PAPServerSample.c
  17549. PAPServerSample.h
  17550. PAPServerSample.rsrc
  17551. PAPServerUtilities.c
  17552. PAPServerUtilities.h
  17553. SetServerStatusOption.c
  17554. StringUtils.c
  17555. StringUtils.h
  17556. Mar 98L
  17557. Sep 99OBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT PAPServerSample:tion
  17558.  - cihuiV
  17559. 69997X
  17560. Nov 00^    TC Disk 1
  17561. e    No Change
  17562. System Software 7.5.5 with Open Transport 1.1.2 or greater present. The optimum SSW release is 8.6 with OT v2.0.3 present.
  17563. The PostScript query parser implemented in this sample is very simplistic and should not be used in production code.
  17564. NhAppleTalk, Printer Access Protocol, PAP, EOM Option, Self Send Option, EOF indication, OTPAPSampleServerOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT PAPServerSample:PJDev.CD Nov 00 TC Disk 1
  17565.  - Sample Code
  17566.  - Networking
  17567.  - OT PAPServerSampleC++ 5.0 or later.
  17568. N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:PPDev.CD Nov 00 TC Disk 2
  17569.  - Sample Code
  17570.  - QuickTime
  17571.  - Goodies
  17572.  - ChromaKeyMovie
  17573. Updatedf|Mac OS X
  17574. Understanding Cocoa
  17575. Developer Tools
  17576. System Overview
  17577. Core Foundation
  17578. Kernel
  17579. Networking
  17580. Carbon
  17581. Legacy
  17582. Mac OS X Server
  17583. /A7http://developer.apple.com/techpubs/macosx/macosx.html
  17584. Dev.CD Dec 00 RL Disk 2
  17585. lD!All Packages
  17586. Mac OS SDK Edition
  17587. Server
  17588. Mac OS X Server Developer Documentation
  17589. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  17590. What's New/Updated:
  17591. AppKit
  17592. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  17593. Foundation
  17594. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  17595. AppKit
  17596. Foundation
  17597. Mar 99L
  17598. Jul 99M/Project Builder, Interface Builder, web browserlder, web browser
  17599. dded new API, NearestMacTextEncodings, which returns the Mac OS encoding(s) whose repertoire is closest to the specified encoding.
  17600.  Encoding names may now be retrieved in Unicode.
  17601.  Added new API, TECSetBasicOptions, which allows some low-level Unicode converter options to be set for conversions performed with the high-level converter.
  17602.  TEC now does better validation of input for Japanese encodings.
  17603.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  17604. ft JIS.
  17605.  The HZ converter now handles the tilde-tilde and tilde-linefeed combinations correctly.
  17606.  The alias "CN-GB" has been added for "EUC-CN" and "GB2312".
  17607.  Support has been added for the encodings ISO 8859-3, ISO 8859-4, ISO 8859-15, Windows CP 1257, Windows CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  17608.  Various mappings for CJK encodings were improved.
  17609.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  17610. thumbnail
  17611. toolbox
  17612. topseeturvee@
  17613. transitions
  17614. themes@
  17615. ts3events@
  17616. ts3window
  17617. tsmte@
  17618. type@
  17619. ueenie@
  17620. ufailure
  17621. umousetrackbehavior
  17622. updates@
  17623. userfunction@
  17624. userstartup
  17625. goodies@
  17626. validator
  17627. 1.11@
  17628. voxii
  17629. vrmakepano
  17630. watcher@
  17631. webobjects
  17632. database
  17633. whats@
  17634. windowcolors
  17635. windstuff
  17636. choosesy
  17637. choosing
  17638. christine
  17639. chromakey
  17640. chromakey
  17641. movie
  17642. simple
  17643. application
  17644. which
  17645. designed
  17646. chromakeying
  17647. chrominance
  17648. chrp{
  17649. chunk
  17650. chunks
  17651. claim{
  17652. claims
  17653. claris
  17654. clarisworks
  17655. clark
  17656. clash{
  17657. class
  17658. classes{
  17659. classicu
  17660. classroomS
  17661. clause
  17662. clauses
  17663. clean
  17664. cleaner
  17665. clearly
  17666. e    No Changef
  17667. URL Access
  17668. Internet
  17669. Dev.CD Aug 99 TC
  17670. D!All Packages
  17671. Tool Chest Edition
  17672. US Distribution GuideI
  17673. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  17674. US Distribution GuideK
  17675. Vol VIIM
  17676. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  17677.  - Programs & Marketing
  17678.  - Market & Distribution GuidesV
  17679. 73013X
  17680. May 98^
  17681. --set theItem to choose file -- uncomment to test in an AS editor
  17682.     tell application "Finder"
  17683.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  17684.         activate
  17685.     end tell
  17686. on error errMsg number errNum
  17687.     --enter statements to perform when no records are found such as...
  17688.     display dialog "Sorry, the item you selected could not be found."
  17689.     return
  17690. end try
  17691. e    No Changeq
  17692. Dev.CD May 98 TC
  17693. All Packages
  17694. New & RevisedF
  17695. USB DDK 1.4.6f11
  17696. J\OTLookupNameTest(PPC)
  17697. OTLookupNameTest.c
  17698. OTLookupNameTest.mcp
  17699. Read Me About OTLookupNameTestK
  17700. Nov 97L
  17701. Jun 98M
  17702. Open Transport 1.1.1 or higherN8Open Transport, NBP, mapper, MapperRef, OTLookupNameTestO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLookupNameTest:PHDev.CD Nov 00 TC Disk 1
  17703.  - Sample Code
  17704.  - Networking
  17705.  - OTLookupNameTestV
  17706. 72105X
  17707. Nov 00^    TC Disk 1
  17708. --set theItem to choose file -- uncomment to test in an AS editor
  17709.     tell application "Finder"
  17710.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLookupNameTest:"
  17711.         activate
  17712.     end tell
  17713. on error errMsg number errNum
  17714.     --enter statements to perform when no records are found such as...
  17715.     display dialog "Sorry, the item you selected could not be found."
  17716.     return
  17717. end try
  17718. e    No Changef4Open Transport
  17719. mapper
  17720. MapperRef
  17721. OTLookupNameTestq
  17722. Dev.CD Nov 00 TC Disk 1
  17723. All Packages
  17724. OTPAPSampleServer
  17725. 72106X
  17726. 72106X
  17727. Nov 00^    TC Disk 1
  17728. --set theItem to choose file -- uncomment to test in an AS editor
  17729.     tell application "Finder"
  17730.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT PAPServerSample:"
  17731.         activate
  17732.     end tell
  17733. on error errMsg number errNum
  17734.     --enter statements to perform when no records are found such as...
  17735.     display dialog "Sorry, the item you selected could not be found."
  17736.     return
  17737. end try
  17738. e    No ChangefbAppleTalk
  17739. Printer Access Protocol
  17740. EOM Option
  17741. Self Send Option
  17742. EOF indication
  17743. OTPAPSampleServerq
  17744. Dev.CD Nov 00 TC Disk 1
  17745. All Packages
  17746. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.JKOTPingSample(PPC)
  17747. OTPingSample.c
  17748. OTPingSample.mcp
  17749. Read Me About Ping SampleK
  17750. Sep 96L
  17751. Jun 98M#Any machine running Open Transport.N3open transport, ot, ping, icmp, rawip, OTPingSampleO<Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTPingSample:V
  17752. 72107X
  17753. 1e    No Change
  17754. Summary:  The Verifier is an Apple internal localization verification tool.  It is used to catch localization problems such as corrupted CODE resources, and mismatched resource attribute bits.  It is very customized to Apple's internal needs, but it may serve as a good example on the types of things to look out for when you localize your software.
  17755. Features:
  17756.  Compares resources based on a user defined script file
  17757.  Compares file/resource flags
  17758.  Verifies vers resources
  17759.  Reports missing rB
  17760. esources between original/localized files
  17761. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  17762. Verifier 1.0.imgK
  17763. Jun 92L
  17764. May 94M(MPW, any Mac w/13" minimum sized screen.O9Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:Verifier:PADev.CD Nov 00 TC Disk 1
  17765.  - Tool Chest
  17766.  - Localization
  17767.  - VerifierI
  17768. 7editO
  17769. Dev.CD Nov 00 TC Disk 1
  17770. All Packages
  17771. strlist
  17772. strlist.h and strlist.c contain routines for accessing the string list data type.  You can use these routines to access or modify information stored in any STR# resource.  As well, you can use these routines for creating and manipulating lists of strings in memory.
  17773. Copyright (C) 1995, 1996 by John Montbriand.  All Rights Reserved.
  17774. Distribute freely in areas where the laws of copyright apply.
  17775. 411 Files
  17776. strlist.c
  17777. strlist.hN"strlist, STR#, string, string listO8Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:strlist:P@Dev.CD Nov 00 TC Disk 1
  17778.  - Sample Code
  17779.  - Contributed
  17780.  - strlistV
  17781. 72626X
  17782. Nov 00^    TC Disk 1
  17783. e    No Change
  17784. helps
  17785. catch
  17786. reneg
  17787. summary
  17788. wanted
  17789. patch
  17790. high-level
  17791. langua
  17792. summary
  17793. finderheaps
  17794. debugging
  17795. allows
  17796. apple
  17797. grayscale
  17798. appearance
  17799. system
  17800. specif
  17801. summary
  17802. apple
  17803. international
  17804. glossaries
  17805. contains
  17806. translat
  17807. 72578X
  17808. Nov 99^
  17809. r--set theItem to choose file -- uncomment to test in an AS editor
  17810.     tell application "Finder"
  17811.         open item "Dev.CD Nov 99 TC:Sample Code:"
  17812.         activate
  17813.     end tell
  17814. on error errMsg number errNum
  17815.     --enter statements to perform when no records are found such as...
  17816.     display dialog "Sorry, the item you selected could not be found."
  17817.     return
  17818. end try
  17819. Deletedq
  17820. Dev.CD Nov 99 TC
  17821. D!All Packages
  17822. Tool Chest Edition
  17823. Snippets - Hardware
  17824. (** = new, * = revised)
  17825. TimerTst:  This hardware-dependent snippet shows how to use the VIA timers (for the few times when the Time Manager is not appropriate).
  17826. VBL Snippet:  A simple example of a persistent VBL written in C that works with 68K or PowerPC.
  17827. 72579X
  17828. Deleted
  17829. ercionc
  17830. coercionsf
  17831. otllctest
  17832. otllctest
  17833. readme
  17834. otlookupnametest
  17835. otlookupnametest
  17836. otlookupnametest
  17837. otlookupnametest
  17838. otpingsample
  17839. otpingsample
  17840. otpingsample
  17841. otpingsample
  17842. otsimpledownloadhttp
  17843. otsimpledownloadhttp
  17844. otsimpledownloadhttp
  17845. otsimpledownloadhttp
  17846. otsimpledownloadhttp
  17847. otsimpleserver
  17848. otsimpleserver
  17849. otsimpleserver
  17850. otsimpleserverhttp
  17851. otsimpleserverhttp
  17852. otsimpleserverhttp
  17853. otsimpleserverhttpte
  17854. otsimpleserverhttpte
  17855. otstreamlogviewer
  17856. otstreamlogviewer
  17857. otstreamlogviewer
  17858. otstreamlogviewer
  17859. otstreamlogviewer
  17860. ottcpwilldial
  17861. ottcpwilldial
  17862. ottcpwilldial
  17863. ottraceroutesample
  17864. ottraceroutesample
  17865. ottraceroutesample
  17866. otvirtual
  17867. otvirtualclient
  17868. otvirtualserver
  17869. outdata
  17870. output
  17871. output
  17872. files
  17873. otllctest
  17874. otlookup
  17875. otlookupnametest
  17876. otoptionmanagment
  17877. otpapsampleserver
  17878. otpingsample
  17879. otsimpledownloadhttp
  17880. otsimpleserverhttp
  17881. otstreamlogviewer
  17882. ottcpwilldial
  17883. ottraceroutesample
  17884. ottransferproviderow
  17885. ottransferproviderow
  17886. client
  17887. library
  17888. output
  17889. override
  17890. override
  17891. quickdraw
  17892. table
  17893. resource
  17894. overview
  17895. package
  17896. package
  17897. aware
  17898. packages
  17899. packetizer
  17900. packman
  17901. pages
  17902. palette
  17903. palette
  17904. animation
  17905. palette2ctab
  17906. pan/tilt
  17907. pan/tilt
  17908. movies
  17909. technotes
  17910. tecnique
  17911. tecsetbasicoptions
  17912. tedittext
  17913. teknosys
  17914. telephone
  17915. telephones
  17916. telephony
  17917. tells
  17918. telnet
  17919. template
  17920. usenet
  17921. userU
  17922. userstartup
  17923. scrolling
  17924. field
  17925. control
  17926. manager
  17927. scrolling
  17928. items
  17929. scrolling
  17930. progresswindoid
  17931. progresswindoid
  17932. progresswindoid
  17933. progresswindoid
  17934. worksheet
  17935. progstrucmacs
  17936. progstrucmacs
  17937. projN
  17938. project
  17939. project
  17940. large
  17941. project
  17942. large
  17943. project
  17944. quick
  17945. start
  17946. guide
  17947. projectdefines
  17948. projectdefines
  17949. projectdrag
  17950. projectdrag
  17951. applets
  17952. projectdrag
  17953. manual
  17954. projectfolders
  17955. projectincludes
  17956. projectmenu
  17957. projects
  17958. projectxplugin68k
  17959. projectxplugin68knfp
  17960. projectxpluginppc
  17961. projlistmenu
  17962. proto
  17963. proto
  17964. protocol
  17965. protos
  17966. prototypes
  17967. prototypes
  17968. prototyping
  17969. prototyping
  17970. toolkit
  17971. protoviews
  17972. protoviews
  17973. protoviews
  17974. protoviews
  17975. pshdldemo
  17976. graphy
  17977. linear
  17978. lines
  17979. linguistically
  17980. linkl
  17981. linked
  17982. linker
  17983. linkers
  17984. linkingA
  17985. links`
  17986. linton
  17987. lipton
  17988. lisez-moi
  17989. lisp{
  17990. listf
  17991. tcsample
  17992. tcsample
  17993. tctesample
  17994. tctesample
  17995. tctesampleglue
  17996. tctesampleglue
  17997. fragments
  17998. target
  17999. testbanks
  18000. testbanks
  18001. testfinderlaunch
  18002. testfinderlaunch
  18003. testfinderlaunch
  18004. x--set theItem to choose file -- uncomment to test in an AS editor
  18005.     tell application "Finder"
  18006.         open item "Dev.CD Aug 96 TC
  18007. Dev.CD Jan 96 SDK1"
  18008.         activate
  18009.     end tell
  18010. on error errMsg number errNum
  18011.     --enter statements to perform when no records are found such as...
  18012.     display dialog "Sorry, the item you selected could not be found."
  18013.     return
  18014. end try
  18015. appleevent
  18016. appleevent
  18017. managerf
  18018. appleevent
  18019. object
  18020. model
  18021. appleevents
  18022. appleglot
  18023. appleglot
  18024. localization
  18025. internationalization
  18026. translation
  18027. applescript
  18028. applescript
  18029. applescript
  18030. subroutines
  18031. applesearch
  18032. appleshare
  18033. appleshare
  18034. client
  18035. appleshare
  18036. appletalk
  18037. appletalk
  18038. application
  18039. automation
  18040. O9Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLLCTest:PADev.CD Nov 00 TC Disk 1
  18041.  - Sample Code
  18042.  - Networking
  18043.  - OTLLCTestV
  18044. 72104X
  18045. Nov 00^    TC Disk 1
  18046. --set theItem to choose file -- uncomment to test in an AS editor
  18047.     tell application "Finder"
  18048.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLLCTest:"
  18049.         activate
  18050.     end tell
  18051. on error errMsg number errNum
  18052.     --enter statements to perform when no records are found such as...
  18053.     display dialog "Sorry, the item you selected could not be found."
  18054.     return
  18055. end try
  18056. e    No ChangefEEthernet
  18057. raw mode
  18058. multicast
  18059. MDATA
  18060. 802.2
  18061. 802.3
  18062. OTLLCTestq
  18063. Dev.CD Nov 00 TC Disk 1
  18064. All Packages
  18065. OTLookupNameTestI
  18066. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  18067. Inside Macintosh: Open Transport
  18068. Nov 97L
  18069. Jun 98V
  18070. 72105X
  18071. 1e    No Change
  18072. stack
  18073. stacks
  18074. stagger
  18075. staging
  18076. staking{
  18077. stalking
  18078. stande
  18079. stand-alone
  18080. standalone
  18081. standalone
  18082. version
  18083. standard
  18084. standardfile
  18085. standardfileicons
  18086. standardfilepreview
  18087. standardgetfile
  18088. standardgetfolder
  18089. tartupf
  18090. stateV
  18091. states
  18092. static
  18093. statistic
  18094. statistics
  18095. status
  18096. staying
  18097. stays
  18098. stdbits
  18099. stdout
  18100. stdpix
  18101. steal
  18102. NNEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3, OTLLCTestave added this editor.
  18103. J-CODE editor for ResEdit 2.1
  18104. CODE editor NotesK
  18105. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOtDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P
  18106. Dev.CD Nov 00 TC Disk 1
  18107.  - Tool Chest
  18108.  - Developer Utilities
  18109.  - ResEdit 2.1.3
  18110.  - ResEdit Extensions
  18111.  - CODE Editor for ResEdit 2.1
  18112. b--set theItem to choose file -- uncomment to test in an AS editor
  18113.     tell application "Finder"
  18114.         open item "Dev.CD Jul 95"
  18115.         activate
  18116.     end tell
  18117. on error errMsg number errNum
  18118.     --enter statements to perform when no records are found such as...
  18119.     display dialog "Sorry, the item you selected could not be found."
  18120.     return
  18121. end try
  18122. tored
  18123. restoresystemgamms
  18124. restoring
  18125. restricted
  18126. restricting
  18127. restriction
  18128. restrictions
  18129. restructured
  18130. resulti
  18131. resulting
  18132. resultsh
  18133. resume{
  18134. resumegl
  18135. resuming
  18136. retail{
  18137. retrain
  18138. retreat
  18139. retreived
  18140. retrieval
  18141. retrieve
  18142. retrieved
  18143. retrievepictinfo
  18144. retrieves
  18145. musicp
  18146. music
  18147. soundp
  18148. music
  18149. musicmixer
  18150. musicmixer
  18151. browsermaker
  18152. helper
  18153. moviebrowser
  18154. remote
  18155. control
  18156. server
  18157. controller
  18158. unmountit
  18159. mw68k
  18160. mw68k
  18161. browsermaker
  18162. mw68k
  18163. moviebrowser
  18164. mwindoid
  18165. mwindoid
  18166. mwprefix68k
  18167. mwprefix68k
  18168. mwprefixrez68k
  18169. mwprefixrez68k
  18170. mwprefixrezppc
  18171.    activate
  18172.     end tell
  18173. on error errMsg number errNum
  18174.     --enter statements to perform when no records are found such as...
  18175.     display dialog "Sorry, the item you selected could not be found."
  18176.     return
  18177. end try
  18178. e    No Changef!CollectColors
  18179. KnowsPICT
  18180. CLUTq
  18181. Dev.CD Nov 00 TC Disk 1
  18182. All Packages
  18183. Color Locator DA
  18184. 70001X
  18185. IMPORTANT INFORMATION ABOUT THIS SDK
  18186. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  18187. http://www.apple.com/quicktime/.
  18188. Summary:  QuickTime Conferencing is a system software extension. It comes with Apple Media Conference, an application program you use to set up video conferences, collaborate with others, exchange live video and sound, and share information over a network. Apple Med
  18189. ia Conference takes advantage of the networking capability already built into your computer so you can connect with other video conferencing systems over a local or wide area network, such as an AppleTalk local area network or the TCP/IP Internet.
  18190. The instructions in the "QuickTime Conf. - Read Me First" explain how to install and use QuickTime Conferencing and Apple Media Conference. To print out these instructions, open the File menu and choose Print; then click the Print button in the 
  18191. --set theItem to choose file -- uncomment to test in an AS editor
  18192.     tell application "Finder"
  18193.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OtherResInfo-MungeDeamon:"
  18194.         activate
  18195.     end tell
  18196. on error errMsg number errNum
  18197.     --enter statements to perform when no records are found such as...
  18198.     display dialog "Sorry, the item you selected could not be found."
  18199.     return
  18200. end try
  18201. e    No Changeq
  18202. Dev.CD Nov 00 TC Disk 1
  18203. All Packages
  18204. Color MarqueeIFThis is a very basic snippet to illustrate how to implement a marquee.J?Color Marquee.mcp
  18205. ColorMarquee(PPC)
  18206. RedAnts.c
  18207. RedAnts.rsrc
  18208. testM
  18209. Color QuickDrawN%Marquee, Marching Ants, Color MarqueeO>Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Color Marquee:PFDev.CD Nov 00 TC Disk 1
  18210.  - Sample Code
  18211.  - Graphics 2D
  18212.  - Color MarqueeV
  18213. 70002X
  18214. Nov 00^    TC Disk 1
  18215. e    No Changeo&http://developer.apple.com/samplecode/
  18216. demonstrates
  18217. various
  18218. movie
  18219. export
  18220. compo
  18221.  desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  18222. Color Locator DAK
  18223. Vol VL
  18224. Vol VIIO=Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Color Locator DAPEDev.CD Nov 00 TC Disk 1
  18225.  - Tool Chest
  18226.  - QuickDraw
  18227.  - Color Locator D
  18228. packagetool
  18229. packman
  18230. palette
  18231. palette
  18232. gworld
  18233. palette&gworld
  18234. palette&gworld
  18235. paletteanimation
  18236. paletteanimation
  18237. paper
  18238. parserW
  18239. parsing
  18240. partmaker
  18241. partmaker
  18242. pascal
  18243. pascal
  18244. sample
  18245. 3.0b10
  18246. password
  18247. patch
  18248. r13u5
  18249. r15d1
  18250. reader_
  18251. receive
  18252. redistribution
  18253. registration
  18254. registry~
  18255. release
  18256. reporting
  18257. reports
  18258. requests
  18259. resedit
  18260. resources
  18261. e    No Changeq
  18262. Dev.CD Nov 00 TC Disk 1
  18263. All Packages
  18264. F    OTLLCTest
  18265. Sample program demonstrating how to read and write data packets directly to an ethernet driver using the Open Transport XTI API. 
  18266. The sample program implements both send and receive. Demonstrates the following.
  18267. 1. How to determine which port AppleTalk is currently using
  18268. 2. List available ethernet drivers
  18269. 3. Using Option Management to enable raw mode for both original and mentat template based drivers.
  18270. Development - Requires CodeWarrior IDE v2.1 or greater along with OT 1.1.2 or greater. B
  18271. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  18272. JwNegotiateRawModeSample.c
  18273. NegotiateRawModeSample.h
  18274. OTLLCTest Readme
  18275. OTLLCTest(PPC)
  18276. OTLLCTest.c
  18277. OTLLCTest.h
  18278. OTLLCTest.mcpK
  18279. Nov 98M
  18280. See the readme file
  18281. quickdraw
  18282. quickdraw
  18283. windows
  18284. 1.5.2
  18285. quickdraw
  18286. quickdraw
  18287. quickdraw3d
  18288. quickdraw3d
  18289. quicktake
  18290. quicktake
  18291. digital
  18292. camera
  18293. quicktake
  18294. windows
  18295. quicktime
  18296.     e    No ChangefROpen Transport
  18297. serial port
  18298. registry
  18299. OTGetUserPortNameFromPortRef
  18300. OTFindSerialPortsq
  18301. Dev.CD Nov 00 TC Disk 1
  18302. All Packages
  18303. OtherResInfo-MungeDeamon
  18304. jMungeDeamon is a source code sample illustrating how to use Interapplication Communications for sending commands and receiving data from another application.  In this case, the server is a faceless background application that looks inside of other application's resource files.  The client application allows you to display information retrieved from the server.
  18305. Common.h
  18306. MungeDeamon(PPC)
  18307. MungeDeamon.h
  18308. MungeDeamon.mcp
  18309. MungeDeamon.rsrc
  18310. MungeDeamonAEvents.c
  18311. MungeDeamonMain.c
  18312. OtherResInfo(PPC)
  18313. OtherResInfo.c
  18314. OtherResInfo.h
  18315. OtherResInfo.mcp
  18316. OtherResInfo.rsrc
  18317. readme
  18318. OtherResInfo-MungeDeamonOUDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OtherResInfo-MungeDeamon:P]Dev.CD Nov 00 TC Disk 1
  18319.  - Sample Code
  18320.  - Human Interface Toolbox
  18321.  - OtherResInfo-MungeDeamonV
  18322. 72103X
  18323. Nov 00^    TC Disk 1
  18324. e    No Change
  18325. --set theItem to choose file -- uncomment to test in an AS editor
  18326.     tell application "Finder"
  18327.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTFindSerialPorts:"
  18328.         activate
  18329.     end tell
  18330. on error errMsg number errNum
  18331.     --enter statements to perform when no records are found such as...
  18332.     display dialog "Sorry, the item you selected could not be found."
  18333.     return
  18334. end try
  18335. snippet
  18336. demonstrate
  18337. system
  18338. utilitie
  18339. snippet
  18340. demonstrate
  18341. system
  18342. popup
  18343. control
  18344. snippets
  18345. snively
  18346. snstartfileplay
  18347. --set theItem to choose file -- uncomment to test in an AS editor
  18348.     tell application "Finder"
  18349.         open item "Dev.CD Apr 94
  18350. Dev.CD Jan 94
  18351. Dev.CD Oct 93
  18352. Dev.CD Jul 93
  18353. Dev.CD Apr 93"
  18354.         activate
  18355.     end tell
  18356. on error errMsg number errNum
  18357.     --enter statements to perform when no records are found such as...
  18358.     display dialog "Sorry, the item you selected could not be found."
  18359.     return
  18360. end try
  18361. includingR
  18362. includs
  18363. inclusion
  18364. incoming
  18365. incompatability
  18366. front@
  18367. frontier@
  18368. full-features@
  18369. functional@
  18370. g3-class@
  18371. gelphman@
  18372. generally@
  18373. generically@
  18374. getinfo@
  18375. getting/setting@
  18376. glance@
  18377. gory@
  18378. graphic@
  18379. gridwindowgrow@
  18380. groups@
  18381. grown@
  18382. hand-coded@
  18383. hands@
  18384. hangul@
  18385. happen@
  18386. hash@
  18387. haven't@
  18388. having@
  18389. havoc@
  18390. helper@
  18391. here's@
  18392. high-visibility@
  18393. hints@
  18394. possible
  18395. across
  18396. several
  18397. screens
  18398. however@
  18399. html@
  18400. http@
  18401. ports
  18402. built-in
  18403. devices@
  18404. icondispatch@
  18405. ideal@
  18406. ignore@
  18407. illustrates@
  18408. illustrates
  18409. number
  18410. techniques
  18411. prov@
  18412. imageer@
  18413. implementation@
  18414. about
  18415. otendpointinfo
  18416. about
  18417. otfindserialports
  18418. about
  18419. otlookupnametest
  18420. about
  18421. ottcpwilldial
  18422. about
  18423. sample
  18424. about
  18425. procdoggie
  18426. about
  18427. simple
  18428. server
  18429. about
  18430. snapshot
  18431. sample
  18432. about
  18433. streamnop
  18434. about
  18435. switch
  18436. stack
  18437. about
  18438. tpifile
  18439. about
  18440. traceroute
  18441. sample
  18442. about
  18443. transferprovider
  18444. --set theItem to choose file -- uncomment to test in an AS editor
  18445.     tell application "Finder"
  18446.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTEndpointInfo:"
  18447.         activate
  18448.     end tell
  18449. on error errMsg number errNum
  18450.     --enter statements to perform when no records are found such as...
  18451.     display dialog "Sorry, the item you selected could not be found."
  18452.     return
  18453. end try
  18454. t.68K.
  18455. ColorizePict.PPC.
  18456. ColorizePict.SYM
  18457. hatter
  18458. Header
  18459. PictInfoTest.
  18460. Resource
  18461. SourceM
  18462. Color QuickDrawNDColor Picker, Colorize, CopyBits, foreground color, background colorO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:ColorizePict:PEDev.CD Nov 00 TC Disk 1
  18463.  - Sample Code
  18464.  - Graphics 2D
  18465.  - ColorizePictV
  18466. 70006X
  18467. Nov 00^    TC Disk 1
  18468. e    No Change
  18469. rhapsody
  18470. pages
  18471. rhapsody
  18472. release
  18473. notes
  18474. ringR
  18475. riser
  18476. robustness
  18477. rotate
  18478. rotatestring
  18479. rotation
  18480. router
  18481. routines
  18482. routing
  18483. rowbytes
  18484. IMPORTANT INFO ABOUT QUICKTIME VR
  18485. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  18486. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  18487. http://www.apple.com/store
  18488. To get started,  you can go to the DevelopB
  18489. ers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  18490. http://www.apple.com/quicktime/developers
  18491. JmCheck the QuickTime 3 SDK
  18492. folder for more information
  18493. integrated with QuickTime.
  18494.  QuickTime VR is now fully K
  18495. Jul 97L
  18496. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  18497.  VR:PADev.CD Apr 00 SDK1
  18498.  - Development Kits
  18499.  - Mac OS
  18500.  - QuickTime
  18501. registry
  18502. scanner
  18503. porting
  18504. ports
  18505. posers
  18506. positions
  18507. posix
  18508. postscript
  18509. postscripthandle
  18510. power
  18511. power
  18512. power
  18513. power
  18514. power
  18515. power
  18516. macintosh
  18517. power
  18518. macintosh
  18519. debugger
  18520. power
  18521. manager
  18522. powerbook
  18523. powerbook
  18524. powerbook
  18525. series
  18526. powerpcA
  18527. powerpc
  18528. bandwidthA
  18529. powerplant
  18530. toolboxe
  18531. ppcbrowser
  18532. pre-mixer
  18533. pre-mixer
  18534. component
  18535. precision
  18536. preemptive
  18537. preemptive
  18538. preference
  18539. preference
  18540. services
  18541. preferences
  18542. access
  18543. protocol
  18544. printer
  18545. driver
  18546. printers
  18547. printing
  18548. private
  18549. processN
  18550.  Oct 00 SDK1
  18551. e    No ChangefHOpen Transport
  18552. OTGetEndpointInfo
  18553. TEndpointInfo
  18554. ETSDA
  18555. OTEndpointInfoq
  18556. Dev.CD Nov 00 TC Disk 1
  18557. All Packages
  18558. OTFindSerialPortsI
  18559. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  18560. Inside Macintosh: Open Transport
  18561. .J`OTFindSerialPorts(PPC)
  18562. OTFindSerialPorts.c
  18563. OTFindSerialPorts.mcp
  18564. Read Me About OTFindSerialPortsK
  18565. Jun 98M
  18566. Open Transport 1.1.1 or higherNVOpen Transport, serial port, registry, OTGetUserPortNameFromPortRef, OTFindSerialPortsOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTFindSerialPorts:PIDev.CD Nov 00 TC Disk 1
  18567.  - Sample Code
  18568.  - Networking
  18569.  - OTFindSerialPortsV
  18570. 72102X
  18571. Nov 00^    TC Disk 1
  18572. e    No Change
  18573. All Packages
  18574. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  18575. Dev.CD Jan 94
  18576. Dev.CD Oct 93
  18577. Dev.CD Jul 93
  18578. Dev.CD Apr 93PDDev.CD Apr 94
  18579. Dev.CD Jan 94
  18580. Dev.CD Oct 93
  18581. Dev.CD Jul 93
  18582. Dev.CD Apr 9V
  18583. 72723X
  18584. Apr 94
  18585. --set theItem to choose file -- uncomment to test in an AS editor
  18586.     tell application "Finder"
  18587.         open item "Dev.CD Apr 94
  18588. Dev.CD Jan 94
  18589. Dev.CD Oct 93
  18590. Dev.CD Jul 93
  18591. Dev.CD Apr 93"
  18592.         activate
  18593.     end tell
  18594. on error errMsg number errNum
  18595.     --enter statements to perform when no records are found such as...
  18596.     display dialog "Sorry, the item you selected could not be found."
  18597.     return
  18598. end try
  18599. All Packages
  18600. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  18601. Dev.CD Jan 94
  18602. Dev.CD Oct 93
  18603. Dev.CD Jul 93
  18604. Dev.CD Apr 93PDDev.CD Apr 94
  18605. Dev.CD Jan 94
  18606. Dev.CD Oct 93
  18607. Dev.CD Jul 93
  18608. Dev.CD Apr 9V
  18609. 72724X
  18610. Apr 94
  18611. ic-savvy
  18612. qtimagedrawer
  18613. qtjava
  18614. qtmissingcomp
  18615. qtmissingcomp
  18616. illustrates
  18617. preferred
  18618. method
  18619. quicktime
  18620. qtmovie
  18621. tracker
  18622. pascal
  18623. snippet
  18624. audio
  18625. tracks
  18626. cd-romw
  18627. cd-rom-basedw
  18628. cdent
  18629. cdeve
  18630. cdevse
  18631. cdk's
  18632. cdromdrivecheck
  18633. cdtool
  18634. celestial
  18635. celik
  18636. center
  18637. centered
  18638. central
  18639. centre
  18640. certain
  18641. certainly
  18642. certificate
  18643. certificates
  18644. certified
  18645. cfdata
  18646. common
  18647. common
  18648. files
  18649. QuickDraw
  18650.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  18651. QuickDraw 3D v1.5.2K
  18652. Sep 97N
  18653. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  18654.  - Development Kits
  18655.  - QuickDraw 3D for Windows 1.5.2
  18656. generator
  18657. gestalt
  18658. gestalt
  18659. manager
  18660. gestalt
  18661. selector
  18662. codes
  18663. gestaltnativecputype
  18664. gestaltprocessortype
  18665. gestaltquickdrawfeat
  18666. gestaltquickdrawvers
  18667. gestaltvmattr
  18668. vrefnum
  18669. vtwin
  18670. script
  18671. vu-meter
  18672. vumeter
  18673. waitnextevent
  18674. wake100
  18675. waste
  18676. wavelet
  18677. browser
  18678. objects
  18679. setdeskcpatdemo
  18680. setindstring
  18681. setled
  18682. setpdimc
  18683. settingupstdfile
  18684. setup
  18685. setupgl
  18686. setwindbackcolor
  18687. sgcapture
  18688. sgcapture2disk
  18689. shadingwinds
  18690. shared
  18691. sharedmemory
  18692. sheets
  18693. shell
  18694. sherlock
  18695. sherlock
  18696. plug-ins
  18697. shimmermate
  18698. shimmermate
  18699. 2.0.1
  18700. globals
  18701. movie
  18702. showballoon
  18703. showballoon
  18704. showdialogboxes
  18705. showdialogboxes
  18706. showiniticon
  18707. signals
  18708. simpleplayer
  18709. simpletext
  18710. sound
  18711. source
  18712. sources
  18713. specific
  18714. spooler
  18715. sprocket
  18716. stack
  18717. outputs
  18718. overview
  18719. overview
  18720. appletalk
  18721. overview
  18722. appletalk
  18723. overview
  18724. development
  18725. overview
  18726. development
  18727. package
  18728. packageexample
  18729. packagetool
  18730. packagetool
  18731. packagetool
  18732. packagetool
  18733. packagetool
  18734. packagetool
  18735. packageutils
  18736. packageutils
  18737. packageutils
  18738. packagewindow
  18739. packagewindow
  18740. packagewindow
  18741. packman
  18742. packman
  18743. packman
  18744. pages
  18745. palette
  18746. papserverutilities
  18747. papserverutilities
  18748. papserverutilities
  18749. papworkstation
  18750. papworkstation
  18751. portable
  18752. ported
  18753. porting
  18754. porting
  18755. objective-c
  18756. theresa
  18757. tensor
  18758. informa
  18759. portion
  18760. portions
  18761. portlist
  18762. portrait{
  18763. portrect
  18764. ports
  18765. portuguese
  18766. posers
  18767. position
  18768. positioning
  18769. positions
  18770. posix
  18771. possibilities
  18772. possibility
  18773. possiblee
  18774. possibly
  18775. osting
  18776. posts
  18777. postscript
  18778. postscripthandle
  18779. postscripthandledemo
  18780. potential
  18781. potentially
  18782. pottier
  18783. powemac{
  18784. mcplaymovie
  18785. mcplaymovie
  18786. e    No ChangefNopen transport
  18787. port registry
  18788. OTGetIndexedPort
  18789. OTDumpPortRegistryq
  18790. Dev.CD Nov 00 TC Disk 1
  18791. All Packages
  18792. OTEndpointInfo
  18793. KThis sample demonstrates how to query an endpoint for its 
  18794. vital statistic
  18795.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  18796. Inside Macintosh: Open Transport
  18797. JTOTEndpointInfo(PPC)
  18798. OTEndpointInfo.c
  18799. OTEndpointInfo.mcp
  18800. Read Me About OTEndpointInfoK
  18801. Nov 97L
  18802. Jun 98M
  18803. Open Transport 1.1.1 or higherNMOpen Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDA, OTEndpointInfoO>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTEndpointInfo:PFDev.CD Nov 00 TC Disk 1
  18804.  - Sample Code
  18805.  - Networking
  18806.  - OTEndpointInfoV
  18807. 72101X
  18808. Nov 00^    TC Disk 1
  18809. e    No Change
  18810. --set theItem to choose file -- uncomment to test in an AS editor
  18811.     tell application "Finder"
  18812.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpPortRegistry:"
  18813.         activate
  18814.     end tell
  18815. on error errMsg number errNum
  18816.     --enter statements to perform when no records are found such as...
  18817.     display dialog "Sorry, the item you selected could not be found."
  18818.     return
  18819. end try
  18820. JNColorSync 3.0 Installer
  18821. Documentation
  18822. Goodies
  18823. Interfaces
  18824. Libraries
  18825. Sample CodeK
  18826. Mar 93L
  18827. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOADev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:PIDev.CD Oct 00 SDK1
  18828.  - Development Kits
  18829.  - Mac OS
  18830.  - ColorSync 3.0 Mac SDK
  18831. ge in the future.
  18832. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  18833. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  18834. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  18835. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  18836. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  18837. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  18838. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  18839. JvOTDumpInternetStatus(PPC)
  18840. OTDumpInternetStatus.c
  18841. OTDumpInternetStatus.mcp
  18842. Read Me 
  18843.  OTDumpInternetStatus
  18844. Sample OutputK
  18845. May 98L
  18846. Jun 98M
  18847. Open TransportN
  18848. open transport, netstat, display, dump, arp, cache logical physical interfaces routing table tcp udp status, OTDumpInternetStatusODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpInternetStatus:PLDev.CD Nov 00 TC Disk 1
  18849.  - Sample Code
  18850.  - Networking
  18851.  - OTDumpInternetStatusV
  18852. 72099X
  18853. Nov 00^    TC Disk 1
  18854. --set theItem to choose file -- uncomment to test in an AS editor
  18855.     tell application "Finder"
  18856.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpInternetStatus:"
  18857.         activate
  18858.     end tell
  18859. on error errMsg number errNum
  18860.     --enter statements to perform when no records are found such as...
  18861.     display dialog "Sorry, the item you selected could not be found."
  18862.     return
  18863. end try
  18864. e    No Change
  18865. otdumpinternetstatus
  18866. otdumpportregistry
  18867. other
  18868. otsimpledownloadhttp
  18869. otstreamlogviewer
  18870. please
  18871. developer
  18872. sample
  18873. rotate
  18874. movie
  18875. sample
  18876. folder
  18877. windows
  18878. sndplaydblbuffer
  18879. 2.0b6
  18880. 2.0b6
  18881. traddriverloaderlib
  18882. me-formatasdosdisk
  18883. reader_
  18884. reader
  18885. installer_
  18886. readlocation
  18887. readlocation
  18888. readlocation
  18889. readlocation
  18890. readmeP
  18891. Weview what your image will look like on the printing press. 
  18892.  Execute any custom color matching needed.
  18893. New ColorSync Photoshop Plug-ins (Impo
  18894. f{open transport
  18895. netstat
  18896. display
  18897. cache logical physical interfaces routing table tcp udp status
  18898. OTDumpInternetStatusq
  18899. Dev.CD Nov 00 TC Disk 1
  18900. All Packages
  18901. OTDumpPortRegistryI
  18902. This very simple sample dumps a text version of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  18903. JoOTDumpPortRegistry(PPC)
  18904. OTDumpPortRegistry.c
  18905. OTDumpPortRegistry.mcp
  18906. Read Me 
  18907.  OTDumpPortRegistry
  18908. Sample OutputsK
  18909. Apr 97L
  18910. Jun 98M
  18911. Open Transport 1.1.1 or greaterNTopen transport, port registry, OTGetIndexedPort, dump, list, see, OTDumpPortRegistryOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpPortRegistry:PJDev.CD Nov 00 TC Disk 1
  18912.  - Sample Code
  18913.  - Networking
  18914.  - OTDumpPortRegistryV
  18915. 72100X
  18916. Nov 00^    TC Disk 1
  18917. e    No Change
  18918. Apr 94
  18919. p--set theItem to choose file -- uncomment to test in an AS editor
  18920.     tell application "Finder"
  18921.         open item "Dev.CD Apr 94
  18922. Dev.CD Jan 94"
  18923.         activate
  18924.     end tell
  18925. on error errMsg number errNum
  18926.     --enter statements to perform when no records are found such as...
  18927.     display dialog "Sorry, the item you selected could not be found."
  18928.     return
  18929. end try
  18930. All Packages
  18931. System Enabler 065 (LC 575)O
  18932. Dev.CD Apr 94P
  18933. Dev.CD Apr 9V
  18934. 72784X
  18935. Apr 94
  18936. b--set theItem to choose file -- uncomment to test in an AS editor
  18937.     tell application "Finder"
  18938.         open item "Dev.CD Apr 94"
  18939.         activate
  18940.     end tell
  18941. on error errMsg number errNum
  18942.     --enter statements to perform when no records are found such as...
  18943.     display dialog "Sorry, the item you selected could not be found."
  18944.     return
  18945. end try
  18946. All Packages
  18947. System Enabler 065 (LC 575)O
  18948. Dev.CD Apr 94P
  18949. Dev.CD Apr 9V
  18950. 72785X
  18951. Apr 94
  18952. tesampleglue
  18953. tesampleglue
  18954. tesampleglue
  18955. tesampleinit
  18956. tesampleinit
  18957. tesampleinit
  18958. tesampleppc
  18959. tesampleppc
  18960. tesampleppc
  18961. testc
  18962. fragments
  18963. script
  18964. target
  18965. vbigdsp
  18966. vbigdsp
  18967. vbigdsp
  18968. test3dsound
  18969. testbanks
  18970. testbanks
  18971. testbed
  18972. finderopenselection
  18973. finders
  18974. findfamilies
  18975. finding
  18976. finding
  18977. serial
  18978. findlurkers
  18979. eP8Dev.CD Dec 99 RL
  18980.  - Technical Publications
  18981.  - enterpriseV
  18982. 72962X
  18983. Dec 99^
  18984. --set theItem to choose file -- uncomment to test in an AS editor
  18985.     tell application "Finder"
  18986.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  18987.         activate
  18988.     end tell
  18989. on error errMsg number errNum
  18990.     --enter statements to perform when no records are found such as...
  18991.     display dialog "Sorry, the item you selected could not be found."
  18992.     return
  18993. end try
  18994. Deleted
  18995. /A.http://developer.apple.com/techpubs/index.html
  18996. Dev.CD Dec 99 RL
  18997. All Packages
  18998. F&Technical Publications: Function Index
  18999. 7Summary:
  19000. The Function index provides links to function descriptions from Inside Macintosh and from new and revised Mac OS 8 documents. Note that QuickTime and Sound Manager functions are described in a separate Function Index.
  19001. The Function Index can be accessed through the Mac OS 8 Documentation product page.
  19002. O>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCodeResource:PFDev.CD Nov 00 TC Disk 1
  19003.  - Sample Code
  19004.  - Networking
  19005.  - OTCodeResourceV
  19006. 72098X
  19007. Nov 00^    TC Disk 1
  19008. --set theItem to choose file -- uncomment to test in an AS editor
  19009.     tell application "Finder"
  19010.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCodeResource:"
  19011.         activate
  19012.     end tell
  19013. on error errMsg number errNum
  19014.     --enter statements to perform when no records are found such as...
  19015.     display dialog "Sorry, the item you selected could not be found."
  19016.     return
  19017. end try
  19018. e    No ChangefWOpen Transport
  19019. code resource
  19020. CodeWarrior
  19021. ethernet address
  19022. hardware addressq
  19023. Dev.CD Nov 00 TC Disk 1
  19024. All Packages
  19025. OTDumpInternetStatusI
  19026. This sample demonstrates how to write an application that dumps out various information on the Open Transport TCP/IP protocol stack, much like the netstat program on UNIX.K
  19027. May 98L
  19028. Jun 98V
  19029. 72099X
  19030. 1e    No Change
  19031. support
  19032. sales
  19033. products
  19034. apple
  19035. conjunction
  19036. c Connectivity Set 1.1.1 folder contains  CTB tools, including
  19037.         
  19038. XMODEM 1.1 Tool
  19039.         
  19040. Serial 1.0.2 Tool
  19041. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  19042. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  19043. The Communications 1 folder contains the 1.0.2 installer scr
  19044. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  19045. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  19046. NOTE:  Developers should do all new development with Open Transport where possible.
  19047. Aug 93L
  19048. Macintosh with 68030 processor or later, Open Transport 1.1 or greater installed. The sample can be compiled using the Open Transport 1.3 SDK and Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressac OS
  19049.  - Communications Toolbox
  19050. otchecknetforname
  19051. readme
  19052. otchecknetfornbpname
  19053. otchecknetfornbpname
  19054. otchecknetfornbpname
  19055. otchecknetfornbpname
  19056. otdumpinternetstatus
  19057. otdumpinternetstatus
  19058. otdumpinternetstatus
  19059. otdumpinternetstatus
  19060. otdumpportregistry
  19061. otdumpportregistry
  19062. otdumpportregistry
  19063. otdumpportregistry
  19064. otendpointinfo
  19065. otendpointinfo
  19066. otendpointinfo
  19067. otendpointinfo
  19068. otfindserialports
  19069. otfindserialports
  19070. otfindserialports
  19071. otfindserialports
  19072. otgetdefaultetheradd
  19073. otgetdefaultethernet
  19074. otgetdefaultethernet
  19075. other
  19076. otherresinfo
  19077. otherresinfo
  19078. otherresinfo
  19079. otherresinfo
  19080. otherresinfo
  19081. otherresinfo
  19082. otherresinfo-mungede
  19083. otllctest
  19084. otllctest
  19085. otllctest
  19086. otllctest
  19087. otvirtualserver
  19088. outdata
  19089. output
  19090. output
  19091. files
  19092. parser@
  19093. pascalinterfaces@
  19094. pccardnetworksample
  19095. picker@
  19096. place
  19097. system
  19098. folder@
  19099. platforms
  19100. tools@
  19101. play1
  19102. polish@
  19103. popuptkl
  19104. powerbookg3series@
  19105. powerpc@
  19106. toolbox
  19107. keychain@
  19108. ppcbrowseroverride@
  19109. print@
  19110. printcomments
  19111. printdialogmagic
  19112. privateconditionals@
  19113. programming
  19114. information
  19115. progressbars@
  19116. prototypes
  19117. pshdldemo
  19118. survival
  19119. qd3d@
  19120. qdrawhandler@
  19121. qt3dtween
  19122. qtfullscreen@
  19123. qtmusic
  19124. qtshoweffect
  19125. qttext
  19126. qtwiredsprites
  19127. quickstart@
  19128. quit@
  19129. html@
  19130. ramdiskinit@
  19131. rdocproc@
  19132. topseeturvee@
  19133. transitions
  19134. themes@
  19135. ueenie@
  19136. umousetrackbehavior
  19137. updates@
  19138. userstartup
  19139. goodies@
  19140. validator
  19141. 1.11@
  19142. webobjects
  19143. database
  19144. manageru
  19145. manalyzer
  19146. manalyzer
  19147. manalyzer
  19148. manalyzer
  19149. relase
  19150. notes
  19151. manalyzer
  19152. relase
  19153. notes
  19154. manualj
  19155. mappings
  19156. edition`
  19157. revised
  19158. WatchMe is a custom application intended to support the WatchMe.mov movie on the QuickTime SDK (Software Development Kit).
  19159. Its sole reason for existing is to convert relative URLs (contained in wired sprite actions) to absolute URLs (for consumption by the movie controller).  Currently the movie controller cannot handle relative URLs. WatchMe is just like most other QuickTime movie players, except that it intercepts movie controller actions of type mcActionLinkToURL. (In the WatchMe.mov mB
  19160. ovie, these actions are generated by wired sprite actions). It inspects the URL passed with the action and, if it's a relative URL, converts it into an absolute URL before passing it on to the movie controller.
  19161. Application Files
  19162. Building QT Samples
  19163. Common Files
  19164. README
  19165. WatchMe
  19166. WatchMe 68k
  19167. WatchMe 68k.mcp
  19168. WatchMe FAT.mcp
  19169. WatchMe PPC
  19170. WatchMe PPC.mcp
  19171. WatchMe Win.mcp
  19172. WatchMe.c
  19173. WatchMe.exe
  19174. WatchMe.h
  19175. WatchMe.makOODev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:WatchMe:
  19176. redbook
  19177. redistribution
  19178. reference
  19179. referential
  19180. reformatting
  19181. region
  19182. registration
  19183. registry
  19184. related
  19185. relative
  19186. release
  19187. remove
  19188. rename
  19189. renderer
  19190. rendering
  19191. replace
  19192. replacement
  19193. reports
  19194. resedit
  19195. resedit
  19196. 2.1.1
  19197. disassembly
  19198. disassembler
  19199. viewer
  19200. edito
  19201. resolution
  19202. resource[
  19203. resource
  19204. addresmenu[
  19205. resources^
  19206. performa
  19207. 7.1p2@
  19208. popups@
  19209. project@
  19210. qtshoweffect@
  19211. quickdraw
  19212. quicktime
  19213. quicktime
  19214. r13u5@
  19215. better
  19216. version
  19217. launchwithdoc@
  19218. collection
  19219. macintosh
  19220. quicktime
  19221. samples@
  19222. collection
  19223. quicktime
  19224. samples@
  19225. sample
  19226. showing
  19227. receive
  19228. appleevents
  19229. a-trap@
  19230. above@
  19231. account/password@
  19232. The OTCheckNetForNBPName sample demonstrates the use of the Open Transport to search an AppleTalk network for an NBP entity using multiple simultaneous searches to reduce the lookup time.
  19233. This sample demonstrates how to
  19234. 1. find the number of AppleTalk zones present by dynamically increasing the buffer size until a kOTBufferOverflowErr is no longer returned.
  19235. 2. Use multiple lookup request and reply structures in order to reduce the amount of time required to search the network.
  19236. 3. Use asynB
  19237. chronous lookup requests so that other actions can be taken while performing the lookup.
  19238. 4. Turn on self send globally
  19239. 5. Register/deregister an entity with OT.
  19240. EnableSelfSendSample.c
  19241. OTCheckNetForName Readme
  19242. OTCheckNetForName.ppc
  19243. OTCheckNetForNBPName.c
  19244. OTCheckNetForNBPName.h
  19245. OTCheckNetForNBPName.projODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:PLDev.CD Nov 00 TC Disk 1
  19246.  - Sample Code
  19247.  - Networking
  19248.  - OTCheckNetForNBPName
  19249. purpose
  19250. menuscripter
  19251. sample
  19252. demonstrat
  19253. release
  19254. apple's
  19255. brings
  19256. increased
  19257. functionali
  19258. samplefilter
  19259. postscript
  19260. output
  19261. filter
  19262. laserwriter
  19263. search
  19264. internet
  19265. feature
  19266. sherlock
  19267. application
  19268. signaturetoapp
  19269. function
  19270. takes
  19271. application's
  19272. signature
  19273. small
  19274. stored
  19275. first
  19276. bytes
  19277. smallest
  19278. launchaplication
  19279. example
  19280. could
  19281. designed
  19282. learning/testing
  19283. virtual
  19284. server
  19285. attempt
  19286. provide
  19287. piece
  19288. sampl
  19289. thee{
  19290. their
  19291. csoundboardapp
  19292. csoundboardapp
  19293. csoundboardapp
  19294. csoundboardwindow
  19295. csoundboardwindow
  19296. csoundboardwindow
  19297. ct-009-4433
  19298. ct-009-4433
  19299. install
  19300. ct-009-4434
  19301. ct-009-4434
  19302. install
  19303. ct-009-4435
  19304. ct-009-4435
  19305. install
  19306. ct-009-4436
  19307. ct-009-4436
  19308. ct-009-4437
  19309. ct-009-4437
  19310. working
  19311. sample
  19312. defproc
  19313. emulates
  19314. features
  19315. thomas
  19316. thompson
  19317. thooks
  19318. thoroughly
  19319. those`
  19320. though
  19321. thought
  19322. time-based
  19323. that the new acceleration curve is in effect, press the mouse button to have the program restore the original acceleration settings, and to quit the program.
  19324. Note that there is the included glue file CursorDevices.Glue.c.  This glue file is used in conjunction with the CursorDevices.h header file which became available since ETO 18.  Use this glue file to link a native PPC program with the CursorDevice Manager routines.  
  19325. NoPowerOffKey 1.2:  This extension disables the keyboard power key
  19326.  from being used to turn off a Macintosh. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  19327. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  19328. PSDev.CD Nov 00 TC Disk 1
  19329.  - Sample Code
  19330.  - Networking
  19331.  - OT/PPP Control Strip SampleV
  19332. 72096X
  19333. Nov 00^    TC Disk 1
  19334. --set theItem to choose file -- uncomment to test in an AS editor
  19335.     tell application "Finder"
  19336.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:"
  19337.         activate
  19338.     end tell
  19339. on error errMsg number errNum
  19340.     --enter statements to perform when no records are found such as...
  19341.     display dialog "Sorry, the item you selected could not be found."
  19342.     return
  19343. end try
  19344. e    No Changef8OT/PPP API
  19345. Control Strip
  19346. OT/PPP Control Strip Sampleq
  19347. Dev.CD Nov 00 TC Disk 1
  19348. All Packages
  19349. OTCheckNetForNBPName
  19350. 72097X
  19351. 72097X
  19352. Nov 00^    TC Disk 1
  19353. --set theItem to choose file -- uncomment to test in an AS editor
  19354.     tell application "Finder"
  19355.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:"
  19356.         activate
  19357.     end tell
  19358. on error errMsg number errNum
  19359.     --enter statements to perform when no records are found such as...
  19360.     display dialog "Sorry, the item you selected could not be found."
  19361.     return
  19362. end try
  19363. e    No Changeq
  19364. Dev.CD Nov 00 TC Disk 1
  19365. All Packages
  19366. OTCodeResource
  19367. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  19368. ApplParamsHack.c
  19369. ApplParamsHack.c.o
  19370. OTGetDefaultEtherAddr.
  19371. OTGetDefaultEthernetAddr
  19372. OTGetDefaultEthernetAddress.c
  19373. Read Me 
  19374.  OT Code Resource
  19375. WorksheetK
  19376. Apr 96L
  19377. Jun 98V
  19378. 72098X
  19379. 1e    No Change
  19380. Movies
  19381. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  19382. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  19383. JaOpenTptPPP.h
  19384. OT/PPP Client Dev Note 1.0.pdf
  19385. PPP Control.cp
  19386. PPP Control.rsrc
  19387. PPP Control.
  19388. PPP CSMK
  19389. Mar 97MTOpenTransport 1.1.2 and OpenTransport PPP build with OT 1.1.2 includes and librariesN(OpenTransport, PPP, Control Strip ModuleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:PSDev.CD Nov 00 TC Disk 1
  19390.  - Sample Code
  19391.  - Networking
  19392.  - OT/PPP Control Strip Sample
  19393. CompbasedMediaBroadcastEnv.pdfK
  19394. May 99L
  19395. Jul 99M
  19396. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsONDev.CD Mar OO RLDisk 1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PSDev.CD Mar OO RLDisk 1
  19397.  - Interactive Media Resources
  19398.  - CompbasedMediaBroadcastEnv
  19399. system
  19400. enabler
  19401. system
  19402. enabler
  19403. mactv
  19404. system
  19405. picker
  19406. system
  19407. update
  19408. taiwan
  19409. taiwan
  19410. chinese
  19411. option
  19412. 6.0.3
  19413. graphicsimporter
  19414. graphicsimporterdraw
  19415. graphicsimportgetima
  19416. graphicsimportsetima
  19417. gratitude
  19418. grayed
  19419. grayishoutline
  19420. grayscale
  19421. graytext
  19422. greatx
  19423. greater
  19424. greatly
  19425. green
  19426. greenspon
  19427. greeting
  19428. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  19429. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  19430.  Zimmerman's PACKman pascal sample
  19431. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  19432.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  19433. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  19434. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  19435. wN[QTVR, QuickTime VR, Make QTVR Object, Make QTVR Panorama, QuickTime, virtual reality, toolsO#Dev.CD Oct 98 SDK:Development Kits:P%Dev.CD Oct 98 SDK
  19436.  - Development Kits
  19437. reports
  19438. apple
  19439. builder
  19440. built-in
  19441. tscpluslibrar
  19442. cacheA
  19443. calccmask
  19444. calcmask
  19445. calcmask
  19446. calccmask
  19447. bitmap
  19448. copybits
  19449. newgworld
  19450. gworld
  19451. copymask
  19452. calculator
  19453. calculator
  19454. cocoa
  19455. calibrator
  19456. capabilities
  19457. capped
  19458. carbonr
  19459. carbon
  19460. carbonlib
  19461. carbon
  19462. manager
  19463. carbon
  19464. quicktime
  19465. graphicimporter
  19466. print
  19467. carbonlib
  19468. cardbus
  19469. cardbus
  19470. pcmcia
  19471. cd-rom
  19472. cd-rom
  19473. audio
  19474. tracker
  19475. control
  19476. cdrom
  19477. cdrom
  19478. drivers
  19479. center
  19480. centerrectinrect
  19481. figuration
  19482. configuration
  19483. connection
  19484. connection
  19485. tools
  19486. connectivity
  19487. consumer
  19488. consumer
  19489. electronics
  19490. container
  19491. content
  19492. content
  19493. region
  19494. context
  19495. context
  19496. switch
  19497. contextualy
  19498. contextual
  19499. menuy
  19500. continual
  19501. control
  19502. control
  19503. control
  19504. manager
  19505. delete
  19506. detector
  19507. detectorsy
  19508. developerz
  19509. development
  19510. device
  19511. dialog
  19512. dictation
  19513. disassembler
  19514. disassembly
  19515. image
  19516. dynamic
  19517. library
  19518. documentation
  19519. drawing
  19520. driver
  19521. driver
  19522. table
  19523. drivers
  19524. dynamic
  19525. editorO
  19526. emulator
  19527. environment
  19528. error
  19529. error
  19530. reports
  19531. apple
  19532. ethernetR
  19533. ethernet
  19534. eventi
  19535. eventsb
  19536. filetool
  19537. folder
  19538. foreground
  19539. NUOpen Transport, server, tilisten, notifiers, listen/accept handoff, OT Virtual ServerOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:PIDev.CD Nov 00 TC Disk 1
  19540.  - Sample Code
  19541.  - Networking
  19542.  - OT Virtual ServerV
  19543. 72094X
  19544. Nov 00^    TC Disk 1
  19545. --set theItem to choose file -- uncomment to test in an AS editor
  19546.     tell application "Finder"
  19547.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:"
  19548.         activate
  19549.     end tell
  19550. on error errMsg number errNum
  19551.     --enter statements to perform when no records are found such as...
  19552.     display dialog "Sorry, the item you selected could not be found."
  19553.     return
  19554. end try
  19555. e    No ChangefPOpen Transport
  19556. server
  19557. tilisten
  19558. notifiers
  19559. listen/accept handoff
  19560. OT Virtual Servero&http://developer.apple.com/samplecode/q
  19561. Dev.CD Nov 00 TC Disk 1
  19562. All Packages
  19563. OT/PPP Control Strip Sample
  19564. 72095X
  19565. ers and stub libraries, some of which are not present in Universal Headers.
  19566. Headers.
  19567. 72095X
  19568. Nov 00^    TC Disk 1
  19569. --set theItem to choose file -- uncomment to test in an AS editor
  19570.     tell application "Finder"
  19571.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:"
  19572.         activate
  19573.     end tell
  19574. on error errMsg number errNum
  19575.     --enter statements to perform when no records are found such as...
  19576.     display dialog "Sorry, the item you selected could not be found."
  19577.     return
  19578. end try
  19579. Movedf&OpenTransport
  19580. Control Strip Moduleq
  19581. Dev.CD Nov 00 TC Disk 1
  19582. All Packages
  19583. OT/PPP Control Strip SampleIPThis sample demonstrates how to call the OT/PPP API from a Control Strip module.JaOpenTptPPP.h
  19584. OT/PPP Client Dev Note 1.0.pdf
  19585. PPP Control.cp
  19586. PPP Control.rsrc
  19587. PPP Control.
  19588. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:V
  19589. 72096X
  19590. 1e    No Change
  19591. ou can use this as a basis for your o
  19592. scrolling
  19593. driver
  19594. loadable
  19595. loadable
  19596. bundle
  19597. loader
  19598. loading
  19599. loadscrap
  19600. locales
  19601. localization
  19602. localized
  19603. localized
  19604. strings
  19605. location
  19606. location
  19607. manager
  19608. lockfile
  19609. logical
  19610. double
  19611. doubles
  19612. space
  19613. lproj
  19614. lurkers
  19615. runtime
  19616. architecture
  19617. runtime
  19618. server
  19619. macapp
  19620. maccheck
  19621. machine
  19622. machine
  19623. identification
  19624. machinelocation
  19625. macintalk
  19626. macintoshR
  19627. All Packages
  19628. System Enabler 065 (LC 575)O
  19629. Dev.CD Apr 94
  19630. Dev.CD Jan 94P
  19631. Dev.CD Apr 94
  19632. Dev.CD Jan 9V
  19633. 72801X
  19634. Apr 94
  19635. p--set theItem to choose file -- uncomment to test in an AS editor
  19636.     tell application "Finder"
  19637.         open item "Dev.CD Apr 94
  19638. Dev.CD Jan 94"
  19639.         activate
  19640.     end tell
  19641. on error errMsg number errNum
  19642.     --enter statements to perform when no records are found such as...
  19643.     display dialog "Sorry, the item you selected could not be found."
  19644.     return
  19645. end try
  19646. All Packages
  19647. System Enabler 065 (LC 575)O
  19648. Dev.CD Apr 94
  19649. Dev.CD Jan 94P
  19650. Dev.CD Apr 94
  19651. Dev.CD Jan 9V
  19652. 72802X
  19653. Apr 94
  19654. eading
  19655. munge
  19656. mungedeamon
  19657. mungedeamon
  19658. source
  19659. sample
  19660. illustrating
  19661. munging
  19662. music{
  19663. music
  19664. quicktime
  19665. music
  19666. architecture
  19667. david
  19668. looping
  19669. loops
  19670. loose
  19671. loosely
  19672. lossiness
  19673. low-disk-space
  19674. low-level
  19675. lower
  19676. lower-case
  19677. lower-left
  19678. loyal{
  19679. configuration
  19680. dialog
  19681. configurations
  19682. configurey
  19683. configured
  19684. configures
  19685. configuringA
  19686. confines
  19687. confirm
  19688. confirmation
  19689. confirmed
  19690. conflict
  19691. conform
  19692. conforming
  19693. confused
  19694. confuses
  19695. confusing
  19696. confusion
  19697. conjunction
  19698. contentz
  19699. contentsi
  19700. context
  19701. context-sensitive
  19702. contextualy
  19703. continue_
  19704. continuing
  19705. 72566X
  19706. Nov 00^    TC Disk 2
  19707. --set theItem to choose file -- uncomment to test in an AS editor
  19708.     tell application "Finder"
  19709.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SimpleVideoOut:"
  19710.         activate
  19711.     end tell
  19712. on error errMsg number errNum
  19713.     --enter statements to perform when no records are found such as...
  19714.     display dialog "Sorry, the item you selected could not be found."
  19715.     return
  19716. end try
  19717. e    No ChangefeVideo Output Component
  19718. FireWire
  19719. Digital Video
  19720. Digital Video Output
  19721. Firewire Video Output
  19722. Exportingq
  19723. Dev.CD Nov 00 TC Disk 2
  19724. All Packages
  19725. F    SlideShowI
  19726. This demo program shows how to use the ImageViewer object to present a sequence of images one at a time using mouse clicks from the user.J
  19727. Finished Product
  19728. images
  19729. ReadMe
  19730. SlideShow(CW4).mcp
  19731. SlideShow.jar
  19732. SlideShow.mcp
  19733. Source Clippings
  19734. Sources (complete)
  19735. Sources (skeleton)K
  19736. Feb 00
  19737. O3Dev.CD Nov 00 TC Disk 1:Sample Code:Java:SlideShow:V
  19738. 72567X
  19739. 1e    No Change
  19740. dzinput
  19741. Dev.CD Nov 00 TC Disk 1
  19742. All Packages
  19743. SCSI Find Devices
  19744. SCSI Find Devices contains a very simple "wrapper" main program and a rather complex subroutine that illustrates
  19745.  how to iterate over all attached SCSI devices. It can be used by SCSI utility programs - such as formatters - that need to locate all SCSI devices.
  19746. JiSCSI Find Devices(PPC)
  19747. SCSI Find Devices.mcp
  19748. SCSIFindDevices.h
  19749. SCSIFindDevicesMain.c
  19750. SCSIFindNextDevice.cM
  19751. SCSI ManagerN8SCSI, SCSI Manager, bus scan, inquiry, SCSI Find DevicesOPDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Find Devices:P[Dev.CD Nov 00 TC Disk 1
  19752.  - Sample Code
  19753.  - Devices and Hardware
  19754.  - SCSI
  19755.  - SCSI Find DevicesV
  19756. 72518X
  19757. Nov 00^    TC Disk 1
  19758. e    No Change
  19759. processes
  19760. product
  19761. productsS
  19762. profile
  19763. profiler
  19764. profiles
  19765. progguidex
  19766. progguide
  19767. apple
  19768. scannersx
  19769. programmatich
  19770. programmatic
  19771. interface
  19772. programming
  19773. programming
  19774. information
  19775. 12x16
  19776. 140/170X
  19777. 16384
  19778. 16x16
  19779. 17000
  19780. 1992-1995
  19781. 1993-94
  19782. 1995{
  19783. accelerated
  19784. power
  19785. macintosh
  19786. artwork
  19787. program
  19788. 1995-2000
  19789. 1996S
  19790. 1999{
  19791. imagewriter
  19792. 2-335
  19793. 2-341
  19794. amounts
  19795. mbytes
  19796. mcactionlinktourl
  19797. mcbride
  19798. mdefproc
  19799. mdefs
  19800. mdiplayer
  19801. mdiplayer
  19802. sample
  19803. application
  19804. demonstrates
  19805. meana
  19806. meansa
  19807. meant
  19808. measurable
  19809. measure
  19810. measurement
  19811. connectivity
  19812. connectix
  19813. connector
  19814. connectors
  19815. conrad
  19816. considerx
  19817. considerable
  19818. consideration
  19819. considerationsx
  19820. consideredx
  19821. consideringx
  19822. consistencyu
  19823. consistent
  19824. consisting
  19825. consistsg
  19826. console
  19827. consolideted
  19828. constant
  19829. constantly
  19830. constants`
  19831. constitute
  19832. constrained
  19833. constrains
  19834. constraints
  19835. construct
  19836. constructing
  19837. constructs
  19838. consult
  19839. consumer
  19840. consumers
  19841. consuming
  19842. consumption
  19843. contactj
  19844. contacting
  19845. contacts
  19846. containT
  19847. contained
  19848. container
  19849. All Packages
  19850. System Enabler 003 (LC III)OEDev.CD Apr 94
  19851. Dev.CD Jan 94
  19852. Dev.CD Oct 93
  19853. Dev.CD Jul 93
  19854. Dev.CD Apr 93PDDev.CD Apr 94
  19855. Dev.CD Jan 94
  19856. Dev.CD Oct 93
  19857. Dev.CD Jul 93
  19858. Dev.CD Apr 9V
  19859. 72749X
  19860. Apr 94
  19861. --set theItem to choose file -- uncomment to test in an AS editor
  19862.     tell application "Finder"
  19863.         open item "Dev.CD Apr 94
  19864. Dev.CD Jan 94
  19865. Dev.CD Oct 93
  19866. Dev.CD Jul 93
  19867. Dev.CD Apr 93"
  19868.         activate
  19869.     end tell
  19870. on error errMsg number errNum
  19871.     --enter statements to perform when no records are found such as...
  19872.     display dialog "Sorry, the item you selected could not be found."
  19873.     return
  19874. end try
  19875. All Packages
  19876. System Enabler 003 (LC III)O7Dev.CD Apr 94
  19877. Dev.CD Jan 94
  19878. Dev.CD Oct 93
  19879. Dev.CD Aug 93P6Dev.CD Apr 94
  19880. Dev.CD Jan 94
  19881. Dev.CD Oct 93
  19882. Dev.CD Aug 9V
  19883. 72750X
  19884. Apr 94
  19885. pgpuam
  19886. pgpuam
  19887. enhancement
  19888. standard
  19889. appleshare
  19890. phase
  19891. philip
  19892. phone
  19893. phonetic
  19894. photo
  19895. sample
  19896. which
  19897. demonstrates
  19898. ethernet
  19899. driver
  19900. ol embedding turned on.J
  19901. ControlBackground(PPC)
  19902. ControlBackground.c
  19903. ControlBackground.mcp
  19904. ControlBackground.rsrc
  19905. MoveableModalDialog.c
  19906. MoveableModalDialog.hK
  19907. Aug 97ONDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ControlBackground:V
  19908. 70019X
  19909. 1e    No Change
  19910. summary
  19911. virtual
  19912. server
  19913. attempt
  19914. provide
  19915. piece
  19916. summary
  19917. virtual
  19918. tutorial
  19919. provides
  19920. quick
  19921. intro
  19922. summary
  19923. services
  19924. apple
  19925. event
  19926. suite
  19927. allows
  19928. appli
  19929. summary
  19930. these
  19931. obsolete
  19932. hypercard
  19933. toolkits
  19934. which
  19935. summary
  19936. these
  19937. updated
  19938. tools
  19939. quicktime
  19940. summary
  19941. application
  19942. demonstrates
  19943. appleev
  19944. summary
  19945. application
  19946. displays
  19947. volume
  19948. meters
  19949. summary
  19950. brochure
  19951. serves
  19952. foundation
  19953. explaining
  19954. summary
  19955. sample
  19956. demonstrates
  19957. palette
  19958. summary
  19959. collects
  19960. information
  19961. about
  19962. system
  19963. summary
  19964. developer
  19965. describes
  19966. latest
  19967. model
  19968. summary
  19969. developer's
  19970. package
  19971. includes
  19972. appleshar
  19973. summary
  19974. digest
  19975. collection
  19976. article
  19977. threads
  19978. summary
  19979. document
  19980. contains
  19981. international
  19982. devel
  19983.  - Development Kits
  19984.  - Mac OS
  19985.  - Control Strip
  19986. Summary: These are updated tools from the QuickTime team for making QuickTime Movies.  Also, included are a number of third party Digitizer Components.
  19987. Features:
  19988. ComboWalker: Allows you to operate on a folder of files as well as individual files.  
  19989. Digitizers: QuickTime compatible digitizer components for various third party digitizer boards.
  19990. DrawTextCodec Example: Shows how to write a simple codec.
  19991. Dumpster: An application for viewing the contents of a movie description.
  19992. Get Info Ini
  19993. t: GetInfo is an init that gives you some extra information about files that depend on other files.  
  19994. GrabGuy: An application that creates QuickTime
  19995.  movies from videotape.
  19996. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  19997. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  19998. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  19999. Set Movie Information: An appli
  20000. cond.  
  20001. Communications Toolbox
  20002. Contributed
  20003. Devices and Hardware
  20004. Files
  20005. Games
  20006. Graphics 2D
  20007. Graphics 3D
  20008. Help Systems
  20009. Human Interface Toolbox
  20010. Interapplication Comm
  20011. Memory
  20012. Networking
  20013. OS Utilities
  20014. Overview
  20015. Platforms and Tools
  20016. Printing
  20017. Processes
  20018. QuickTime
  20019. Runtime Architecture
  20020. Sound
  20021. Feb 97L
  20022. Mar 97M
  20023. Open Transport 1.1.1 or greaterO
  20024. Dev.CD Nov 99 TC:Sample Code:P
  20025. Dev.CD Nov 99 TC
  20026.  - Sample Codelbox:ControlBackground:"
  20027.         activate
  20028.     end tell
  20029. on error errMsg number errNum
  20030.     --enter statements to perform when no records are found such as...
  20031.     display dialog "Sorry, the item you selected could not be found."
  20032.     return
  20033. end try
  20034. e    No Changef(control
  20035. background
  20036. color
  20037. appearanceq
  20038. Dev.CD Nov 00 TC Disk 1
  20039. All Packages
  20040. ControlKeyPatch
  20041. 70020X
  20042. 72093X
  20043. Nov 99^
  20044. r--set theItem to choose file -- uncomment to test in an AS editor
  20045.     tell application "Finder"
  20046.         open item "Dev.CD Nov 99 TC:Sample Code:"
  20047.         activate
  20048.     end tell
  20049. on error errMsg number errNum
  20050.     --enter statements to perform when no records are found such as...
  20051.     display dialog "Sorry, the item you selected could not be found."
  20052.     return
  20053. end try
  20054. Deletedq
  20055. Dev.CD Nov 99 TC
  20056. All Packages
  20057. OT Virtual Server
  20058. The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with.   It also demonstrates the speed of Open Transport when used properly.
  20059. J6About OTVirtual Server
  20060. OTVirtualClient
  20061. OTVirtualServerL
  20062. Nov 00M
  20063. Open Transport 1.1.1OADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:V
  20064. 72094X
  20065. 1e    No Changeo&http://developer.apple.com/samplecode/
  20066. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  20067. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off 
  20068. to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  20069. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  20070. television
  20071. tendpointinfo
  20072. tesample
  20073. tesample
  20074. objec
  20075. oriented
  20076. object
  20077. pascal
  20078. framework
  20079. ooptesample
  20080. testdeviceattribute
  20081. testing
  20082. testing
  20083. debugging
  20084. testing
  20085. debugging
  20086. multiple
  20087. testing
  20088. debugging
  20089. networking
  20090. communications
  20091. testing
  20092. debugging
  20093. printers
  20094. testing
  20095. international
  20096. testing
  20097. memory
  20098. virtual
  20099. debugging
  20100. testylesample
  20101. encoding
  20102. character
  20103. encoding
  20104. converter
  20105. encoding
  20106. unicode
  20107. script
  20108. language
  20109. conversion
  20110. games
  20111. input
  20112. services
  20113. manager
  20114. services
  20115. textedit
  20116. tsmte
  20117. text-to-speech
  20118. textedit
  20119. textedit
  20120. tesample
  20121. textedit
  20122. tesample
  20123. cplustesample
  20124. textedit
  20125. transparent
  20126. texture
  20127. thread
  20128. threading
  20129. threads
  20130. print
  20131. tilisten
  20132. All Packages
  20133. QuickDraw GXO
  20134. Dev.CD Jan 96 SDK1P
  20135. Dev.CD Jan 96 SDKV
  20136. 72294X
  20137. Jan 96
  20138. g--set theItem to choose file -- uncomment to test in an AS editor
  20139.     tell application "Finder"
  20140.         open item "Dev.CD Jan 96 SDK1"
  20141.         activate
  20142.     end tell
  20143. on error errMsg number errNum
  20144.     --enter statements to perform when no records are found such as...
  20145.     display dialog "Sorry, the item you selected could not be found."
  20146.     return
  20147. end try
  20148. All Packages
  20149. QuickDraw GXO
  20150. Dev.CD Jan 96 SDK1P
  20151. Dev.CD Jan 96 SDKV
  20152. 72295X
  20153. Jan 96
  20154. g--set theItem to choose file -- uncomment to test in an AS editor
  20155.     tell application "Finder"
  20156.         open item "Dev.CD Jan 96 SDK1"
  20157.         activate
  20158.     end tell
  20159. on error errMsg number errNum
  20160.     --enter statements to perform when no records are found such as...
  20161.     display dialog "Sorry, the item you selected could not be found."
  20162.     return
  20163. end try
  20164. All Packages
  20165. QuickDraw GXO
  20166. Dev.CD Jan 96 SDK1V
  20167. 72296X
  20168. string
  20169. stringing
  20170. stringsf
  20171. stringservices
  20172. strip
  20173. stripped
  20174. stripunits
  20175. strlist
  20176. strlist
  20177. strlist
  20178. contain
  20179. routines
  20180. accessing
  20181. strlog
  20182. stroke
  20183. stroll
  20184. strong
  20185. stronger
  20186. strongest{
  20187. strongly
  20188. structglinfo
  20189. structs
  20190. structure
  20191. structured
  20192. structures
  20193. ControlStripSample(PPC)
  20194. ControlStripSample.c
  20195. ControlStripSample.mcp
  20196. ControlStripSample.rsrc
  20197. ControlStripN
  20198. ControlStripOODev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ControlStripSample:PWDev.CD Nov 00 TC Disk 1
  20199.  - Sample Code
  20200.  - Human Interface Toolbox
  20201.  - ControlStripSampleV
  20202. 70022X
  20203. Nov 00^    TC Disk 1
  20204. e    No Change
  20205. Record RetrievePictInfoI
  20206. This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordRetrievePictInfo and RetrievePictInfo.JgRecord RetrievePictInfo.c
  20207. Record RetrievePictInfo.rsrc
  20208. RecordRetrievePictInfo.mcp
  20209. RetrievePictInfo(PPC)M
  20210. System 7 or laterN(RecordRetrievePictInfo, RetrievePictInfoOHDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Record RetrievePictInfo:PPDev.CD Nov 00 TC Disk 1
  20211.  - Sample Code
  20212.  - Graphics 2D
  20213.  - Record RetrievePictInfo
  20214. 72092X
  20215. Nov 00^    TC Disk 2
  20216. --set theItem to choose file -- uncomment to test in an AS editor
  20217.     tell application "Finder"
  20218.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Optimization TN Demos:"
  20219.         activate
  20220.     end tell
  20221. on error errMsg number errNum
  20222.     --enter statements to perform when no records are found such as...
  20223.     display dialog "Sorry, the item you selected could not be found."
  20224.     return
  20225. end try
  20226. e    No ChangefGOptimization
  20227. buffered file system
  20228. cache
  20229. cacheline
  20230. Optimization TN Demosq
  20231. Dev.CD Nov 00 TC Disk 2
  20232. D!All Packages
  20233. Tool Chest Edition
  20234. OT Server Sample 1.0.1
  20235. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  20236. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  20237. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  20238. the Mac OS file system.
  20239. J#Cacheline Optimizer
  20240. CBuffFileStreamK
  20241. Nov 99M0Optimization Strategies for the Mac OS Technote.NKOptimization, buffered file system, cache, cacheline, Optimization TN DemosOCDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Optimization TN Demos:PKDev.CD Nov 00 TC Disk 2
  20242.  - Sample Code
  20243.  - Overview
  20244.  - Optimization TN Demos
  20245. opengl
  20246. drawsprocket
  20247. multiple
  20248. monitor
  20249. renderer
  20250. opening
  20251. openpicture
  20252. openstep
  20253. entransport
  20254. cache
  20255. display
  20256. dumparpcache
  20257. opentransport
  20258. control
  20259. strip
  20260. module
  20261. opentransport
  20262. server
  20263. thread
  20264. manager
  20265. tcp/ip
  20266. iostreams
  20267. optimization
  20268. optimization
  20269. buffered
  20270. system
  20271. cache
  20272. cacheline
  20273. optimizati
  20274. optimizing
  20275. option
  20276. oracle
  20277. ordered
  20278. oriented
  20279. ot/ppp
  20280. ot/ppp
  20281. control
  20282. strip
  20283. ot/ppp
  20284. control
  20285. strip
  20286. sample
  20287. ot/ppp
  20288. transport
  20289. getpppstatus
  20290. ot/ppp
  20291. otbuffer
  20292. otbufferinfo
  20293. otdumpinternetstatus
  20294. otdumpportregistry
  20295. otendpointinfo
  20296. otfifo
  20297. otfindserialports
  20298. otgetendpointinfo
  20299. otgetindexedport
  20300. otgetuserportnamefro
  20301. otlifo
  20302. otlink
  20303. otllctest
  20304. otlookup
  20305. otlookupnametest
  20306. otoptionmanagment
  20307. otpapsampleserver
  20308. OpenWindow is a source code sample illustrating how to open a window and handle and track mouse clicks in its content area.  To quit this application, type a letter 'q'.
  20309. J+OpenWindow(PPC)
  20310. OpenWindow.mcp
  20311. OpenWindow.pOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OpenWindow:PODev.CD Nov 00 TC Disk 1
  20312.  - Sample Code
  20313.  - Human Interface Toolbox
  20314.  - OpenWindowV
  20315. 72091X
  20316. Nov 00^    TC Disk 1
  20317. --set theItem to choose file -- uncomment to test in an AS editor
  20318.     tell application "Finder"
  20319.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OpenWindow:"
  20320.         activate
  20321.     end tell
  20322. on error errMsg number errNum
  20323.     --enter statements to perform when no records are found such as...
  20324.     display dialog "Sorry, the item you selected could not be found."
  20325.     return
  20326. end try
  20327. e    No Changeq
  20328. Dev.CD Nov 00 TC Disk 1
  20329. All Packages
  20330. Optimization TN Demos
  20331. 72092X
  20332. A simple example of using the PopupCDEF available in System 7 and later.
  20333. This CDEF allows you to create and work with popup menus in windows and dialogs a lot more easily than in the past. You use the same code as for controls.  You no longer have to seperate control clicks from PopupClicks, calling TrackControl does the 'InsertMenu/PopupMenuSelect/DeleteMenu' stuff for you.
  20334. The popupCDEF also handles things like using the window font, adding a resource menu (like a font menu) and other 
  20335. things from within the resource definition, there is less code you have to put in your application.
  20336. But some things have bitten folks, like making sure the tracking works correctly and the eternal question, "Where's the MenuHandle?".
  20337. This sample shows those things. Look at the function DoDocumentClick to see how tracking and  getting the value of a popup is done, and the function GetPopUpMenuHandle to see the proper way to access the MenuHandle of a popupCDEF popup menu.
  20338. And of course, 
  20339. 72577X
  20340. Nov 99^
  20341. r--set theItem to choose file -- uncomment to test in an AS editor
  20342.     tell application "Finder"
  20343.         open item "Dev.CD Nov 99 TC:Sample Code:"
  20344.         activate
  20345.     end tell
  20346. on error errMsg number errNum
  20347.     --enter statements to perform when no records are found such as...
  20348.     display dialog "Sorry, the item you selected could not be found."
  20349.     return
  20350. end try
  20351. Deletedq
  20352. Dev.CD Nov 99 TC
  20353. D!All Packages
  20354. Tool Chest Edition
  20355. Snippets - Files
  20356. (** = new, * = revised)
  20357. AS Authenticator:  This code sample answers the question: "How can I ask an AppleShare server to authenticate an account/password pair without mounting a volume?"  It attempts to mount a volume with a name which is known to be invalid. If VolumeMount claims the password didn't work, then it didn't. If VolumeMount claims the volume could not be mounted, then the password was valid.  Note: This is 100% predictable behavior and doesn't rely on any hacks. However, it dlt
  20358. 72479X
  20359. Nov 00^    TC Disk 2
  20360. --set theItem to choose file -- uncomment to test in an AS editor
  20361.     tell application "Finder"
  20362.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound specific rate:"
  20363.         activate
  20364.     end tell
  20365. on error errMsg number errNum
  20366.     --enter statements to perform when no records are found such as...
  20367.     display dialog "Sorry, the item you selected could not be found."
  20368.     return
  20369. end try
  20370. e    No Changef(record
  20371. sound
  20372. SPBRecord
  20373. SoundConvertq
  20374. Dev.CD Nov 00 TC Disk 2
  20375. All Packages
  20376. Record sound to diskI
  20377. Sample code showing how to asynchronously record sound to disk.
  20378. Sample code showing how to asynchronously record sound to disk using the Sound Manager's SPBRecord and the File Manager's PBWriteAsync calls.JARecord Sound to Disk(PPC)
  20379. Record sound to disk.mcp
  20380. Record_sound.cK
  20381. Dec 98M
  20382. Any Mac with an audio input.O?Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound to disk:V
  20383. 72480X
  20384. 1e    No Change
  20385. J4Install OpenGL
  20386. Installer
  20387. OpenGL Parts
  20388. OpenGL Read MeK
  20389. Jul 99L
  20390. Jan 00M
  20391.  A PowerPC
  20392.  based computer with a minimum of 32 megabytes of memory (RAM)
  20393.  Mac OS System 8.1 or later
  20394.  QuickDraw3D 1.6 or laterN
  20395. OpenGL, 3D, graphics
  20396. O2Dev.CD Oct 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Oct 00 SDK1
  20397.  - Development Kits
  20398.  - Mac OS
  20399.  - OpenGLV
  20400. 72090X
  20401. Oct 00^
  20402. --set theItem to choose file -- uncomment to test in an AS editor
  20403.     tell application "Finder"
  20404.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:OpenGL:"
  20405.         activate
  20406.     end tell
  20407. on error errMsg number errNum
  20408.     --enter statements to perform when no records are found such as...
  20409.     display dialog "Sorry, the item you selected could not be found."
  20410.     return
  20411. end try
  20412. e    No Changef
  20413. OpenGL
  20414. graphics
  20415. o%ftp://ftp.apple.com/developer/opengl/q
  20416. Dev.CD Oct 00 SDK1
  20417. All Packages
  20418. OpenWindowV
  20419. 72091X
  20420. nk is faster? The results may surprise you.
  20421. 70025X
  20422. 1e    No Change
  20423. onscreen
  20424. ooptesample
  20425. ooptesample
  20426. example
  20427. application
  20428. demonstrates
  20429. opaque
  20430. opcode
  20431. opcodes
  20432. open_
  20433. g "Sorry, the item you selected could not be found."
  20434.     return
  20435. end try
  20436. e    No Changef
  20437. CopyBits
  20438. CopyMasko&http://developer.apple.com/samplecode/q
  20439. Dev.CD Nov 00 TC Disk 1
  20440. All Packages
  20441. CopyBitsSpeedPaletteV
  20442. 70026X
  20443. anymore
  20444. anyone
  20445. anything[
  20446. anywhere
  20447. apart
  20448. aphorisms
  20449. apisu
  20450. itsSpeedPalette:"
  20451.         activate
  20452.     end tell
  20453. on error errMsg number errNum
  20454.     --enter statements to perform when no records are found such as...
  20455.     display dialog "Sorry, the item you selected could not be found."
  20456.     return
  20457. end try
  20458. ngeo&http://developer.apple.com/samplecode/
  20459. hands
  20460. handwriting
  20461. handy
  20462. hanging
  20463. D Nov 00 TC Disk 1
  20464. All Packages
  20465. CopyDeepMask
  20466. This sample has been updated for the Carbon API.  This snippet demonstrates the use of CopyDeepMask using 2 PICTS; one a photograph and the other a triangular mask.  It uses 2 offscreen gworlds to hold the source and mask pixmaps.  CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order avoid altering pixel sizes.
  20467. JhCarbonPrefix.h
  20468. CarbonRes.rsrc
  20469. CopyDeepMask(PPC)
  20470. CopyDeepMask.c
  20471. CopyDeepMask.mcp
  20472. CopyDeepMask.rsrc
  20473. ReadMeL
  20474. Nov 00M
  20475. Color QuickDraw, CarbonLibN.CopyDeepMask, GWorld, offscreen GWorld, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyDeepMask:PEDev.CD Nov 00 TC Disk 1
  20476.  - Sample Code
  20477.  - Graphics 2D
  20478.  - CopyDeepMaskV
  20479. 70027X
  20480. Nov 00e    No Changeo&http://developer.apple.com/samplecode/
  20481. All Packages
  20482. F    QuickTimeO
  20483. Dev.CD Jun 97 SSWP
  20484. Dev.CD Jun 97 SSV
  20485. 72451X
  20486. Jun 97
  20487. f--set theItem to choose file -- uncomment to test in an AS editor
  20488.     tell application "Finder"
  20489.         open item "Dev.CD Jun 97 SSW"
  20490.         activate
  20491.     end tell
  20492. on error errMsg number errNum
  20493.     --enter statements to perform when no records are found such as...
  20494.     display dialog "Sorry, the item you selected could not be found."
  20495.     return
  20496. end try
  20497. All Packages
  20498. F    QuickTimeO
  20499. Dev.CD Jun 97 SSWP
  20500. Dev.CD Jun 97 SSV
  20501. 72452X
  20502. Jun 97
  20503. f--set theItem to choose file -- uncomment to test in an AS editor
  20504.     tell application "Finder"
  20505.         open item "Dev.CD Jun 97 SSW"
  20506.         activate
  20507.     end tell
  20508. on error errMsg number errNum
  20509.     --enter statements to perform when no records are found such as...
  20510.     display dialog "Sorry, the item you selected could not be found."
  20511.     return
  20512. end try
  20513. All Packages
  20514. F    QuickTimeO
  20515. Dev.CD Jun 97 SSWP
  20516. Dev.CD Jun 97 SSV
  20517. 72453X
  20518. packages
  20519. packages
  20520. maybe
  20521. meant
  20522. measurable
  20523. measure
  20524. measurement
  20525. MFMac OS 8.1+, OpenGL SDK, Universal Interfaces 3.3+ or DrawSprocket SDKN:OpenGL, DrawSprocket, multiple monitor, renderer, agl fontODDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:PLDev.CD Nov 00 TC Disk 1
  20526.  - Sample Code
  20527.  - Graphics 3D
  20528.  - OpenGL DrawSprocket
  20529.         activate
  20530.     end tell
  20531. on error errMsg number errNum
  20532.     --enter statements to perform when no records are found such as...
  20533.     display dialog "Sorry, the item you selected could not be found."
  20534.     return
  20535. end try
  20536. e    No Changef
  20537. CopyMask
  20538. color fade
  20539. Carbono&http://developer.apple.com/samplecode/q
  20540. Dev.CD Nov 00 TC Disk 1
  20541. All Packages
  20542. CoreSample
  20543. This sample illustrates how to create an application that is Apple Event-aware, Scripting Compatible, and recordable. CoreSample supports the Required Apple events and Core Suite of Apple events, the Apple event Object Model, and the Apple event Open Scripting Architecture.
  20544. 70029X
  20545. 1e    No Change
  20546. ext.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  20547. 2) Allow the user to select a screen to use, build a DSp context and then a OpenGL context.  This second method is simpler but relies on user knowing which device is the best at 3D.
  20548. This sample illustrates the second method which makes it simpler and allows us to 
  20549. illustrate the DSp/OpenGL interface well.            
  20550. Note: You will have to change the access path for the OpenGL SDK with valid a one for your local environment.  Additionally, you may have to add a path to the DrawSprocket SDK if you are using Universal Interfaces 3.2 or earlier.
  20551. JeOpenGL DrawSprocket
  20552. OpenGL DrawSprocket.c
  20553. OpenGL DrawSprocket.CW2.
  20554. OpenGL DrawSprocket.CW5.
  20555. Read MeK
  20556. Nov 99ODDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:
  20557. 72089X
  20558. Nov 00^    TC Disk 1
  20559. --set theItem to choose file -- uncomment to test in an AS editor
  20560.     tell application "Finder"
  20561.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:"
  20562.         activate
  20563.     end tell
  20564. on error errMsg number errNum
  20565.     --enter statements to perform when no records are found such as...
  20566.     display dialog "Sorry, the item you selected could not be found."
  20567.     return
  20568. end try
  20569. e    No Changef6OpenGL
  20570. DrawSprocket
  20571. multiple monitor
  20572. renderer
  20573. agl fontq
  20574. Dev.CD Nov 00 TC Disk 1
  20575. D!All Packages
  20576. Mac OS SDK Edition
  20577. OpenGL Install
  20578. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  20579. What's New in OpenGL
  20580.  1.1.2:
  20581.  Internal texture format hint is now supported
  20582.  Better AGP texture management
  20583.  Added support for Velocity Engine
  20584.  Support for the EXT_texture_env_add extension
  20585.  Lots of performance optimizations
  20586. 72090X
  20587. 1e    No Change
  20588. Version 1.2: Cleaned up agl font implementation, added context and card vendor info to display.  Fixed agl font issue with setting GL_UNPACK_ROW_LENGTH.
  20589. This is an example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  It also illustrates a simple OpenGL buffer swaps per second co
  20590. unter via AGL font support.  This is done with a generic string drawing routine that can be used in any OpenGL application.
  20591. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dialog only if there are more than one "best" device.  In leu of that, the two best other options are:
  20592. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OpenGL cont
  20593. ample
  20594. --set theItem to choose file -- uncomment to test in an AS editor
  20595.     tell application "Finder"
  20596.         open item "Dev.CD Apr 94
  20597. Dev.CD Jan 94
  20598. Dev.CD Oct 93
  20599. Dev.CD Jul 93
  20600. Dev.CD Apr 93"
  20601.         activate
  20602.     end tell
  20603. on error errMsg number errNum
  20604.     --enter statements to perform when no records are found such as...
  20605.     display dialog "Sorry, the item you selected could not be found."
  20606.     return
  20607. end try
  20608. invaluable
  20609. invariably
  20610. inverse
  20611. inverse-wavelet-yuv
  20612. invert
  20613. inverted
  20614. invertedtext
  20615. inverts
  20616. invested
  20617. investigate
  20618. investigated
  20619. investigating
  20620. investigation
  20621. investment
  20622. investments{
  20623. invisible
  20624. invoke
  20625. invoked
  20626. involve
  20627. 73075X
  20628. Nov 99^
  20629. --set theItem to choose file -- uncomment to test in an AS editor
  20630.     tell application "Finder"
  20631.         open item "Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:"
  20632.         activate
  20633.     end tell
  20634. on error errMsg number errNum
  20635.     --enter statements to perform when no records are found such as...
  20636.     display dialog "Sorry, the item you selected could not be found."
  20637.     return
  20638. end try
  20639. Deletedf$utility
  20640. heap zones
  20641. handles
  20642. resourcesq
  20643. Dev.CD Nov 99 TC
  20644. All Packages
  20645. Zoo Tutorial
  20646. MCompanion source code and media files for the Web-based tutorial "Intro to QuickTime for Java"
  20647. Contains 10 seperate programming modules designed to teach the fundamentals of using QuickTime for Java. Includes topics such as initializing QTLib, drawing images and movies, playing sounds, advanced compositing, and custom controllers.
  20648. Aug 00V
  20649. 73076X
  20650. 1e    No Change
  20651. programs@
  20652. provides@
  20653. puts@
  20654. quickstart@
  20655. rank@
  20656. readable@
  20657. --set theItem to choose file -- uncomment to test in an AS editor
  20658.     tell application "Finder"
  20659.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Signals:"
  20660.         activate
  20661.     end tell
  20662. on error errMsg number errNum
  20663.     --enter statements to perform when no records are found such as...
  20664.     display dialog "Sorry, the item you selected could not be found."
  20665.     return
  20666. end try
  20667. resedit
  20668. formatasdos
  20669. formatasdos
  20670. formatasdosdisk
  20671. formatasdosdisk
  20672. formatasdosdisk
  20673. formatincludes
  20674. formatnum
  20675. formatnum
  20676. formats
  20677. formatter
  20678. fortune
  20679. fortune
  20680. foundation
  20681. fragment
  20682. fragment
  20683. fragment
  20684. fragments
  20685. fragments
  20686. fragmentstuff
  20687. fragmentstuff
  20688. fragmenttool
  20689. fragmenttool
  20690. fragmenttool
  20691. fragmenttool
  20692. framework
  20693. generically
  20694. genericness
  20695. geometric
  20696. geometries
  20697. geoport{
  20698. german
  20699. germany
  20700. gestaltB
  20701. gestaltequ
  20702. gestalticonutilities
  20703. gestaltnativecputype
  20704. gestalttable
  20705. gestaltvalue
  20706. events
  20707. needs
  20708. events
  20709. get1resource
  20710. getadevtype
  20711. getdctlentry
  20712. getdraghilite
  20713. getdraghilitecolor
  20714. getfinfo
  20715. getgraphicsimporterf
  20716. getgrayrgn
  20717. gethideonswitch
  20718. getindstring
  20719. erproc
  20720. getsystemgammas
  20721. gettable/settable
  20722. getter
  20723. getting{
  20724. code-like
  20725. code-resources
  20726. D Jul 95P
  20727. Dev.CD Jul 9V
  20728. 70035X
  20729. Jul 95
  20730. b--set theItem to choose file -- uncomment to test in an AS editor
  20731.     tell application "Finder"
  20732.         open item "Dev.CD Jul 95"
  20733.         activate
  20734.     end tell
  20735. on error errMsg number errNum
  20736.     --enter statements to perform when no records are found such as...
  20737.     display dialog "Sorry, the item you selected could not be found."
  20738.     return
  20739. end try
  20740. All Packages
  20741. CPU SE 406O
  20742. Dev.CD Jul 95P
  20743. Dev.CD Jul 9V
  20744. 70036X
  20745. Jul 95
  20746. b--set theItem to choose file -- uncomment to test in an AS editor
  20747.     tell application "Finder"
  20748.         open item "Dev.CD Jul 95"
  20749.         activate
  20750.     end tell
  20751. on error errMsg number errNum
  20752.     --enter statements to perform when no records are found such as...
  20753.     display dialog "Sorry, the item you selected could not be found."
  20754.     return
  20755. end try
  20756. All Packages
  20757. CPUGestaltV
  20758. 70037X
  20759. vendors
  20760. venerable
  20761. verbatim
  20762. verification
  20763. verified
  20764. verifier
  20765. verifies
  20766. verifyc
  20767. verifying
  20768. verilog
  20769. veritable
  20770. versa
  20771. versatile
  20772. versatility
  20773. version]
  20774. hangul
  20775. hanja
  20776. trates the way to determine the processor type of the Macintosh you're running on. For the latest Gestalt CPU type, refer to the latest Gestalt.h.J+CPUGestalt(PPC)
  20777. CPUGestalt.c
  20778. CPUGestalt.mcpK
  20779. Apr 97M
  20780. System 6.0.4 or higherN3Gestalt, gestaltNativeCPUtype, gestaltProcessorTypeO<Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:CPUGestalt:PDDev.CD Nov 00 TC Disk 1
  20781.  - Sample Code
  20782.  - OS Utilities
  20783.  - CPUGestaltV
  20784. 70037X
  20785. Nov 00^    TC Disk 1
  20786. --set theItem to choose file -- uncomment to test in an AS editor
  20787.     tell application "Finder"
  20788.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:CPUGestalt:"
  20789.         activate
  20790.     end tell
  20791. on error errMsg number errNum
  20792.     --enter statements to perform when no records are found such as...
  20793.     display dialog "Sorry, the item you selected could not be found."
  20794.     return
  20795. end try
  20796. e    No Changef1Gestalt
  20797. gestaltNativeCPUtype
  20798. gestaltProcessorTypeq
  20799. Dev.CD Nov 00 TC Disk 1
  20800. All Packages
  20801. 70038X
  20802. F(Snippets - Development Tools & Languages
  20803. (** = new, * = revised)
  20804. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  20805. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  20806. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  20807. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),
  20808. createthumbnail
  20809. createthumbnail
  20810. creating
  20811. creating
  20812. creating
  20813. pippin
  20814. cdroms
  20815. creation
  20816. creator
  20817. changer
  20818. project
  20819. creator
  20820. registration
  20821. creditsbox
  20822. creditsbox
  20823. crsrdev
  20824. crsrdev
  20825. cslidercontrol
  20826. cslidercontrol
  20827. cslidercontrol
  20828. cslidercontrol
  20829. 4400/200
  20830. 466-mhz
  20831. program
  20832. control
  20833. access
  20834. 500-mhz
  20835. 512-919-2645
  20836. 512-bit
  20837. 5300{
  20838. 5300c/1005300ce/1173
  20839.  editor
  20840.     tell application "Finder"
  20841.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:CreateDirWCustIcon:"
  20842.         activate
  20843.     end tell
  20844. on error errMsg number errNum
  20845.     --enter statements to perform when no records are found such as...
  20846.     display dialog "Sorry, the item you selected could not be found."
  20847.     return
  20848. end try
  20849. e    No Changef
  20850. custom icon
  20851. folderq
  20852. Dev.CD Nov 00 TC Disk 1
  20853. ideas
  20854. toolkit
  20855. identifycd
  20856. idletasks
  20857. idletasks
  20858. distributors/localiz
  20859. im-telephony
  20860. imaaudiortp
  20861. imadecom
  20862. imadecom
  20863. readme
  20864. imadecompression
  20865. imagex
  20866. imagecomp
  20867. imagecompositing
  20868. imagecompositing
  20869. imagecompressionutil
  20870. imagecompressionutil
  20871. imagecompressionutil
  20872. imagedecompressor
  20873. imagedecompressor68k
  20874. imagedecompressorppc
  20875. imagefile
  20876. imagefiledemo
  20877. imagefiledemo
  20878. imageproducing
  20879. imageproducing
  20880. dialog
  20881. manager
  20882. dictation
  20883. dictionary
  20884. dictionary
  20885. manager
  20886. digitizing
  20887. dimmed
  20888. dimming
  20889. direct
  20890. direct
  20891. pixel
  20892. access
  20893. dirid
  20894. disassembler
  20895. disassembly
  20896. drivers
  20897. PIDev.CD Nov 00 TC Disk 1
  20898.  - Tool Chest
  20899.  - Hardware
  20900.  - OpenFWBridgeFixJul97v.CD Nov 00 TC Disk 2
  20901. All Packages
  20902. CreateMovieIvDemonstrates how to create a QuickTime Movie with both a video and audio track.
  20903. Part of An Introduction to QuickTime.JaApplication Files
  20904. Clippings
  20905. Common Files
  20906. Completed Lab
  20907. CreateMovie PPC
  20908. CreateMovie.mcp
  20909. Start CodeK
  20910. Nov 00M
  20911. A Power Macintosh Computer running Mac OS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.N    QuickTimeOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:CreateMovie:PTDev.CD Nov 00 TC Disk 2
  20912.  - Sample Code
  20913.  - QuickTime
  20914.  - QuickTimeIntro
  20915.  - CreateMovieV
  20916. 70040X
  20917. Nov 00^    TC Disk 2
  20918. e    No Changeo&http://developer.apple.com/samplecode/
  20919. Nov 97N
  20920. debuggerO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Nov 00 TC Disk 1
  20921.  - Tool Chest
  20922.  - Development Kits
  20923.  - MPW etc.V
  20924. 72607X
  20925. Nov 00^    TC Disk 1
  20926. --set theItem to choose file -- uncomment to test in an AS editor
  20927.     tell application "Finder"
  20928.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  20929.         activate
  20930.     end tell
  20931. on error errMsg number errNum
  20932.     --enter statements to perform when no records are found such as...
  20933.     display dialog "Sorry, the item you selected could not be found."
  20934.     return
  20935. end try
  20936. e    No Changef
  20937. debuggerq
  20938. Dev.CD Nov 00 TC Disk 1
  20939. All Packages
  20940. F    SourceObj
  20941. 72608X
  20942. finder-like
  20943. label
  20944. developer
  20945. describes
  20946. macintosh
  20947. powerbook
  20948. 2400c
  20949. developer
  20950. provides
  20951. technical
  20952. information
  20953. about
  20954. development
  20955. information
  20956. image
  20957. contains
  20958. debug
  20959. version
  20960. 2.5.2
  20961. which
  20962. polish
  20963. polish
  20964. 2-1.1.3
  20965. poptag
  20966. poptag
  20967. manual
  20968. poptag
  20969. manual
  20970. popupcdef
  20971. popupfuncs
  20972. popupfuncs
  20973. 2.6.1
  20974. installer
  20975. popupfuncs
  20976. notes
  20977. popupmenuwithcurfont
  20978. popupmenuwithcurfont
  20979. popupmenuwithcurfont
  20980. popupmenuwithcurfont
  20981. popupmenuwithcurfont
  20982. popups
  20983. popuptkl
  20984. popuptkl
  20985. mamake
  20986. little
  20987. snippet
  20988. adapted
  20989. inside
  20990. macinto@
  20991. simple
  20992. application
  20993. which
  20994. demonstrates
  20995. drive
  20996. setup
  20997. v1.7.2
  20998. program
  20999. lets@
  21000. sample
  21001. creates
  21002. wired
  21003. sprite
  21004. movie
  21005. containing
  21006. sample
  21007. illustrates
  21008. video
  21009. effects
  21010. sample
  21011. demonstates
  21012. basic
  21013. implmenetation
  21014. sample
  21015. demonstrates
  21016. implement
  21017. custom
  21018. usin@
  21019. sample
  21020. demonstrates
  21021. qdflushportbuff@
  21022. sample
  21023. updated
  21024. carbon
  21025. shows
  21026. mentioned above perform the matching task.
  21027. Old versions of "byte-load-file" had behavior such that if its caller asked for a vendor ID of -1 then it would for the first matching class code while ignoring the vendor ID; this was intended as a generic wildcard search.
  21028. However; this was misguided because OF drivers intended to be generic or loaded always are already tagged with a vendor ID of -1.  The bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  21029. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  21030. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  21031. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  21032. mpt; to set OF NVRAM variables, type "setenv name value".
  21033. For more information about OF, see either the IEEE 1275 specification or alternatively see www.firmworks.com for documentation; the latter does not constitute an endorsement by Apple Computer, Inc.
  21034. This patch will be included in future Apple MacOS releases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  21035.  the Tanzania-family machines listed above.
  21036. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  21037. Any MacOS prior to 8.2.
  21038. Hanging on boot (black screen) is possible with the above configuration.
  21039. JDBugDetails
  21040. Buildscript
  21041. Extension.a
  21042. Extension.r
  21043. OpenFWBridgeFixJuly97K
  21044. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserOADev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  21045. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  21046. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  21047. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  21048. RAM) with an image contained in the Extension.
  21049. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  21050. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  21051. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  21052. In the Device Tree probing process, OF builds a
  21053.  list of devices in the system, possibly by executing code on PCI cards.  The bug is related to OF knowing what Forth code to execute for what PCI device or a card or motherboard.
  21054. The patch works by modifying the way the OF kernel services "byte-load-file" and "byte-load-file?" work.  These services "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  21055. The problem was that incorrect OF code was being matched up with 
  21056. certain PCI cards that contained PCI-PCI bridges.
  21057. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  21058. Apple's Developer Publications web site features improved access to Inside Macintosh, WebObjects, QuickTime, and Java documentation set and updated documentation for Mac OS X and Carbon.
  21059. From main index.html page, you can go directly to product-specific pages to read and search documents online, download documents in compatible compression formats, and order printed books. This main page also has links to other Apple resources
  21060. -such as develop, Technical Notes, and Technical Q&A's. 
  21061. acrobat3.html
  21062. adcstyle.css
  21063. adc_fatbrain_feedback.html
  21064. carbon
  21065. corefoundation
  21066. Documenation_in_PDF
  21067. faq.html
  21068. images
  21069. index.html
  21070. macos8
  21071. macosx
  21072. order.html
  21073. PubsCatalog.html
  21074. PubsOrderForm.html
  21075. techpubsfeedback.htmlK
  21076. Jan 00L
  21077. Dec 00M
  21078. web browser
  21079. A:Technical Documentation, Publications, techdocs, techpubs
  21080. Publications:V
  21081. 72958X
  21082. Updated
  21083. /A.http://developer.apple.com/techpubs/index.html
  21084. alog "Sorry, the item you selected could not be found."
  21085.     return
  21086. end try
  21087. e    No Changef*MRJ Drag and Drop Java AppleScript Toolkitq
  21088. Dev.CD Nov 00 TC Disk 1
  21089. All Packages
  21090. CTB Development Resources
  21091. 70043X
  21092. 72088X
  21093. Nov 00^    TC Disk 1
  21094. --set theItem to choose file -- uncomment to test in an AS editor
  21095.     tell application "Finder"
  21096.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  21097.         activate
  21098.     end tell
  21099. on error errMsg number errNum
  21100.     --enter statements to perform when no records are found such as...
  21101.     display dialog "Sorry, the item you selected could not be found."
  21102.     return
  21103. end try
  21104. e    No ChangefVTanzania
  21105. Zanzibar
  21106. StarMax
  21107. Open Firmware
  21108. Bridge
  21109. PCI-PCI Bridge
  21110. Riserq
  21111. Dev.CD Nov 00 TC Disk 1
  21112. All Packages
  21113. OpenGL DrawSprocket
  21114. 72089X
  21115. de:Java:Creator Changer:PADev.CD Nov 00 TC Disk 1
  21116.  - Sample Code
  21117.  - Java
  21118.  - Creator Changer
  21119. Summary:  Three samples involving Standard File dialogs.
  21120. NOTE: StandardGetFolder replaces CustomGetFile
  21121.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  21122. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  21123. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  21124. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  21125. All Packages
  21126. System 7.5 Update 1.0O
  21127. Dev.CD Jan 96 SSWP
  21128. Dev.CD Jan 96 SSV
  21129. 72674X
  21130. Jan 96
  21131. f--set theItem to choose file -- uncomment to test in an AS editor
  21132.     tell application "Finder"
  21133.         open item "Dev.CD Jan 96 SSW"
  21134.         activate
  21135.     end tell
  21136. on error errMsg number errNum
  21137.     --enter statements to perform when no records are found such as...
  21138.     display dialog "Sorry, the item you selected could not be found."
  21139.     return
  21140. end try
  21141. All Packages
  21142. System 7.5 Update 1.0O
  21143. Dev.CD Jul 95P
  21144. Dev.CD Jul 9V
  21145. 72675X
  21146. Jul 95
  21147. b--set theItem to choose file -- uncomment to test in an AS editor
  21148.     tell application "Finder"
  21149.         open item "Dev.CD Jul 95"
  21150.         activate
  21151.     end tell
  21152. on error errMsg number errNum
  21153.     --enter statements to perform when no records are found such as...
  21154.     display dialog "Sorry, the item you selected could not be found."
  21155.     return
  21156. end try
  21157. All Packages
  21158. System 7.5 Update 1.0O
  21159. Dev.CD Jul 95V
  21160. 72676X
  21161. Save PICT fileI
  21162. This sample has been updated for the Carbon API.  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.J`.DS_Store
  21163. CarbonPrefix.h
  21164. CarbonRes.rsrc
  21165. ReadMe
  21166. SavePictFile(PPC)
  21167. SavePictFile.c
  21168. SavePictFile.mcpL
  21169. Nov 00M
  21170. PICT file, save PICT, CarbonN
  21171. PICT file, save PICTO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Save PICT file:PGDev.CD Nov 00 TC Disk 1
  21172.  - Sample Code
  21173.  - Graphics 2D
  21174.  - Save PICT fileV
  21175. 72503X
  21176. Nov 00^    TC Disk 1
  21177. --set theItem to choose file -- uncomment to test in an AS editor
  21178.     tell application "Finder"
  21179.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Save PICT file:"
  21180.         activate
  21181.     end tell
  21182. on error errMsg number errNum
  21183.     --enter statements to perform when no records are found such as...
  21184.     display dialog "Sorry, the item you selected could not be found."
  21185.     return
  21186. end try
  21187. e    No Changef
  21188. PICT file
  21189. save PICTo&http://developer.apple.com/samplecode/
  21190. relstring
  21191. remoteT
  21192. remote
  21193. control
  21194. remote
  21195. control
  21196. remote
  21197. control
  21198. removefile
  21199. removefile
  21200. removefolder
  21201. removefolder
  21202. removevmsversionnumb
  21203. Toolbox:CTB Development Resources:"
  21204.         activate
  21205.     end tell
  21206. on error errMsg number errNum
  21207.     --enter statements to perform when no records are found such as...
  21208.     display dialog "Sorry, the item you selected could not be found."
  21209.     return
  21210. end try
  21211. e    No Changeq
  21212. Dev.CD Nov 00 TC Disk 1
  21213. ZD!All Packages
  21214. Mac OS SDK Edition
  21215. Cursor Component SDK
  21216. EThe Cursor Component SDK enables the building and use of cursor components.  Cursor components allow you to build custom color cursor completely under your control.  For example cursors created utilizing this SDK could be extra large, thousands or millions of colors, transparent, situationually intelligent, and/or animated.
  21217. Cursor_Comp_1.0_SDK.imgK
  21218. Jun 00M6Mac OS 9.0 or later, Universal Interfaces 3.3 or later
  21219. J)Development:
  21220. Japanese:
  21221. Recipes:
  21222. Apr 96L
  21223. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  21224.  - Development Kits (Disc 2)
  21225.  - OpenDoc InternationalV
  21226. 72087X
  21227. Jan 97^
  21228. --set theItem to choose file -- uncomment to test in an AS editor
  21229.     tell application "Finder"
  21230.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  21231.         activate
  21232.     end tell
  21233. on error errMsg number errNum
  21234.     --enter statements to perform when no records are found such as...
  21235.     display dialog "Sorry, the item you selected could not be found."
  21236.     return
  21237. end try
  21238. Deletedq
  21239. Dev.CD Jan 97 SDK2
  21240. All Packages
  21241. OpenFWBridgeFixJul97
  21242. 72088X
  21243. ResEdit, HyperCard, MacsbugOTDev.CD Nov 00 TC Disk 1:Tool Chest:Communications Toolbox:CTB Development Resources:P\Dev.CD Nov 00 TC Disk 1
  21244.  - Tool Chest
  21245.  - Communications Toolbox
  21246.  - CTB Development Resources
  21247. Change History
  21248. Extras
  21249. Quick Intro
  21250. WASTE 1.3
  21251. WASTE C/C++ Headers
  21252. WASTE Demo
  21253. WASTE Documentation
  21254. WASTE Pascal Interfaces
  21255. WASTELibK
  21256. Dec 95L
  21257. Feb 98M
  21258. System 7.0 or newer.N"WASTE, TextEdit, WorldScript, TextO6Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:WASTE:P>Dev.CD Nov 00 TC Disk 1
  21259.  - Sample Code
  21260.  - Contributed
  21261.  - WASTEV
  21262. 73045X
  21263. Nov 00^    TC Disk 1
  21264. --set theItem to choose file -- uncomment to test in an AS editor
  21265.     tell application "Finder"
  21266.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:WASTE:"
  21267.         activate
  21268.     end tell
  21269. on error errMsg number errNum
  21270.     --enter statements to perform when no records are found such as...
  21271.     display dialog "Sorry, the item you selected could not be found."
  21272.     return
  21273. end try
  21274. e    No Changef
  21275. WASTE
  21276. TextEdit
  21277. WorldScript
  21278. Textq
  21279. Dev.CD Nov 00 TC Disk 1
  21280. All Packages
  21281. WatchMe
  21282. 73046X
  21283. decomp
  21284. decompressionandscal
  21285. deepscreen
  21286. deepscreen
  21287. picker
  21288. defproc
  21289. defprocs
  21290. oJ?images
  21291. System
  21292. updates.html
  21293. webobjects.html
  21294. webobjects36.gifK
  21295. Jan 00L
  21296. Dec 00M,Objective-C Framework Reference, web browserN)Web Objects, Enterprise Objects FrameworkORDev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:webobjects:PZDev.CD Dec 00 RL Disk 1
  21297.  - Technical Documentation
  21298.  - Technical Publications
  21299.  - webobjectsV
  21300. 72972X
  21301. Dec 00^    RL Disk 1b
  21302. Revised
  21303. --set theItem to choose file -- uncomment to test in an AS editor
  21304.     tell application "Finder"
  21305.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:webobjects:"
  21306.         activate
  21307.     end tell
  21308. on error errMsg number errNum
  21309.     --enter statements to perform when no records are found such as...
  21310.     display dialog "Sorry, the item you selected could not be found."
  21311.     return
  21312. end try
  21313. Updatedf(Web Objects
  21314. Enterprise Objects Frameworko>http://developer.apple.com/techpubs/webobjects/webobjects.htmlq
  21315. Dev.CD Dec 00 RL Disk 1
  21316. pD!All Packages
  21317. Mac OS SDK Edition
  21318. All Packages
  21319. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21320. Dev.CD Jan 94
  21321. Dev.CD Oct 93
  21322. Dev.CD Jul 93
  21323. Dev.CD Apr 93PDDev.CD Apr 94
  21324. Dev.CD Jan 94
  21325. Dev.CD Oct 93
  21326. Dev.CD Jul 93
  21327. Dev.CD Apr 9V
  21328. 72759X
  21329. Apr 94
  21330. --set theItem to choose file -- uncomment to test in an AS editor
  21331.     tell application "Finder"
  21332.         open item "Dev.CD Apr 94
  21333. Dev.CD Jan 94
  21334. Dev.CD Oct 93
  21335. Dev.CD Jul 93
  21336. Dev.CD Apr 93"
  21337.         activate
  21338.     end tell
  21339. on error errMsg number errNum
  21340.     --enter statements to perform when no records are found such as...
  21341.     display dialog "Sorry, the item you selected could not be found."
  21342.     return
  21343. end try
  21344. All Packages
  21345. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21346. Dev.CD Jan 94
  21347. Dev.CD Oct 93
  21348. Dev.CD Jul 93
  21349. Dev.CD Apr 93PDDev.CD Apr 94
  21350. Dev.CD Jan 94
  21351. Dev.CD Oct 93
  21352. Dev.CD Jul 93
  21353. Dev.CD Apr 9V
  21354. 72760X
  21355. Apr 94
  21356. parse
  21357. parserW
  21358. parsing
  21359. parsons
  21360. part{
  21361. of very similar sizes, you can't get a useful display of the fields. Since it's common to have variably sized columns of data with most user interface designs, developers often decide not to add additional information to an existing single column list due to the amount of work involved.  While working around this limitation directly within the current List Manager is not practical, there is another approach developers can take. This LDEF supports tabbed text within a single List Manager co
  21362. blumn, which allows you to add additional fields or columns to their user interfaces quickly and easily.
  21363. It also demonstrates:
  21364. -A list definition implementation.
  21365. -A technique to help you debug stand-alone code.
  21366. -An example of how to build a safe fat resource.
  21367. -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  21368. packages
  21369. System Enabler 088 (AVs)O
  21370. Dev.CD Apr 94
  21371. Dev.CD Jan 94P
  21372. Dev.CD Apr 94
  21373. Dev.CD Jan 9V
  21374. 72813X
  21375. Apr 94
  21376. p--set theItem to choose file -- uncomment to test in an AS editor
  21377.     tell application "Finder"
  21378.         open item "Dev.CD Apr 94
  21379. Dev.CD Jan 94"
  21380.         activate
  21381.     end tell
  21382. on error errMsg number errNum
  21383.     --enter statements to perform when no records are found such as...
  21384.     display dialog "Sorry, the item you selected could not be found."
  21385.     return
  21386. end try
  21387. All Packages
  21388. System Enabler 088 (AVs)O
  21389. Dev.CD Apr 94
  21390. Dev.CD Jan 94P
  21391. Dev.CD Apr 94
  21392. Dev.CD Jan 9V
  21393. 72814X
  21394. Apr 94
  21395. p--set theItem to choose file -- uncomment to test in an AS editor
  21396.     tell application "Finder"
  21397.         open item "Dev.CD Apr 94
  21398. Dev.CD Jan 94"
  21399.         activate
  21400.     end tell
  21401. on error errMsg number errNum
  21402.     --enter statements to perform when no records are found such as...
  21403.     display dialog "Sorry, the item you selected could not be found."
  21404.     return
  21405. end try
  21406. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  21407. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  21408. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  21409.  we think, less confusing to simply call it ODF 3.
  21410. This release supports the following development environments for PowerPC: 
  21411.    - Metrowerks CodeWarrior 10
  21412.    - MrC for MPW
  21413. This release supports the  following build environments  for 68K:
  21414.    - Symantec C++ for MPW
  21415.    - CodeWarrior 10 for 68K
  21416. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  21417. Developer University:
  21418. Documentation:
  21419. Getting Started:
  21420. Important Information
  21421. Localization Tools:
  21422. ODF Sample Parts:
  21423. ODF-Interest Archive:
  21424. ODFDev:
  21425. ODFLibrary 1.2:
  21426. PartMaker:
  21427. Release Notes:
  21428. Tools & Goodies:
  21429. Updates & Patches:K
  21430. Apr 96L
  21431. Feb 97OKDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:PPDev.CD Jan 97 SDK2
  21432.  - Development Kits (Disc 2)
  21433.  - OpenDoc Development Frameworke Code
  21434.  - Files
  21435.  - Standard File
  21436.  - CustomGet unresolved alias
  21437. All Packages
  21438. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21439. Dev.CD Jan 94
  21440. Dev.CD Oct 93
  21441. Dev.CD Jul 93
  21442. Dev.CD Apr 93PDDev.CD Apr 94
  21443. Dev.CD Jan 94
  21444. Dev.CD Oct 93
  21445. Dev.CD Jul 93
  21446. Dev.CD Apr 9V
  21447. 72912X
  21448. Apr 94
  21449. --set theItem to choose file -- uncomment to test in an AS editor
  21450.     tell application "Finder"
  21451.         open item "Dev.CD Apr 94
  21452. Dev.CD Jan 94
  21453. Dev.CD Oct 93
  21454. Dev.CD Jul 93
  21455. Dev.CD Apr 93"
  21456.         activate
  21457.     end tell
  21458. on error errMsg number errNum
  21459.     --enter statements to perform when no records are found such as...
  21460.     display dialog "Sorry, the item you selected could not be found."
  21461.     return
  21462. end try
  21463. All Packages
  21464. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21465. Dev.CD Jan 94
  21466. Dev.CD Oct 93
  21467. Dev.CD Jul 93
  21468. Dev.CD Apr 93PDDev.CD Apr 94
  21469. Dev.CD Jan 94
  21470. Dev.CD Oct 93
  21471. Dev.CD Jul 93
  21472. Dev.CD Apr 9V
  21473. 72913X
  21474. Apr 94
  21475. All Packages
  21476. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21477. Dev.CD Jan 94
  21478. Dev.CD Oct 93
  21479. Dev.CD Jul 93
  21480. Dev.CD Apr 93PDDev.CD Apr 94
  21481. Dev.CD Jan 94
  21482. Dev.CD Oct 93
  21483. Dev.CD Jul 93
  21484. Dev.CD Apr 9V
  21485. 72918X
  21486. Apr 94
  21487. --set theItem to choose file -- uncomment to test in an AS editor
  21488.     tell application "Finder"
  21489.         open item "Dev.CD Apr 94
  21490. Dev.CD Jan 94
  21491. Dev.CD Oct 93
  21492. Dev.CD Jul 93
  21493. Dev.CD Apr 93"
  21494.         activate
  21495.     end tell
  21496. on error errMsg number errNum
  21497.     --enter statements to perform when no records are found such as...
  21498.     display dialog "Sorry, the item you selected could not be found."
  21499.     return
  21500. end try
  21501. All Packages
  21502. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  21503. Dev.CD Jan 94
  21504. Dev.CD Oct 93
  21505. Dev.CD Aug 93P6Dev.CD Apr 94
  21506. Dev.CD Jan 94
  21507. Dev.CD Oct 93
  21508. Dev.CD Aug 9V
  21509. 72919X
  21510. Apr 94
  21511. All Packages
  21512. F    QuickTimeO)Dev.CD Jan 94
  21513. Dev.CD Oct 93
  21514. Dev.CD Jul 93P(Dev.CD Jan 94
  21515. Dev.CD Oct 93
  21516. Dev.CD Jul 9V
  21517. 72383X
  21518. Jan 94
  21519. ~--set theItem to choose file -- uncomment to test in an AS editor
  21520.     tell application "Finder"
  21521.         open item "Dev.CD Jan 94
  21522. Dev.CD Oct 93
  21523. Dev.CD Jul 93"
  21524.         activate
  21525.     end tell
  21526. on error errMsg number errNum
  21527.     --enter statements to perform when no records are found such as...
  21528.     display dialog "Sorry, the item you selected could not be found."
  21529.     return
  21530. end try
  21531. All Packages
  21532. F    QuickTimeO
  21533. Dev.CD Jan 94P
  21534. Dev.CD Jan 9V
  21535. 72384X
  21536. Jan 94
  21537. b--set theItem to choose file -- uncomment to test in an AS editor
  21538.     tell application "Finder"
  21539.         open item "Dev.CD Jan 94"
  21540.         activate
  21541.     end tell
  21542. on error errMsg number errNum
  21543.     --enter statements to perform when no records are found such as...
  21544.     display dialog "Sorry, the item you selected could not be found."
  21545.     return
  21546. end try
  21547. All Packages
  21548. opendoc
  21549. development
  21550. opendoc
  21551. development
  21552. framework
  21553. opendoc
  21554. readme
  21555. opendoc
  21556. source
  21557. openfwbridgefixjuly9
  21558. opengl
  21559. opengl
  21560. drawsprocket
  21561. opengl
  21562. drawsprocket
  21563. opengl
  21564. drawsprocket
  21565. opengl
  21566. drawsprocket
  21567. opengl
  21568. parts
  21569. opengl
  21570. openmoviefromdataref
  21571. openmoviefromdataref
  21572. openmultfiles
  21573. opentptppp
  21574. opentptppp
  21575. openwindow
  21576. openwindow
  21577. openwindow
  21578. openwindow
  21579. CD Nov 00 TC Disk 1
  21580. All Packages
  21581. CustomMediaIuThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types.J2med.bat
  21582. README.txt
  21583. TestVRMedia
  21584. TestVRMedia.zipK
  21585. Feb 00
  21586. OWDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:CustomMedia:V
  21587. 70047X
  21588. 1e    No Changeo&http://developer.apple.com/samplecode/
  21589. 72086X
  21590. Jan 97^
  21591. --set theItem to choose file -- uncomment to test in an AS editor
  21592.     tell application "Finder"
  21593.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  21594.         activate
  21595.     end tell
  21596. on error errMsg number errNum
  21597.     --enter statements to perform when no records are found such as...
  21598.     display dialog "Sorry, the item you selected could not be found."
  21599.     return
  21600. end try
  21601. Deletedq
  21602. Dev.CD Jan 97 SDK2
  21603. D!All Packages
  21604. Mac OS SDK Edition
  21605. OpenDoc International
  21606. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  21607. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  21608. 72087X
  21609. Deleted
  21610. e    No Changef2AppleShare
  21611. File Sharing
  21612. File Manager
  21613. Drag and Dropq
  21614. Dev.CD Nov 00 TC Disk 1
  21615. D!All Packages
  21616. Tool Chest Edition
  21617. URL Access 1.0.1 SDK
  21618. URL Access - A collection of functions allowing easy access to files on network systems using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  21619. Download data from a given URL
  21620. Upload data to a given URL (FTP only)
  21621. Post an HTML form
  21622. Download a directory listing (FTP only)
  21623. Download/Upload an entire directory (FTP only)
  21624. Progress and authentication UI
  21625. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  21626. JrURL Access
  21627. URL Access Scripting
  21628. URLAccess.h
  21629. URLAccess.p
  21630. URLAccess.pdf
  21631. URLAccess68K.lib
  21632. URLAccessLib
  21633. URLAccessLib.oK
  21634. Aug 99M    MacOS 8.6N
  21635. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  21636.  - What's New?
  21637.  - Development Kits
  21638.  - Mac OS
  21639.  - URL Access 1.0.1 SDKV
  21640. 73012X
  21641. Aug 99^
  21642. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  21643. Contains OpenDoc
  21644.  1.1, documentation, and development essentials.
  21645. Cyberdog 1.1:
  21646. Developer Documentation:
  21647. Installing OpenDoc
  21648. Introduction to Component SW:
  21649. Licensing:
  21650. OpenDoc Development:
  21651. OpenDoc Development Framework
  21652. OpenDoc DR6 ReadMe
  21653. OpenDoc
  21654.  Source CodeK
  21655. Apr 96L
  21656. Jan 97M
  21657. Any Macintosh with 68030 or greater, or Power Macintosh.
  21658. Suggested 8MB RAM or more.
  21659.  OS Version 7.1.1 or later for 68K Macintosh
  21660. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  21661.  - Development Kits (Disc 2)
  21662.  - OpenDoc
  21663. OpenDoc
  21664. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  21665. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  21666. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enabl
  21667. D!All Packages
  21668. Mac OS SDK Edition
  21669. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  21670. OpenTptPPP.h
  21671. OT/PPP Client Dev Note 1.0K
  21672. Apr 98M
  21673. Open TransportN
  21674. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  21675.  - Development Kits
  21676.  - Mac OS
  21677.  - Open Transport/PPP SDKV
  21678. 72084X
  21679. Jul 99rry, the item you selected could not be found."
  21680.     return
  21681. end try
  21682. e    No Changef'PicComments
  21683. QuickDraw bottleneck
  21684. Carbono&http://developer.apple.com/samplecode/q
  21685. Dev.CD Nov 00 TC Disk 1
  21686. All Packages
  21687. CustomPutAppendI
  21688. This demonstrates a CustomPutDialog with an Append button that does not ask the user if he/she wants to replace the existing file.J}CustomPutAppend -- readme
  21689. CustomPutAppend(PPC)
  21690. CustomPutAppend.c
  21691. CustomPutAppend.mcp
  21692. CustomPutAppend.rsrc
  21693. InitMac.c
  21694. InitMac.hOHDev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutAppend:V
  21695. 70049X
  21696. 1e    No Changeo&http://developer.apple.com/samplecode/
  21697. 72085X
  21698. Jan 97^
  21699. --set theItem to choose file -- uncomment to test in an AS editor
  21700.     tell application "Finder"
  21701.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  21702.         activate
  21703.     end tell
  21704. on error errMsg number errNum
  21705.     --enter statements to perform when no records are found such as...
  21706.     display dialog "Sorry, the item you selected could not be found."
  21707.     return
  21708. end try
  21709. DeletedfPOpenDoc
  21710. Component Software
  21711. Compound Document Architecture
  21712. Objects
  21713. CORBAq
  21714. Dev.CD Jan 97 SDK2
  21715. D!All Packages
  21716. Mac OS SDK Edition
  21717. F(OpenDoc Development Framework, Release 3
  21718. IvThis sample code illustrates how to use create shortcut movies. See the top of the file QTShortcut.c for more details.J4Building QT Samples
  21719. QTShortcut.c
  21720. QTShortcut.h
  21721. READMEOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtshortcut:PLDev.CD Nov 00 TC Disk 2
  21722.  - Sample Code
  21723.  - QuickTime
  21724.  - Goodies
  21725.  - qtshortcutV
  21726. 72251X
  21727. Nov 00^    TC Disk 2
  21728. --set theItem to choose file -- uncomment to test in an AS editor
  21729.     tell application "Finder"
  21730.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtshortcut:"
  21731.         activate
  21732.     end tell
  21733. on error errMsg number errNum
  21734.     --enter statements to perform when no records are found such as...
  21735.     display dialog "Sorry, the item you selected could not be found."
  21736.     return
  21737. end try
  21738. e    No Changeq
  21739. Dev.CD Nov 00 TC Disk 2
  21740. All Packages
  21741. QTShowEffect
  21742. 72252X
  21743. --set theItem to choose file -- uncomment to test in an AS editor
  21744.     tell application "Finder"
  21745.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:"
  21746.         activate
  21747.     end tell
  21748. on error errMsg number errNum
  21749.     --enter statements to perform when no records are found such as...
  21750.     display dialog "Sorry, the item you selected could not be found."
  21751.     return
  21752. end try
  21753. Deletedf
  21754. OT/PPP SDKq
  21755. Dev.CD Jul 99 SDK1
  21756. D!All Packages
  21757. Mac OS SDK Edition
  21758.  an open industry standard architecture for building reusable, distributed, cross-platform software.  
  21759. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  21760. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enabld.  OpenDoc enabl
  21761. M`Code Warrior Pro 5 (to open the project file), a Mac that's fast enough to
  21762. play sound from disk.N8sound, play, doublebuffer, SndPlayDoubleBuffer, compressO>Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:PFDev.CD Nov 00 TC Disk 2
  21763.  - Sample Code
  21764.  - Sound
  21765.  - SndPlayDoubleBufferV
  21766. 72574X
  21767. Nov 00^    TC Disk 2
  21768. --set theItem to choose file -- uncomment to test in an AS editor
  21769.     tell application "Finder"
  21770.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:"
  21771.         activate
  21772.     end tell
  21773. on error errMsg number errNum
  21774.     --enter statements to perform when no records are found such as...
  21775.     display dialog "Sorry, the item you selected could not be found."
  21776.     return
  21777. end try
  21778. e    No Changef4sound
  21779. doublebuffer
  21780. SndPlayDoubleBuffer
  21781. compressq
  21782. Dev.CD Nov 00 TC Disk 2
  21783. D!All Packages
  21784. Tool Chest Edition
  21785. F!Snippets - Communications Toolbox
  21786. QuickTime, Sprite, TrackOQDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTSprites:P\Dev.CD Nov 00 TC Disk 2
  21787.  - Sample Code
  21788.  - QuickTime
  21789.  - Wired Movies and Sprites
  21790.  - QTSpritesng
  21791. string
  21792. encoding
  21793. string
  21794. string
  21795. services
  21796. strings
  21797. strip
  21798. strlist
  21799. strlog
  21800. structure
  21801. structure
  21802. region
  21803. structures
  21804. studio
  21805. stuffit
  21806. style
  21807. style
  21808. guide
  21809. sub-menus
  21810. subroutines
  21811. suite
  21812. xtedit
  21813. thread
  21814. manager
  21815. tasks
  21816. timing
  21817. timings
  21818. tokenR
  21819. token
  21820. ringR
  21821. tokentalk
  21822. toolboxe
  21823. toolkit
  21824. topleft
  21825. track
  21826. tracker
  21827. traditional
  21828. translation
  21829. transport
  21830. types
  21831. unicode
  21832. unicode
  21833. utilities
  21834. unloadscrap
  21835. usage
  21836. useritems
  21837. PFDev.CD Oct 00 SDK1
  21838.  - Development Kits
  21839.  - Mac OS
  21840.  - Open Transport SDKV
  21841. 72083X
  21842. Oct 00^
  21843. --set theItem to choose file -- uncomment to test in an AS editor
  21844.     tell application "Finder"
  21845.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Open Transport SDK:"
  21846.         activate
  21847.     end tell
  21848. on error errMsg number errNum
  21849.     --enter statements to perform when no records are found such as...
  21850.     display dialog "Sorry, the item you selected could not be found."
  21851.     return
  21852. end try
  21853. e    No Changef2AppleTalk
  21854. Ethernet
  21855. networking
  21856. OpenTransport
  21857. TCP/IPo
  21858. http://developer.apple.com/sdk/q
  21859. Dev.CD Oct 00 SDK1
  21860. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  21861. OpenTptPPP.h
  21862. OT/PPP Client Dev Note 1.0K
  21863. Apr 98M
  21864. Open TransportN
  21865. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  21866.  - Development Kits
  21867.  - Mac OS
  21868.  - Open Transport/PPP SDKV
  21869. 72084X
  21870. Jul 99
  21871. 72084X
  21872. Jul 99e
  21873. Deleted
  21874. sampling
  21875. sanctioned
  21876. sanity
  21877. sanskrit
  21878. satisfy
  21879. satisfying
  21880. saturate
  21881. saven
  21882. print
  21883. record
  21884. walks
  21885. through
  21886. style
  21887. saved
  21888. saved-off
  21889. savemenu
  21890. saver
  21891. saves
  21892. saving{
  21893. savings
  21894. savory
  21895. savvy
  21896. sawitzki
  21897. says{
  21898. sbarcdef
  21899. scalable
  21900. scalable
  21901. postscript
  21902. shows
  21903. postscrip
  21904. scalar
  21905. scale
  21906. scaled
  21907. scales
  21908. scaling
  21909. scannedx
  21910. scannerx
  21911. scanners
  21912. scriptability
  21913. object-oriented^
  21914. objective-c
  21915. objects
  21916. objectsupportlib
  21917. macodbc
  21918. database
  21919. connectivity
  21920. drivers
  21921. network
  21922. middlewar
  21923. apple
  21924. event
  21925. opening
  21926. documents
  21927. off-screen
  21928. offscreenr
  21929. offscreen
  21930. copybits
  21931. newgworld
  21932. gworld
  21933. pixmap
  21934. bitmap
  21935. alterr
  21936. ooptesample
  21937. opaque
  21938. choose
  21939. folder
  21940. navigation
  21941. services
  21942. transport
  21943. cache
  21944. delete
  21945. query
  21946. arpsample
  21947. cture
  21948. based
  21949. demonstrates
  21950. routine
  21951. intended
  21952. writers
  21953. easily
  21954. display
  21955. needed
  21956. mathlib
  21957. functions
  21958. because
  21959. program
  21960. shows
  21961. display
  21962. quicktime
  21963. content
  21964. --set theItem to choose file -- uncomment to test in an AS editor
  21965.     tell application "Finder"
  21966.         open item "Dev.CD Apr 94
  21967. Dev.CD Jan 94
  21968. Dev.CD Oct 93
  21969. Dev.CD Jul 93"
  21970.         activate
  21971.     end tell
  21972. on error errMsg number errNum
  21973.     --enter statements to perform when no records are found such as...
  21974.     display dialog "Sorry, the item you selected could not be found."
  21975.     return
  21976. end try
  21977. previews
  21978. previousi
  21979. previously
  21980. print2
  21981. printed
  21982. printer
  21983. printer-specific
  21984. printers{
  21985. printers/print
  21986. printing
  21987. printing-related
  21988. prior
  21989. priorities
  21990. private
  21991. --set theItem to choose file -- uncomment to test in an AS editor
  21992.     tell application "Finder"
  21993.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  21994.         activate
  21995.     end tell
  21996. on error errMsg number errNum
  21997.     --enter statements to perform when no records are found such as...
  21998.     display dialog "Sorry, the item you selected could not be found."
  21999.     return
  22000. end try
  22001. r errNum
  22002.     --enter statements to perform when no records are found such as...
  22003.     display dialog "Sorry, the item you selected could not be found."
  22004.     return
  22005. end try
  22006. e    No Changef
  22007. Custom Window
  22008. WDEFo&http://developer.apple.com/samplecode/q
  22009. Dev.CD Nov 00 TC Disk 1
  22010. All Packages
  22011. Cyrillic Language KitO!Dev.CD May 97 TC
  22012. Dev.CD May 96 TCP Dev.CD May 97 TC
  22013. Dev.CD May 96 TV
  22014. 70052X
  22015. May 97
  22016. transport
  22017. transport
  22018. debug
  22019. transport
  22020. transport/ppp
  22021. opendoc
  22022. opendoc
  22023. development
  22024. framework
  22025. release
  22026. opendoc
  22027. international
  22028. openfwbridgefixjul97
  22029. opengl
  22030. opengl
  22031. drawsprocket
  22032. opengl
  22033. install
  22034. openwindow
  22035. opp's
  22036. optimization
  22037. optimization
  22038. demos
  22039. option
  22040. oracle
  22041. Dev.CD Jun 97 SSV
  22042. 72081X
  22043. Jun 97
  22044. f--set theItem to choose file -- uncomment to test in an AS editor
  22045.     tell application "Finder"
  22046.         open item "Dev.CD Jun 97 SSW"
  22047.         activate
  22048.     end tell
  22049. on error errMsg number errNum
  22050.     --enter statements to perform when no records are found such as...
  22051.     display dialog "Sorry, the item you selected could not be found."
  22052.     return
  22053. end try
  22054. D!All Packages
  22055. Mac OS SDK Edition
  22056. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  22057. Open Transport Debug.imgK
  22058. Jan 00M
  22059. Mac OS 9.0N
  22060. Open Transport debugOSDev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:P^Dev.CD Jul 00 SDK1
  22061.  - Development Kits
  22062.  - Mac OS
  22063.  - Open Transport 1.3
  22064.  - Open Transport DebugV
  22065. 72082X
  22066. Jul 00^
  22067. #ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  22068. Deleted
  22069. Deletedf
  22070. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  22071. Dev.CD Jul 00 SDK1
  22072. D!All Packages
  22073. Mac OS SDK Edition
  22074. Open Transport SDK 2.6
  22075. Software Development Kit (SDK) for development of Open Transport Applications, Modules, and drivers. The SDK includes the client and module developer kits, which include documentation, header and library files and sample code of networking applications for AppleTalk and TCP/IP. There is an updated Apple Enet Driver Development Kit (DDK) for developing Ethernet drivers to function with Mac OS 9.
  22076. The program and driver samples presented in this SDK were compiled using MetroWerks CodeWarriorBP 5.0 (IDE 4.0) and requires the use of Universal Interfaces and Libraries 3.3.1.
  22077. Open Transport SDK 2.6.imgK
  22078. Jun 95L
  22079. Aug 00N6AppleTalk, Ethernet, networking, OpenTransport, TCP/IPO>Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Open Transport SDK:ngeo
  22080. http://developer.apple.com/sdk/
  22081. All Packages
  22082. Open TransportO
  22083. Dev.CD Jun 97 SSWP
  22084. Dev.CD Jun 97 SSV
  22085. 72079X
  22086. Jun 97
  22087. f--set theItem to choose file -- uncomment to test in an AS editor
  22088.     tell application "Finder"
  22089.         open item "Dev.CD Jun 97 SSW"
  22090.         activate
  22091.     end tell
  22092. on error errMsg number errNum
  22093.     --enter statements to perform when no records are found such as...
  22094.     display dialog "Sorry, the item you selected could not be found."
  22095.     return
  22096. end try
  22097. All Packages
  22098. Open TransportO
  22099. Dev.CD Jun 97 SSWP
  22100. Dev.CD Jun 97 SSV
  22101. 72080X
  22102. Jun 97
  22103. f--set theItem to choose file -- uncomment to test in an AS editor
  22104.     tell application "Finder"
  22105.         open item "Dev.CD Jun 97 SSW"
  22106.         activate
  22107.     end tell
  22108. on error errMsg number errNum
  22109.     --enter statements to perform when no records are found such as...
  22110.     display dialog "Sorry, the item you selected could not be found."
  22111.     return
  22112. end try
  22113. All Packages
  22114. Open TransportO
  22115. Dev.CD Jun 97 SSWV
  22116. 72081X
  22117. All Packages
  22118. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22119. Dev.CD Jan 94
  22120. Dev.CD Oct 93
  22121. Dev.CD Jul 93
  22122. Dev.CD Apr 93PDDev.CD Apr 94
  22123. Dev.CD Jan 94
  22124. Dev.CD Oct 93
  22125. Dev.CD Jul 93
  22126. Dev.CD Apr 9V
  22127. 72775X
  22128. Apr 94
  22129. --set theItem to choose file -- uncomment to test in an AS editor
  22130.     tell application "Finder"
  22131.         open item "Dev.CD Apr 94
  22132. Dev.CD Jan 94
  22133. Dev.CD Oct 93
  22134. Dev.CD Jul 93
  22135. Dev.CD Apr 93"
  22136.         activate
  22137.     end tell
  22138. on error errMsg number errNum
  22139.     --enter statements to perform when no records are found such as...
  22140.     display dialog "Sorry, the item you selected could not be found."
  22141.     return
  22142. end try
  22143. All Packages
  22144. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22145. Dev.CD Jan 94
  22146. Dev.CD Oct 93
  22147. Dev.CD Jul 93
  22148. Dev.CD Apr 93PDDev.CD Apr 94
  22149. Dev.CD Jan 94
  22150. Dev.CD Oct 93
  22151. Dev.CD Jul 93
  22152. Dev.CD Apr 9V
  22153. 72776X
  22154. Apr 94
  22155. 72970X
  22156. Dec 00^    RL Disk 1b
  22157. Revised
  22158. --set theItem to choose file -- uncomment to test in an AS editor
  22159.     tell application "Finder"
  22160.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:quicktime:"
  22161.         activate
  22162.     end tell
  22163. on error errMsg number errNum
  22164.     --enter statements to perform when no records are found such as...
  22165.     display dialog "Sorry, the item you selected could not be found."
  22166.     return
  22167. end try
  22168. UpdatedfZQuickTime
  22169. Quick Time
  22170. video
  22171. sound
  22172. virtual reality
  22173. QuickTime 3
  22174. graphics
  22175. media
  22176. music
  22177. soundo<http://developer.apple.com/techpubs/quicktime/quicktime.htmlq
  22178. Dev.CD Dec 00 RL Disk 1
  22179. nD(All Packages
  22180. Reference Library Edition
  22181. F Technical Publications: Rhapsody
  22182. datedialog
  22183. dates
  22184. david
  22185. davidson
  22186. objects68k
  22187. objectsppc
  22188. objectsupportlib
  22189. obsolete
  22190. obsolete
  22191. pre-asip
  22192. obsolete&unsupported
  22193. obtain
  22194. TC Disk 2
  22195. --set theItem to choose file -- uncomment to test in an AS editor
  22196.     tell application "Finder"
  22197.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Dashed Lines:"
  22198.         activate
  22199.     end tell
  22200. on error errMsg number errNum
  22201.     --enter statements to perform when no records are found such as...
  22202.     display dialog "Sorry, the item you selected could not be found."
  22203.     return
  22204. end try
  22205. e    No Changef
  22206. PostScript
  22207. printerq
  22208. Dev.CD Nov 00 TC Disk 2
  22209. All Packages
  22210. Dashed-capped Lines
  22211. )This sample demonstrates how to draw dashed line objects on PostScript printers.  In this case, they are capped PostScript lines.  I use round caps, which means that the ends of the lines are rounded.
  22212. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  22213. 70056X
  22214. ooptesample
  22215. opaque
  22216. opaque
  22217. types
  22218. firmware
  22219. systems
  22220. simple
  22221. sample
  22222. which
  22223. demonstrates
  22224. controls
  22225. simple
  22226. demonstration
  22227. process
  22228. manager
  22229. simple
  22230. example
  22231. component
  22232. custom
  22233. entry
  22234. point
  22235. simple
  22236. example
  22237. persistent
  22238. written
  22239. works
  22240. simple
  22241. example
  22242. using
  22243. popupcdef
  22244. available
  22245. system
  22246. simple
  22247. demonstrate
  22248. cocoa
  22249. development
  22250. project
  22251. simple
  22252. rapid
  22253. application
  22254. prototyping
  22255. design
  22256. simple
  22257. utility
  22258. driver
  22259. support
  22260. asynchronous
  22261. simple
  22262. calls
  22263. hmshowballoon
  22264. appropriate
  22265. small
  22266. example
  22267. ipclistports
  22268. sample
  22269. colle
  22270. snippet
  22271. shows
  22272. dialog
  22273. sound
  22274. manager
  22275. pre-mixer
  22276. effect
  22277. component
  22278. shows
  22279. textedit
  22280. shows
  22281. editing
  22282. colored
  22283. backgr
  22284. sample
  22285. shows
  22286. transport
  22287. simple
  22288. application
  22289. displays
  22290. modal
  22291. window
  22292. arbon
  22293. under
  22294. O9Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:OOPTESample:PADev.CD Nov 00 TC Disk 2
  22295.  - Sample Code
  22296.  - Overview
  22297.  - OOPTESample1.0
  22298. _Summary: This is a complete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  22299. Features: 
  22300. * Query Builder
  22301. * XCMD to use querys with HyperCard
  22302. * two different querys with two qdef
  22303. Data Access Manager.cpK
  22304. Vol VL
  22305. Mar 92M
  22306. me 7.0 and a computer where there is a DAL Server (Vax
  22307. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OvDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:V
  22308. 70057X
  22309. 1e    No Change
  22310. N?TESample, Objec Oriented, Object Pascal, Framework, OOPTESampleapped Lines.mcp
  22311. Dashed-capped Lines.p
  22312. Dashed-capped Lines.rsrcM
  22313. PostScript printerN%PostScript, print, capped, dash, lineOADev.CD Nov 00 TC Disk 2:Sample Code:Printing:Dashed-capped Lines:PIDev.CD Nov 00 TC Disk 2
  22314.  - Sample Code
  22315.  - Printing
  22316.  - Dashed-capped LinesV
  22317. 70056X
  22318. Nov 00^    TC Disk 2
  22319. --set theItem to choose file -- uncomment to test in an AS editor
  22320.     tell application "Finder"
  22321.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Dashed-capped Lines:"
  22322.         activate
  22323.     end tell
  22324. on error errMsg number errNum
  22325.     --enter statements to perform when no records are found such as...
  22326.     display dialog "Sorry, the item you selected could not be found."
  22327.     return
  22328. end try
  22329. All Packages
  22330. F    QuickTimeO
  22331. Dev.CD Oct 93
  22332. Dev.CD Jul 93P
  22333. Dev.CD Oct 93
  22334. Dev.CD Jul 9V
  22335. 72420X
  22336. Oct 93
  22337. p--set theItem to choose file -- uncomment to test in an AS editor
  22338.     tell application "Finder"
  22339.         open item "Dev.CD Oct 93
  22340. Dev.CD Jul 93"
  22341.         activate
  22342.     end tell
  22343. on error errMsg number errNum
  22344.     --enter statements to perform when no records are found such as...
  22345.     display dialog "Sorry, the item you selected could not be found."
  22346.     return
  22347. end try
  22348. All Packages
  22349. F    QuickTimeO
  22350. Dev.CD Jul 93P
  22351. Dev.CD Jul 9V
  22352. 72421X
  22353. Jul 93
  22354. b--set theItem to choose file -- uncomment to test in an AS editor
  22355.     tell application "Finder"
  22356.         open item "Dev.CD Jul 93"
  22357.         activate
  22358.     end tell
  22359. on error errMsg number errNum
  22360.     --enter statements to perform when no records are found such as...
  22361.     display dialog "Sorry, the item you selected could not be found."
  22362.     return
  22363. end try
  22364. All Packages
  22365. F    QuickTimeV
  22366. 72422X
  22367. spells
  22368. spellswell
  22369. spend
  22370. sphere
  22371. splash
  22372. splasher
  22373. splice
  22374. split
  22375. sponsored
  22376. spooled
  22377. spooler
  22378. spoolers
  22379. spoolingx
  22380. sports
  22381. spot\
  22382. spots
  22383. spreadsheet
  22384. spreadsheets
  22385. spritet
  22386. sprites
  22387. spriteworld
  22388. spriteworld
  22389. collection
  22390. routines
  22391. programmers
  22392. spriteworld's
  22393. sprocket
  22394. disp@
  22395. view@
  22396. webobjects@
  22397. intosh
  22398. coprocessor
  22399. platform@
  22400. applescript
  22401. toolkit@
  22402. multithreaded
  22403. networking@
  22404. mutable
  22405. string@
  22406. panel@
  22407. card@
  22408. pcmcia@
  22409. profile
  22410. specification@
  22411. OOPTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  22412. This version of TESample has been substantially reworked in Object Pascal to show how a "typical" object-oriented program could be writB
  22413. ten.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  22414. (BuildOOPTESample
  22415. FlowCtlMacs.d
  22416. MTESample.p
  22417. Objects
  22418. OOPTESample
  22419. OOPTESample.make
  22420. ProgStrucMacs.d
  22421. README
  22422. TECommon.h
  22423. TESample.r
  22424. TESampleGlue.a
  22425. TESampleGlue.a.o
  22426. TMLRules.make
  22427. UApplication.inc1.p
  22428. UApplication.p
  22429. UDocument.inc1.p
  22430. UDocument.p
  22431. UTEDocument.inc1.p
  22432. UTEDocument.p
  22433. UTESample.inc1.p
  22434. UTESample.p
  22435. PODev.CD Nov 00 TC Disk 1
  22436.  - Sample Code
  22437.  - Graphics 2D
  22438.  - OffScreenControlUpdateV
  22439. 72076X
  22440. Nov 00^    TC Disk 1
  22441. --set theItem to choose file -- uncomment to test in an AS editor
  22442.     tell application "Finder"
  22443.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:"
  22444.         activate
  22445.     end tell
  22446. on error errMsg number errNum
  22447.     --enter statements to perform when no records are found such as...
  22448.     display dialog "Sorry, the item you selected could not be found."
  22449.     return
  22450. end try
  22451. e    No Changef
  22452. appearance
  22453. gworld
  22454. off-screenq
  22455. Dev.CD Nov 00 TC Disk 1
  22456. All Packages
  22457. OOPTESample
  22458. 72077X
  22459. 72077X
  22460. Nov 00^    TC Disk 2
  22461. --set theItem to choose file -- uncomment to test in an AS editor
  22462.     tell application "Finder"
  22463.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:OOPTESample:"
  22464.         activate
  22465.     end tell
  22466. on error errMsg number errNum
  22467.     --enter statements to perform when no records are found such as...
  22468.     display dialog "Sorry, the item you selected could not be found."
  22469.     return
  22470. end try
  22471. e    No Changef;TESample
  22472. Objec Oriented
  22473. Object Pascal
  22474. Framework
  22475. OOPTESampleq
  22476. Dev.CD Nov 00 TC Disk 2
  22477. All Packages
  22478. Open TransportO
  22479. Dev.CD Jun 97 SSWP
  22480. Dev.CD Jun 97 SSV
  22481. 72078X
  22482. Jun 97
  22483. f--set theItem to choose file -- uncomment to test in an AS editor
  22484.     tell application "Finder"
  22485.         open item "Dev.CD Jun 97 SSW"
  22486.         activate
  22487.     end tell
  22488. on error errMsg number errNum
  22489.     --enter statements to perform when no records are found such as...
  22490.     display dialog "Sorry, the item you selected could not be found."
  22491.     return
  22492. end try
  22493. function. If you don't create your own
  22494. memory device context and DIB, NewGWorldFromHBITMAP will do it for you.
  22495. Note if you do create your own DIB using CreateDIBSection, you may want to specify
  22496. a negative bitmap height parameter in the biHeight field in the BITMAPINFOHEADER structure
  22497. as this will designate the bitmap as "top-down" with the origin in the upper-left corner.
  22498. If you don't do this, your bitmap will be a "bottom-down" bitmap with origin in the lower-left corner,
  22499. and any mo
  22500. vie you draw into a GWorld associated with this bitmap will show up as inverted.
  22501. Next, the code creates the offscreen GWorld using NewGWorldFromHBITMAP.
  22502. A movie is "drawn" to this newly created offscreen by first setting the movie's GWorld
  22503. via the Quicktime SetMovieGWorld function and then calling the UpdateMovies and MoviesTask functions.
  22504. Finally, a background image and other messages are drawn to the memory device context,
  22505. and the memory device context contents are drawn to the sc
  22506. frames/sec
  22507. framework
  22508. framework-based
  22509. frameworks
  22510. francois
  22511. franke
  22512. free_
  22513. friend
  22514. friendly
  22515. friends
  22516. from_
  22517. newmoviefromdataref
  22518. newsz
  22519. newsgroup
  22520. newsgroups
  22521. newsletterz
  22522. newswatcher
  22523. newton{
  22524. newton-related
  22525. nextx
  22526. nicer
  22527. nicest
  22528. nichols
  22529. bers are 
  22530. entered.  Y'Know, like if they hit 1 and 0 within 60 ticks of each other
  22531. I interprete that as 10.
  22532. Navigating is with the tab key to move between
  22533. @ fields, or mouse clicks on a field.
  22534. Notice that I am using the System (for the most part) to do any date validity
  22535. checking and conversion.  It's already in there, why re-write it?
  22536. This sample does not look at the international resources 
  22537. ('itl0' and 'itl1') to see what the user has set up as date ordering.  
  22538. Sorry.
  22539. JaDateDialog.c
  22540. DateThing 
  22541.  Read Me
  22542. DateThing(PPC)
  22543. DateThing.c
  22544. DateThing.h
  22545. DateThing.mcp
  22546. DateThing.rOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DateThing:
  22547. reen using the Win32 BitBlt function.
  22548. Note the code contains very limited error checking. It's up to you to add the
  22549. appropriate error-handling routines.
  22550. Offscreen currently can only be compiled and run under Windows 95/NT. Quicktime 3.0 is required.
  22551. 2. Using Offscreen
  22552. Launch the application, and open any QuickTime movie using the File Open menu item.
  22553. Next, a window is displayed showing the first frame of the movie along with a background image.
  22554. Press the <enter> key to displEqay the next frame of the movie (the movie will wrap once it
  22555. reaches the last frame)
  22556. Enjoy,
  22557. QuickTime Team
  22558. Application.c
  22559. Application.h
  22560. ApplicationPrivate.h
  22561. mdiplayer.ico
  22562. MOVIE.ICO
  22563. Offscreen.dsp
  22564. Offscreen.dsw
  22565. Offscreen.exe
  22566. Offscreen.mak
  22567. offscreen.rc
  22568. QTCode.c
  22569. QTCode.h
  22570. QTLogo.bmp
  22571. README.txt
  22572. resource.h
  22573. Sample.mov
  22574. WinPrefix.hODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:PODev.CD Nov 00 TC Disk 2
  22575.  - Sample Code
  22576.  - QuickTime
  22577.  - Goodies
  22578.  - Offscreen.win
  22579. lF'Technical Publications: Mac OS X Server
  22580. Mac OS X Server Developer Documentation
  22581. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  22582. What's New/Updated:
  22583. AppKit
  22584. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  22585. Foundation
  22586. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  22587. AppKit
  22588. Foundation
  22589. Mar 99L
  22590. Jul 99M/Project Builder, Interface Builder, web browserW
  22591. debugger's
  22592. debuggerpresence
  22593. debuggers
  22594. debuggingW
  22595. debugging
  22596. optimized
  22597. debugs
  22598. debugstr
  22599. N5Velocity Engine, AlitVec, FFT, Fast Fourier Transformom
  22600. sample
  22601. demonstrates
  22602. create
  22603. sheet
  22604. direct
  22605. sample
  22606. demonstrate
  22607. create
  22608. custom
  22609. window
  22610. under
  22611. simple
  22612. application
  22613. meters
  22614. sound
  22615. input
  22616. level
  22617. simple
  22618. demonstration
  22619. process
  22620. manager
  22621. simple
  22622. example
  22623. component
  22624. custom
  22625. entry
  22626. point
  22627. simple
  22628. example
  22629. obtain
  22630. mouse
  22631. location
  22632. using
  22633. simple
  22634. demonstrate
  22635. cocoa
  22636. development
  22637. project
  22638. simple
  22639. rapid
  22640. application
  22641. prototyping
  22642. design
  22643. simple
  22644. utility
  22645. driver
  22646. support
  22647. asynchronous
  22648. simple
  22649. calls
  22650. hmshowballoon
  22651. appropriate
  22652. small
  22653. example
  22654. ipclistports
  22655. sample
  22656. colle
  22657. snippet
  22658. shows
  22659. dialog
  22660. sound
  22661. manager
  22662. pre-mixer
  22663. effect
  22664. component
  22665. shows
  22666. sample
  22667. shows
  22668. transport
  22669. ~--set theItem to choose file -- uncomment to test in an AS editor
  22670.     tell application "Finder"
  22671.         open item "Dev.CD Apr 94
  22672. Dev.CD Jan 94
  22673. Dev.CD Oct 93"
  22674.         activate
  22675.     end tell
  22676. on error errMsg number errNum
  22677.     --enter statements to perform when no records are found such as...
  22678.     display dialog "Sorry, the item you selected could not be found."
  22679.     return
  22680. end try
  22681. keventappactivated
  22682. keventappdeactivated
  22683. kevin
  22684. keyboardV
  22685. keyboard's
  22686. keyboards
  22687. keychain
  22688. keycodes
  22689. keycodesflag
  22690. keymap
  22691. keymaptest
  22692. keymenu
  22693. keysv
  22694. All Packages
  22695. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  22696. Dev.CD Jan 94
  22697. Dev.CD Oct 93
  22698. Dev.CD Jul 93
  22699. Dev.CD Apr 93PDDev.CD Apr 94
  22700. Dev.CD Jan 94
  22701. Dev.CD Oct 93
  22702. Dev.CD Jul 93
  22703. Dev.CD Apr 9V
  22704. 72731X
  22705. Apr 94
  22706. --set theItem to choose file -- uncomment to test in an AS editor
  22707.     tell application "Finder"
  22708.         open item "Dev.CD Apr 94
  22709. Dev.CD Jan 94
  22710. Dev.CD Oct 93
  22711. Dev.CD Jul 93
  22712. Dev.CD Apr 93"
  22713.         activate
  22714.     end tell
  22715. on error errMsg number errNum
  22716.     --enter statements to perform when no records are found such as...
  22717.     display dialog "Sorry, the item you selected could not be found."
  22718.     return
  22719. end try
  22720. All Packages
  22721. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  22722. Dev.CD Jan 94
  22723. Dev.CD Oct 93
  22724. Dev.CD Jul 93
  22725. Dev.CD Apr 93PDDev.CD Apr 94
  22726. Dev.CD Jan 94
  22727. Dev.CD Oct 93
  22728. Dev.CD Jul 93
  22729. Dev.CD Apr 9V
  22730. 72732X
  22731. Apr 94
  22732. programmerw
  22733. programmers
  22734. p--set theItem to choose file -- uncomment to test in an AS editor
  22735.     tell application "Finder"
  22736.         open item "Dev.CD Apr 94
  22737. Dev.CD Jan 94"
  22738.         activate
  22739.     end tell
  22740. on error errMsg number errNum
  22741.     --enter statements to perform when no records are found such as...
  22742.     display dialog "Sorry, the item you selected could not be found."
  22743.     return
  22744. end try
  22745. 72075X
  22746. Nov 00^    TC Disk 2
  22747. --set theItem to choose file -- uncomment to test in an AS editor
  22748.     tell application "Finder"
  22749.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:"
  22750.         activate
  22751.     end tell
  22752. on error errMsg number errNum
  22753.     --enter statements to perform when no records are found such as...
  22754.     display dialog "Sorry, the item you selected could not be found."
  22755.     return
  22756. end try
  22757. e    No Changeq
  22758. Dev.CD Nov 00 TC Disk 2
  22759. All Packages
  22760. OffScreenControlUpdateI
  22761. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker.
  22762. Works under Appearance.J
  22763. OffscreenControl(PPC)
  22764. OffScreenControlUpdate READ ME
  22765. OffScreenControlUpdate.c
  22766. OffscreenControlUpdate.mcp
  22767. OffScreenControlUpdate.rsrcK
  22768. Aug 97N
  22769. appearance, gworld, off-screenOGDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:V
  22770. 72076X
  22771. 1e    No Change
  22772. cfm-68k
  22773. cfm-68k
  22774. changer
  22775. cheap
  22776. cheap
  22777. studio
  22778. chinese
  22779. chinese
  22780. dictation
  22781. chinese
  22782. dictation
  22783. ffered
  22784. offersy
  22785. official
  22786. officially
  22787. offscreenr
  22788. offset
  22789. offsetting
  22790. often
  22791. old-style
  22792. older
  22793. e    No Changef
  22794. bitmap
  22795. rotation
  22796. Carbono&http://developer.apple.com/samplecode/q
  22797. Dev.CD Nov 00 TC Disk 1
  22798. All Packages
  22799. Rotated ThingiesIpThese samples show how to rotate objects and text on PostScript printers using the RotateBegin/End PicComments.
  22800. using Rotate PicComments
  22801. using Text PicCommentsM
  22802. PostScript printerN2PostScript, print, rotate, text, object, PrGeneralO>Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Rotated Thingies:PFDev.CD Nov 00 TC Disk 2
  22803.  - Sample Code
  22804.  - Printing
  22805.  - Rotated ThingiesV
  22806. 72494X
  22807. Nov 00^    TC Disk 2
  22808. --set theItem to choose file -- uncomment to test in an AS editor
  22809.     tell application "Finder"
  22810.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Rotated Thingies:"
  22811.         activate
  22812.     end tell
  22813. on error errMsg number errNum
  22814.     --enter statements to perform when no records are found such as...
  22815.     display dialog "Sorry, the item you selected could not be found."
  22816.     return
  22817. end try
  22818. e    No Change
  22819. utils
  22820. stringutils
  22821. - Missing Gestalt selector was causing some Apps not to work with AppleScript (note: checking the Gestalt selector is NOT the recommended method of checking for OSL existence!)
  22822. - CompareProc bug where a handle's memory moved, orphaning pointers.
  22823. Any Macintosh computer capable of running CFM (Code Fragment Manager) libraries.
  22824. There appears to be a memory leak in some cases when resolving boolean "whose clauses".  [This was reported against a prior version but not fixed in this releaseC0].
  22825. OSL, Object Support Library, AppleScript, AE
  22826. ObjectSupportLib
  22827. Read MeK
  22828. Jan 97OdDev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:PoDev.CD Jan 97 SDK1
  22829.  - Development Kits (Disc 1)
  22830.  - Interfaces&Libraries
  22831.  - RuntimeLibraries
  22832.  - ObjectSupportLibnstalls itself)N=debugger, MacsBug, TMON, debugger detection, DebuggerPresenceOIDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:DebuggerPresence:V
  22833. 70062X
  22834. 1e    No Change
  22835. --set theItem to choose file -- uncomment to test in an AS editor
  22836.     tell application "Finder"
  22837.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:ODOC:"
  22838.         activate
  22839.     end tell
  22840. on error errMsg number errNum
  22841.     --enter statements to perform when no records are found such as...
  22842.     display dialog "Sorry, the item you selected could not be found."
  22843.     return
  22844. end try
  22845. time, effort and money. With the introduction of version 3.0 for the Macintosh EqB
  22846. uilibrium has added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  22847. Jul 98
  22848. 1.1.4
  22849. 1.1b1
  22850. 1.1b8
  22851. 1.2.1R
  22852. 1.2.4
  22853. 1.3.4
  22854. 1.3.6
  22855. 1.3b5
  22856. 1.4.2g
  22857. 1.4.6f11
  22858. 1.5.1
  22859. 1.5.2
  22860. 1.5b16
  22861. 1.6.2
  22862. 160/165c/180/180c
  22863. 2.0.1
  22864. 2.0.6
  22865. 2.0b6
  22866. 2.0d3
  22867. 2.0d38
  22868. 2.1.1
  22869. 2.1.2
  22870. 2.1.3
  22871. 2.2.2
  22872. 2.2.3
  22873. 2.3.0
  22874. e    No Changef$'odoc' Apple Event
  22875. opening documentsq
  22876. Dev.CD Nov 00 TC Disk 1
  22877. All Packages
  22878. F    Offscreen
  22879. 1. About Offscreen
  22880. Offscreen is a sample application that demonstrates how to use
  22881. the Quicktime for Windows 3.0 NewGWorldFromHBITMAP function. The code "wraps"
  22882. an offscreen GWorld around an existing DIB (created with the Win32 CreateDIBSection function)
  22883. using NewGWorldFromHBITMAP, and then by draws a movie frame-by-frame into the offscreen GWorld.
  22884. 2. Specifics
  22885. The code first creates a memory device context and DIB (using CreateDIBSection)
  22886. to use with the NewGWorldFromHBITMAP 
  22887. 72075X
  22888. uide.pdf
  22889. WebObjects Database Part I.pdf
  22890. WebObjects Database Part II.pdf
  22891. WebObjects Memory Mgmt.pdf
  22892. WebObjects Tools and Techniques
  22893. WebObjectsCategories&Posers.pdf
  22894. WebObjectsPerformanceTuning
  22895. Working with WebObjects.pdf
  22896. Writing for Interactive Media
  22897. NGMacApp, Windows Menu, Cascade Windows, Close All Windows, Windows Menu
  22898. OLDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Windows Menu:PWDev.CD Nov 00 TC Disk 2
  22899.  - Sample Code
  22900.  - Platforms and Tools
  22901.  - MacApp
  22902.  - Windows Menu
  22903. Snarfer
  22904. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  22905. Features: 
  22906. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  22907. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  22908. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  22909. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  22910. Files can be saved to hold the user-defined critieria and actions that users create.
  22911. The Snarfer can run on Internet Routers and handle multiple ports.
  22912. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  22913. desktopsprites
  22914. desktopsprites
  22915. desktopsprites
  22916. PUDev.CD Nov 00 TC Disk 1
  22917.  - Sample Code
  22918.  - Human Interface Toolbox
  22919.  - SetWindBackColorV
  22920. 72540X
  22921. Nov 00^    TC Disk 1
  22922. --set theItem to choose file -- uncomment to test in an AS editor
  22923.     tell application "Finder"
  22924.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SetWindBackColor:"
  22925.         activate
  22926.     end tell
  22927. on error errMsg number errNum
  22928.     --enter statements to perform when no records are found such as...
  22929.     display dialog "Sorry, the item you selected could not be found."
  22930.     return
  22931. end try
  22932. e    No Changef
  22933. background
  22934. color
  22935. windowq
  22936. Dev.CD Nov 00 TC Disk 1
  22937. All Packages
  22938. F    SGCaptureIbThis demo program shows how to use the SGDrawable class to display live video within a QTCanvas. 
  22939. J-README.txt
  22940. sg.bat
  22941. SGCapture
  22942. SGCapture.zip
  22943. Feb 00
  22944. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:V
  22945. 72541X
  22946. 1e    No Change
  22947. kcapapp
  22948. kcapapp
  22949. mappings
  22950. keyboard
  22951. macsU
  22952. macsbugB
  22953. macsbug
  22954. apple's
  22955. assembly-level
  22956. powerpc
  22957. debugger
  22958. macsbug's
  22959. macsnmp
  22960. mactcp
  22961. mactcp
  22962. 2.0.6
  22963. release
  22964. notes
  22965. madeU
  22966. madness
  22967. magazine
  22968. magazines
  22969. magic
  22970. magician
  22971. magnitude
  22972. mail-order
  22973. mailfoo
  22974. mailing
  22975. mailings
  22976. This snippet shows how to create and install your own custom search procedure.  In this example, the searchProc performs RGB color separation by checking to see if the individual RGB component values fall within a certain maximum and minimum threshold level.
  22977. JoSearchProcs and Color Sep.c
  22978. SearchProcs and Color Sep.rsrc
  22979. SearchProcs&ColorSep(PPC)
  22980. SearchProcsAndColorSep.mcpM
  22981. Color QuickDrawN2SearchProc, Color Separation, AddSearch, DelSearchOHDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SearchProcs & Color Sep:PPDev.CD Nov 00 TC Disk 1
  22982.  - Sample Code
  22983.  - Graphics 2D
  22984.  - SearchProcs & Color Sep
  22985. nubus
  22986. board
  22987. registration
  22988. object
  22989. objectcode
  22990. objecthelpers
  22991. objecthelpers
  22992. objecthelpers
  22993. objectppc
  22994. objects
  22995. objects68k
  22996. objectsppc
  22997. objectsupportlib
  22998. obsolete
  22999. obsolete
  23000. pre-asip
  23001. obsolete&unsupported
  23002. obtain
  23003. 72073X
  23004. Jan 97^
  23005. --set theItem to choose file -- uncomment to test in an AS editor
  23006.     tell application "Finder"
  23007.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  23008.         activate
  23009.     end tell
  23010. on error errMsg number errNum
  23011.     --enter statements to perform when no records are found such as...
  23012.     display dialog "Sorry, the item you selected could not be found."
  23013.     return
  23014. end try
  23015. Deletedq
  23016. Dev.CD Jan 97 SDK1
  23017. All Packages
  23018. ODOCIiThis sample illustrates how to send an open document ('odoc') Apple event to another application process.J
  23019. ODoc(PPC)
  23020. odoc.c
  23021. Odoc.mcpM
  23022. System 7.0N%'odoc' Apple Event, opening documentsO?Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:ODOC:PGDev.CD Nov 00 TC Disk 1
  23023.  - Sample Code
  23024.  - Interapplication Comm
  23025.  - ODOCV
  23026. 72074X
  23027. Nov 00^    TC Disk 1
  23028. e    No Change
  23029. routines
  23030. needed
  23031. customgetfile
  23032. selecting
  23033. folders
  23034. routingj
  23035. rowbytes
  23036. rubber
  23037. rubber-banding
  23038. rubberband
  23039. rubberbanded
  23040. ruben
  23041. rules
  23042. beaker
  23043. beard
  23044. beast
  23045. beasts
  23046. beautiful
  23047. became
  23048. All Packages
  23049. Object Pascal to C++ TipsIrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  23050. Object Pascal to C++ TipsK
  23051. Vol IIIL
  23052. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.OYDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsPdDev.CD Nov 00 TC Disk 1
  23053.  - Tool Chest
  23054.  - Development Kits
  23055.  - C++ Related
  23056.  - Object Pascal to C++ TipV
  23057. 72072X
  23058. Nov 00^    TC Disk 1
  23059. --set theItem to choose file -- uncomment to test in an AS editor
  23060.     tell application "Finder"
  23061.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  23062.         activate
  23063.     end tell
  23064. on error errMsg number errNum
  23065.     --enter statements to perform when no records are found such as...
  23066.     display dialog "Sorry, the item you selected could not be found."
  23067.     return
  23068. end try
  23069. e    No Change
  23070. Dev.CD Nov 00 TC Disk 1
  23071. D!All Packages
  23072. Mac OS SDK Edition
  23073. ObjectSupportLib 1.1.4
  23074. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  23075. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  23076. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  23077. Bugs fix
  23078. summary
  23079. document
  23080. contains
  23081. helpful
  23082. converti
  23083. summary
  23084. document
  23085. describes
  23086. version
  23087. applesingle
  23088. OIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WindowColors:PQDev.CD Nov 00 TC Disk 1
  23089.  - Sample Code
  23090.  - Human Interface Toolbox
  23091.  - WindowColorsV
  23092. 73055X
  23093. Nov 00^    TC Disk 1
  23094. --set theItem to choose file -- uncomment to test in an AS editor
  23095.     tell application "Finder"
  23096.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WindowColors:"
  23097.         activate
  23098.     end tell
  23099. on error errMsg number errNum
  23100.     --enter statements to perform when no records are found such as...
  23101.     display dialog "Sorry, the item you selected could not be found."
  23102.     return
  23103. end try
  23104. e    No Changeq
  23105. Dev.CD Nov 00 TC Disk 1
  23106. All Packages
  23107. WindowPicker 1.1
  23108. 73056X
  23109. System Enabler 088 (AVs)O
  23110. Dev.CD Apr 94
  23111. Dev.CD Jan 94P
  23112. Dev.CD Apr 94
  23113. Dev.CD Jan 9V
  23114. 72809X
  23115. Apr 94
  23116. p--set theItem to choose file -- uncomment to test in an AS editor
  23117.     tell application "Finder"
  23118.         open item "Dev.CD Apr 94
  23119. Dev.CD Jan 94"
  23120.         activate
  23121.     end tell
  23122. on error errMsg number errNum
  23123.     --enter statements to perform when no records are found such as...
  23124.     display dialog "Sorry, the item you selected could not be found."
  23125.     return
  23126. end try
  23127. All Packages
  23128. System Enabler 088 (AVs)O
  23129. Dev.CD Apr 94P
  23130. Dev.CD Apr 9V
  23131. 72810X
  23132. Apr 94
  23133. b--set theItem to choose file -- uncomment to test in an AS editor
  23134.     tell application "Finder"
  23135.         open item "Dev.CD Apr 94"
  23136.         activate
  23137.     end tell
  23138. on error errMsg number errNum
  23139.     --enter statements to perform when no records are found such as...
  23140.     display dialog "Sorry, the item you selected could not be found."
  23141.     return
  23142. end try
  23143. All Packages
  23144. 72811X
  23145. eover
  23146. f--set theItem to choose file -- uncomment to test in an AS editor
  23147.     tell application "Finder"
  23148.         open item "Dev.CD Jun 97 SSW"
  23149.         activate
  23150.     end tell
  23151. on error errMsg number errNum
  23152.     --enter statements to perform when no records are found such as...
  23153.     display dialog "Sorry, the item you selected could not be found."
  23154.     return
  23155. end try
  23156. install
  23157. netsprocket
  23158. netsprocket
  23159. netsprockettest
  23160. netsprockettest
  23161. netsprockettest
  23162. netstuff
  23163. netstuff
  23164. netstuff
  23165. networkT
  23166. network
  23167. server
  23168. guideT
  23169. network
  23170. setup
  23171. network
  23172. software
  23173. installer
  23174. network
  23175. stream
  23176. networkcomm
  23177. networkcommsvcs
  23178. networking
  23179. networkingot
  23180. networks
  23181. networks
  23182. networksetup
  23183. networkstream
  23184. documentation
  23185. sample
  23186. aration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  23187. Ex Apple Video ROM
  23188. Example Vid ROM from C&D
  23189. ExROM-1Func sResource
  23190. MinimalDeclROM.a
  23191. ROM diagramsK
  23192. Oct 92V
  23193. 70065X
  23194. 1e    No Change
  23195. kObjectiveCtoJava
  23196. Push Tech Survival Gd.pdf
  23197. QT3-More Than Dig. Video.pdf
  23198. Simplified Stream Audio.pdf
  23199. Web Animation Guide.pdf
  23200. WebObjects Database Part I.pdf
  23201. WebObjects Database Part II.pdf
  23202. WebObjects Memory Mgmt.pdf
  23203. WebObjects Tools and Techniques
  23204. WebObjectsCategories&Posers.pdf
  23205. WebObjectsPerformanceTuning
  23206. Working with WebObjects.pdf
  23207. Writing for Interactive Media
  23208. --set theItem to choose file -- uncomment to test in an AS editor
  23209.     tell application "Finder"
  23210.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoSound:"
  23211.         activate
  23212.     end tell
  23213. on error errMsg number errNum
  23214.     --enter statements to perform when no records are found such as...
  23215.     display dialog "Sorry, the item you selected could not be found."
  23216.     return
  23217. end try
  23218.     end tell
  23219. on error errMsg number errNum
  23220.     --enter statements to perform when no records are found such as...
  23221.     display dialog "Sorry, the item you selected could not be found."
  23222.     return
  23223. end try
  23224. e    No Changeq
  23225. Dev.CD Nov 00 TC Disk 1
  23226. All Packages
  23227. DecompressionAndScalingI
  23228. This example shows how to convert a    version 2 PICT to a compressed QuickTime data buffer. Once the PICT is compressed, it is then decompressed to the window at one quarter  its original size.V
  23229. 70066X
  23230. 1e    No Change
  23231. e    No Changeq
  23232. Dev.CD Nov 00 TC Disk 1
  23233. All Packages
  23234. NuBus TesterI
  23235. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  23236. -Read Me.txt
  23237. nbTestIntf.p
  23238. nbTestLib.o
  23239. nbTestLib.
  23240. NuBusTest
  23241. NuBusTest.make
  23242. NuBusTest.p
  23243. NuBusTest.p.oK
  23244. Oct 92OJDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PUDev.CD Nov 00 TC Disk 1
  23245.  - Tool Chest
  23246.  - Devices
  23247.  - NuBus/Slot Manager
  23248.  - NuBusTesterV
  23249. 72071X
  23250. Nov 00^    TC Disk 1
  23251. --set theItem to choose file -- uncomment to test in an AS editor
  23252.     tell application "Finder"
  23253.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  23254.         activate
  23255.     end tell
  23256. on error errMsg number errNum
  23257.     --enter statements to perform when no records are found such as...
  23258.     display dialog "Sorry, the item you selected could not be found."
  23259.     return
  23260. end try
  23261. e    No Changeq
  23262. Dev.CD Nov 00 TC Disk 1
  23263. example
  23264. graphics
  23265. importer
  23266. movie
  23267. importer
  23268. image
  23269. decompres
  23270. examples
  23271. exceeds
  23272. excellent
  23273. except
  23274. exception
  23275. atoms
  23276. atrap
  23277. atrapper
  23278. atraps
  23279. atsui
  23280. attach
  23281. attachedV
  23282. attaches
  23283. attaching
  23284. attempt
  23285. attempting
  23286. attempts
  23287. attention
  23288. attractive
  23289. attribute
  23290. attributes
  23291. using
  23292. usual
  23293. usually
  23294. utf-8
  23295. utilities
  23296. utility
  23297. utilization
  23298. utilize
  23299. utilized
  23300. utilizes
  23301. utilizing
  23302. uunpredictable
  23303. v-twinj
  23304. v1.0.1
  23305. v1.0.2
  23306. v1.1.3
  23307. v1.2.1R
  23308. v1.4.6f11
  23309. v1.5.1
  23310. v1.7.2
  23311. normal
  23312. normally
  23313. norman{
  23314. north
  23315. norwegian
  23316. nosound
  23317. nosound
  23318. source
  23319. sample
  23320. illustrates
  23321. e    No Changeq
  23322. Dev.CD Nov 00 TC Disk 1
  23323. All Packages
  23324. NoSound
  23325. NoSound is a source code sample that illustrates how to install a shutdown procedure that will be executed when the user chooses restart or shutdown from the special menu.  In this sample, the intent is to provide an automated facility that will turn off the startup chime by adjusting the sound volume before the computer shuts down.  The NoSound application should be placed in the Startup Items folder so it can restore the sound volume after the startup sound has been played.  
  23326. J;main.c
  23327. NoSound(PPC)
  23328. NoSound.mcp
  23329. NoSound.rsrc
  23330. readme
  23331. NoSoundODDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoSound:PLDev.CD Nov 00 TC Disk 1
  23332.  - Sample Code
  23333.  - Human Interface Toolbox
  23334.  - NoSoundV
  23335. 72070X
  23336. Nov 00^    TC Disk 1
  23337. e    No Change
  23338. --set theItem to choose file -- uncomment to test in an AS editor
  23339.     tell application "Finder"
  23340.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoResDialog:"
  23341.         activate
  23342.     end tell
  23343. on error errMsg number errNum
  23344.     --enter statements to perform when no records are found such as...
  23345.     display dialog "Sorry, the item you selected could not be found."
  23346.     return
  23347. end try
  23348.  mdefproc: Standard menu defproc for scrolling and hierarchical meB
  23349.  rdocproc: WDEF for rounded-corner windows.
  23350.  sbarcdef: Scroll bar CDEF.
  23351.  wprocasm: Standard WDEF for documentProc, dBoxProc,    plainDBox, altDBoxProc, noGrowDocProc, zoomdocproc, zoomNoGrow.
  23352. Jkbutcdef.a
  23353. LDefProc0.A
  23354. mdefproc.a
  23355. rdocproc.a
  23356. Read Me 
  23357.  DefProcs
  23358. Read Me 
  23359.  DefProcs.txt
  23360. sbarcdef.a
  23361. wprocasm.aK
  23362. Aug 93O4Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:DefProcs:P<Dev.CD Nov 00 TC Disk 1
  23363.  - Tool Chest
  23364.  - Toolbox
  23365.  - DefProcs
  23366. OMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:PXDev.CD Nov 00 TC Disk 2
  23367.  - Sample Code
  23368.  - QuickTime
  23369.  - QuickTime for Java
  23370.  - TransitionsV
  23371. 72996X
  23372. Nov 00^    TC Disk 2
  23373. --set theItem to choose file -- uncomment to test in an AS editor
  23374.     tell application "Finder"
  23375.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  23376.         activate
  23377.     end tell
  23378. on error errMsg number errNum
  23379.     --enter statements to perform when no records are found such as...
  23380.     display dialog "Sorry, the item you selected could not be found."
  23381.     return
  23382. end try
  23383. e    No Changef
  23384. QuickTime
  23385. Dev.CD Nov 00 TC Disk 2
  23386. All Packages
  23387. TranslateRotate
  23388. 72997X
  23389. teries
  23390. battery
  23391. bbedit
  23392. refreshing
  23393. regarded
  23394. regarding
  23395. regardless
  23396. regards
  23397. region
  23398. regions
  23399. --set theItem to choose file -- uncomment to test in an AS editor
  23400.     tell application "Finder"
  23401.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:RequiredFinderColors:"
  23402.         activate
  23403.     end tell
  23404. on error errMsg number errNum
  23405.     --enter statements to perform when no records are found such as...
  23406.     display dialog "Sorry, the item you selected could not be found."
  23407.     return
  23408. end try
  23409. P`Dev.CD Nov 00 TC Disk 1
  23410.  - Sample Code
  23411.  - Devices and Hardware
  23412.  - Miscellaneous
  23413.  - NoPowerOffKeyor
  23414.     tell application "Finder"
  23415.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DelegateOnlyComponent:"
  23416.         activate
  23417.     end tell
  23418. on error errMsg number errNum
  23419.     --enter statements to perform when no records are found such as...
  23420.     display dialog "Sorry, the item you selected could not be found."
  23421.     return
  23422. end try
  23423. e    No Changef
  23424. QuickTime
  23425. componentq
  23426. Dev.CD Nov 00 TC Disk 2
  23427. All Packages
  23428. Design for Robustness
  23429. 70070X
  23430. showinitf
  23431. showinit
  23432. showiniticon
  23433. showiniticon
  23434. showiniticon
  23435. showmovie
  23436. showmovie
  23437. showmovie
  23438. showregisteredscside
  23439. showregisteredscside
  23440. showscsideviceident
  23441. showscsideviceident
  23442. showsystemvolumeid
  23443. showsystemvolumeid
  23444. shrinktobw
  23445. shrinktobw
  23446. simpleapp
  23447. simpleapp
  23448. sound
  23449. simpledownload
  23450. simpledownload
  23451. 247226
  23452. simpledownload
  23453. 248426
  23454. simpleeditmfc
  23455. simpleeditmfc
  23456. simpleeditmfc
  23457. simpleeditmfc
  23458. simpleeditmfc
  23459. simpleeditmfc
  23460. simpleeditmfc
  23461. simpleeditmfc
  23462. simpleeditmfcdoc
  23463. simpleeditmfcdoc
  23464. simpleeditmfcdoc
  23465. simpleeditmfcview
  23466. simpleeditmfcview
  23467. simpleeditmfcview
  23468. simpleplayermfc
  23469. simpleplayermfc
  23470. simpleplayermfc
  23471. simpleplayermfc
  23472. simpleplayermfc
  23473. simpleplayermfc
  23474. simpleplayermfc
  23475. simpleplayermfc
  23476. Wake100 is a sample INIT which reads the wake up time in a PowerBook 100 and old Portable. If the wake up date has elapsed then a day gets added to it so that the machine wakes up at the same time every day.J)Wake100
  23477. Wake100.c
  23478. Wake100.make
  23479. WakeINIT.cM
  23480. Power ManagerN>Power Manager, sleep queue, SetWakeupTimer, PowerBook, Wake100OODev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:PZDev.CD Nov 00 TC Disk 1
  23481.  - Sample Code
  23482.  - Devices and Hardware
  23483.  - Miscellaneous
  23484.  - Wake100V
  23485. 73044X
  23486. Nov 00^    TC Disk 1
  23487. --set theItem to choose file -- uncomment to test in an AS editor
  23488.     tell application "Finder"
  23489.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:"
  23490.         activate
  23491.     end tell
  23492. on error errMsg number errNum
  23493.     --enter statements to perform when no records are found such as...
  23494.     display dialog "Sorry, the item you selected could not be found."
  23495.     return
  23496. end try
  23497. e    No Change
  23498. 72068X
  23499. Nov 00^    TC Disk 1
  23500. --set theItem to choose file -- uncomment to test in an AS editor
  23501.     tell application "Finder"
  23502.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:NoPowerOffKey:"
  23503.         activate
  23504.     end tell
  23505. on error errMsg number errNum
  23506.     --enter statements to perform when no records are found such as...
  23507.     display dialog "Sorry, the item you selected could not be found."
  23508.     return
  23509. end try
  23510. e    No Changef
  23511. Power Key
  23512. kiosk
  23513. NoPowerOffKeyq
  23514. Dev.CD Nov 00 TC Disk 1
  23515. All Packages
  23516. NoResDialogIzNoResDialog is a source code sample illustrating how a dialog window can be created in memory without using any resources.JMNoResDialog(PPC)
  23517. NoResDialog.c
  23518. NoResDialog.h
  23519. NoResDialog.mcp
  23520. NoResDialog.rsrcOHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoResDialog:PPDev.CD Nov 00 TC Disk 1
  23521.  - Sample Code
  23522.  - Human Interface Toolbox
  23523.  - NoResDialogV
  23524. 72069X
  23525. Nov 00^    TC Disk 1
  23526. e    No Change
  23527. Nov 00e    No Change
  23528. NoPowerOffKey is a sample extension to disable the power-off key.
  23529. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  
  23530. Starting with System 7.5.3, there is a programmatic way to turn off the power-off key behavior.  This sample uses that call if it is available.  This is the technique recommended by DTS. 
  23531. However if the call is unavB
  23532. ailable, the sample patches Alert.  NOTE: DTS does NOT recommend the patch on Alert, but realizes there may be an unavoidable reason to consider it.
  23533. JvNoPowerOffKey
  23534. PatchPowerOff.c
  23535. PatchPowerOff.h
  23536. PatchPowerOff.r
  23537. PatchPowerOff.rsrc
  23538. PatchPowerOff68K.
  23539. ReadMe
  23540. ShowIcon7.cM
  23541. System 7.5N
  23542. Power Key, kiosk, NoPowerOffKeyOUDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:NoPowerOffKey: Interactive Media Resources
  23543.  - DesignForRobustness
  23544. tIpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  23545. QuickTime tools.imgK
  23546. Feb 94OGDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:PODev.CD Nov 00 TC Disk 1
  23547.  - Tool Chest
  23548.  - Testing & Debugging
  23549.  - QuickTime toolsV
  23550. 72465X
  23551. Nov 00^    TC Disk 1
  23552. --set theItem to choose file -- uncomment to test in an AS editor
  23553.     tell application "Finder"
  23554.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:"
  23555.         activate
  23556.     end tell
  23557. on error errMsg number errNum
  23558.     --enter statements to perform when no records are found such as...
  23559.     display dialog "Sorry, the item you selected could not be found."
  23560.     return
  23561. end try
  23562. e    No Changeq
  23563. Dev.CD Nov 00 TC Disk 1
  23564. All Packages
  23565. QuickTime Tools
  23566. 72466X
  23567. dimmed
  23568. dimming
  23569. direct
  23570. dirid
  23571. disable
  23572. disabled
  23573. disassembler
  23574. disassembly
  23575. norway
  23576. norway
  23577. distributors/localiz
  23578. nosound
  23579. nosound
  23580. nosound
  23581. nosound
  23582. apple
  23583. product
  23584. example
  23585. notation
  23586. notation
  23587. noteX
  23588. note-register
  23589. note-register
  23590. variables
  23591. notes
  23592. notestonetest
  23593. notestonetest
  23594. notification
  23595. notification
  23596. 1.5.1
  23597. first
  23598. library
  23599. plugins
  23600. nubus
  23601. nubus
  23602. board
  23603. registration
  23604. nubuslist
  23605. object
  23606. object
  23607. pascal
  23608. objectcode
  23609. objecthelpers
  23610. objecthelpers
  23611. objecthelpers
  23612. objectppc
  23613. objects
  23614. released
  23615. releaseresource
  23616. releases{
  23617. releasing
  23618. relevantz
  23619. reliability
  23620. reliable
  23621. reliably
  23622. reliance
  23623. relief
  23624. relies
  23625. religiously
  23626. relish
  23627. relocation
  23628. relstring
  23629. remain
  23630. remaining
  23631. remains
  23632. remap
  23633. remedies
  23634. remember
  23635. ialog "Sorry, the item you selected could not be found."
  23636.     return
  23637. end try
  23638. e    No Changef
  23639. QuickTime
  23640. Sprite Toolboxo&http://developer.apple.com/samplecode/q
  23641. Dev.CD Nov 00 TC Disk 2
  23642. All Packages
  23643. DesktopSpritesI
  23644. This sample code demonstrates how to use the QuickTime for Windows Sprite Toolbox APIs to create and animate sprites in a window.K
  23645. Nov 00V
  23646. 70073X
  23647. 1e    No Change
  23648. front
  23649. DesktopSprites.exe
  23650. DesktopSprites.mak
  23651. DesktopSprites.qtr
  23652. DesktopSprites.r
  23653. ImageCompressionUtilities.c
  23654. ImageCompressionUtilities.h
  23655. main.c
  23656. main.h
  23657. QTCode.c
  23658. QTCode.h
  23659. QTSprites.c
  23660. QTSprites.h
  23661. README.txt
  23662. WinPrefix.hK
  23663. Nov 00MBWindows 95/98/NT/2000 or later, QuickTime for Windows 3.0 or laterN
  23664. QuickTime, Sprite ToolboxOZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:DesktopSprites.win:PeDev.CD Nov 00 TC Disk 2
  23665.  - Sample Code
  23666.  - QuickTime
  23667.  - Wired Movies and Sprites
  23668.  - DesktopSprites.winV
  23669. 70073X
  23670. Nov 00^    TC Disk 2
  23671. e    No Changeo&http://developer.apple.com/samplecode/
  23672. version
  23673. version
  23674. windowed
  23675. allows
  23676. creation
  23677. version
  23678. cleaned
  23679. implementation
  23680. added
  23681. context
  23682. version-specific
  23683. versionedit
  23684. ws 95, 98, or NT::
  23685.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23686. QuickTime, Java, MRJO^Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DetachedController:PlDev.CD Nov 00 TC Disk 2
  23687.  - Sample Code
  23688.  - QuickTime
  23689.  -  All Java
  23690.  - QuickTime for Java
  23691.  - DetachedControllerV
  23692. 70074X
  23693. Nov 00^    TC Disk 2
  23694. e    No Change
  23695. JnNoCopyReceive Test Output
  23696. NoCopyReceives(PPC)
  23697. NoCopyReceives.c
  23698. NoCopyReceives.mcp
  23699. Read Me About NoCopyReceivesK
  23700. Nov 97L
  23701. Sep 98M
  23702. Open Transport 1.1.1 or higherNIOpen Transport, no-copy receives, OTBuffer, OTBufferInfo, NoCopyReceives
  23703. O>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NoCopyReceives:PFDev.CD Nov 00 TC Disk 1
  23704.  - Sample Code
  23705.  - Networking
  23706.  - NoCopyReceivesV
  23707. 72067X
  23708. Nov 00^    TC Disk 1
  23709. --set theItem to choose file -- uncomment to test in an AS editor
  23710.     tell application "Finder"
  23711.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NoCopyReceives:"
  23712.         activate
  23713.     end tell
  23714. on error errMsg number errNum
  23715.     --enter statements to perform when no records are found such as...
  23716.     display dialog "Sorry, the item you selected could not be found."
  23717.     return
  23718. end try
  23719. e    No ChangefEOpen Transport
  23720. no-copy receives
  23721. OTBuffer
  23722. OTBufferInfo
  23723. NoCopyReceives
  23724. Dev.CD Nov 00 TC Disk 1
  23725. All Packages
  23726. NoPowerOffKey
  23727. 72068X
  23728. 72572X
  23729. Nov 99^
  23730. --set theItem to choose file -- uncomment to test in an AS editor
  23731.     tell application "Finder"
  23732.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:"
  23733.         activate
  23734.     end tell
  23735. on error errMsg number errNum
  23736.     --enter statements to perform when no records are found such as...
  23737.     display dialog "Sorry, the item you selected could not be found."
  23738.     return
  23739. end try
  23740. Deletedq
  23741. Dev.CD Nov 99 TC
  23742. All Packages
  23743. SndForEverIGThis application demonstrates how to play a snd which has a loop in it.J<SndForEver(PPC)
  23744. SndForEver.cp
  23745. SndForEver.mcp
  23746. SndForEver.rsrcM
  23747. OS 6.0.7 and higherN(sound, continual, loop, play, SndForEverO5Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndForEver:P=Dev.CD Nov 00 TC Disk 2
  23748.  - Sample Code
  23749.  - Sound
  23750.  - SndForEverV
  23751. 72573X
  23752. Nov 00^    TC Disk 2
  23753. e    No Change
  23754. references
  23755. develop
  23756. issue
  23757. develop
  23758. issue
  23759. develop
  23760. issue
  23761. develop
  23762. issue
  23763. develop
  23764. issue
  23765. references
  23766. Mar 98MnPCI Macintosh only. The tokenizer is standalone, but the included makecreate script requires MPW 3.3 or later.N
  23767. tokenizer, fcodeO
  23768. Dev.CD Nov 99 TC:Sample Code:P
  23769. Dev.CD Nov 99 TC
  23770.  - Sample CodeV
  23771. 72066X
  23772. Nov 99^
  23773. r--set theItem to choose file -- uncomment to test in an AS editor
  23774.     tell application "Finder"
  23775.         open item "Dev.CD Nov 99 TC:Sample Code:"
  23776.         activate
  23777.     end tell
  23778. on error errMsg number errNum
  23779.     --enter statements to perform when no records are found such as...
  23780.     display dialog "Sorry, the item you selected could not be found."
  23781.     return
  23782. end try
  23783. Deletedf
  23784. tokenizer
  23785. fcodeq
  23786. Dev.CD Nov 99 TC
  23787. All Packages
  23788. NoCopyReceivesI
  23789. This sample demonstrates the use of no-copy receives under Open Transport.  The code from this sample is featured in the latest release (v1.3) of the book 
  23790. Inside Macintosh: Open Transport
  23791. Nov 97L
  23792. Sep 98V
  23793. 72067X
  23794. 1e    No Change
  23795. uickly and conveniently using Dynamo.
  23796.  Dynamo.
  23797. Vol III1e
  23798. Deleted
  23799. D!All Packages
  23800. Tool Chest Edition
  23801. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  23802. Standalone version.
  23803. Communications Toolbox
  23804. Contributed
  23805. Devices and Hardware
  23806. Files
  23807. Games
  23808. Graphics 2D
  23809. Graphics 3D
  23810. Help Systems
  23811. Human Interface Toolbox
  23812. Interapplication Comm
  23813. Memory
  23814. Networking
  23815. OS Utilities
  23816. Overview
  23817. Platforms and Tools
  23818. Printing
  23819. Processes
  23820. QuickTime
  23821. Runtime Architecture
  23822. Sound
  23823.  return
  23824. end try
  23825. Dev.CD Nov 00 TC Disk 1
  23826. All Packages
  23827. Scriptable Print SimpleTextI
  23828. This example was SimpleText 1.4d16. It's the same sample that's been shipping since 1996. This version has code to "Extend the Print Record" from Technote 1161 and code to allow for scriptable printing added.
  23829. AboutBox.c
  23830. AboutBox.h
  23831. AboutBox.r
  23832. aete.r
  23833. AGFile.h
  23834. ChangeLog
  23835. Clipboard.c
  23836. Clipboard.h
  23837. Clipboard.r
  23838. CoercePrGeneral.h
  23839. ExtendPrintRecord.c
  23840. ExtendPrintRecord.h
  23841. Localize.r
  23842. MacIncludes.h
  23843. MacIncludes.pch
  23844. MovieFile.c
  23845. MovieFile.h
  23846. MovieFile.r
  23847. PICTFile.c
  23848. PICTFile.h
  23849. PICTFile.r
  23850. PrintAETypes.h
  23851. ScriptablePrinting.c
  23852. ScriptablePrinting.h
  23853. SimpleText
  23854. SimpleText Sample.doc
  23855. SimpleText.68K
  23856. SimpleText.c
  23857. SimpleText.h
  23858. SimpleText.PPC
  23859. SimpleText.r
  23860. SimpleText.
  23861. test script
  23862. TextDrag.c
  23863. TextFile.a
  23864. TextFile.a.o
  23865. TextFile.c
  23866. TBGextFile.h
  23867. TextFile.r
  23868. ThreeDMetafile.c
  23869. ThreeDMetafile.h
  23870. ThreeDMetafile.r
  23871. Dec 99OIDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:V
  23872. 72509X
  23873. 1e    No Change
  23874. carbonsndplaydb@
  23875. carbonsndplaydb
  23876. readme@
  23877. cfoverview@
  23878. choosetkl@
  23879. clearbutton@
  23880. editor
  23881. resedit
  23882. coercions
  23883. colormarquee@
  23884. common
  23885. common
  23886. files
  23887. common
  23888. compbasedmediabroadc@
  23889. compression@
  23890. connect@
  23891. contributed@
  23892. convert@
  23893. copybits@
  23894. counter@
  23895. createcopy@
  23896. creator@
  23897. csmp-digest-readme@
  23898. csmp-digest-v3-027@
  23899. csmp-digest-v3-070@
  23900. csmp-digest-v3-113@
  23901. csoundboardapp@
  23902. ct-009-4438@
  23903. cursordevices@
  23904. customputappend
  23905. zD(All Packages
  23906. Reference Library Edition
  23907. develop Issue 10
  23908. newformat
  23909. newgworld
  23910. newmaclogo
  23911. newnsptest
  23912. newrezwack
  23913. newrezwack
  23914. nocopyreceive
  23915. nocopyreceive
  23916. output
  23917. nocopyreceives
  23918. nocopyreceives
  23919. nocopyreceives
  23920. nocopyreceives
  23921. non-mpw
  23922. nonthreadedprogress
  23923. nonthreadedprogress
  23924. nopoweroffkey
  23925. noresdialog
  23926. noresdialog
  23927. noresdialog
  23928. noresdialog
  23929. noresdialog
  23930. noresdialog
  23931. 1.5.1
  23932. first
  23933. library
  23934. plugins
  23935. nubus
  23936. nubus
  23937. board
  23938. registration
  23939. object
  23940. objectcode
  23941. objecthelpers
  23942. objecthelpers
  23943. objecthelpers
  23944. objectppc
  23945. objects
  23946. objects68k
  23947. objectsppc
  23948. objectsupportlib
  23949. obsolete
  23950. obsolete
  23951. pre-asip
  23952. obsolete&unsupported
  23953. obtain
  23954. install
  23955. image@
  23956. offscreen@
  23957. opendoc
  23958. development@
  23959. opp's@
  23960. otchecknetforname
  23961. readme@
  23962. otllctest
  23963. ottraceroutesample
  23964. outputs@
  23965. palette
  23966. gworld
  23967. qd3d@
  23968. quickstart@
  23969. quit@
  23970. rdocproc@
  23971. aecdev-aedaemon@
  23972. readme
  23973. readme
  23974. dcmd@
  23975. readme
  23976. html@
  23977. relstring@
  23978. renderinglib@
  23979. rfc1334
  23980. authentication@
  23981. sample
  23982. applescripts@
  23983. schedule@
  23984. setlockbitatomsample
  23985. showinit@
  23986. simpleplayermfcdoc@
  23987. sites@
  23988. sound@
  23989. support
  23990. systemfolder@
  23991. tech@
  23992. testfinderlaunch
  23993. testprinterclass
  23994. textchanger
  23995. 2.0.1@
  23996. than@
  23997. topseeturvee@
  23998. transitions
  23999. themes@
  24000. ueenie@
  24001. umousetrackbehavior
  24002. updates@
  24003. userstartup
  24004. goodies@
  24005. validator
  24006. 1.11@
  24007. webobjects
  24008. database
  24009. 5.0.7W
  24010. 5.3.2
  24011. 5thcolumn
  24012. 6.0.3
  24013. 6.0.4
  24014. 6.0.5
  24015. 6.1b9
  24016. thanks
  24017. thatA
  24018. training
  24019. using
  24020. verilog
  24021. Retrieves the Map control panel settings for longitude and latitude and
  24022. the time offset from GMT
  24023. For more information, see Worldwide Development: Guide to System SoftwareJ1ReadLocation(PPC)
  24024. ReadLocation.mcp
  24025. readLocation.pOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ReadLocation:PQDev.CD Nov 00 TC Disk 1
  24026.  - Sample Code
  24027.  - Human Interface Toolbox
  24028.  - ReadLocationV
  24029. 72476X
  24030. Nov 00^    TC Disk 1
  24031. --set theItem to choose file -- uncomment to test in an AS editor
  24032.     tell application "Finder"
  24033.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ReadLocation:"
  24034.         activate
  24035.     end tell
  24036. on error errMsg number errNum
  24037.     --enter statements to perform when no records are found such as...
  24038.     display dialog "Sorry, the item you selected could not be found."
  24039.     return
  24040. end try
  24041. e    No Changeq
  24042. Dev.CD Nov 00 TC Disk 1
  24043. All Packages
  24044. ReadSector MSDOSV
  24045. 72477X
  24046. 72065X
  24047. Nov 00^    TC Disk 1
  24048. --set theItem to choose file -- uncomment to test in an AS editor
  24049.     tell application "Finder"
  24050.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:New NewGWorld:"
  24051.         activate
  24052.     end tell
  24053. on error errMsg number errNum
  24054.     --enter statements to perform when no records are found such as...
  24055.     display dialog "Sorry, the item you selected could not be found."
  24056.     return
  24057. end try
  24058. e    No Changef;AGP
  24059. NewGWorld
  24060. useDistantHdwrMem
  24061. useLocalHdwrMem
  24062. Carbono&http://developer.apple.com/samplecode/q
  24063. Dev.CD Nov 00 TC Disk 1
  24064. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  24065. Standalone version.
  24066. Communications Toolbox
  24067. Contributed
  24068. Devices and Hardware
  24069. Files
  24070. Games
  24071. Graphics 2D
  24072. Graphics 3D
  24073. Help Systems
  24074. Human Interface Toolbox
  24075. Interapplication Comm
  24076. Memory
  24077. Networking
  24078. OS Utilities
  24079. Overview
  24080. Platforms and Tools
  24081. Printing
  24082. Processes
  24083. QuickTime
  24084. Runtime Architecture
  24085. Sound
  24086. carbonsndplaydb
  24087. carbonsndplaydb
  24088. carbonsndplaydb
  24089.  Issue 10 highlights:
  24090. Apple Event Objects and You  by Richard Clark.   Supporting the Apple event object model isn
  24091. t as tough as you might think, and it will guarantee the future scriptability of your application.
  24092. PostScript Enhancements for the LaserWriter Font Utility  by Bryan K. (
  24093. Beaker
  24094. ) Ressler.   Unbeknownst to many, the LaserWriter Font Utility is extensible, allowing you to add custom functionality. PostScript hacke
  24095. rs, rejoice!
  24096. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  24097. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  24098. Print Hin
  24099. This sample has been updated for the Carbon API.  This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyB
  24100. Bits.
  24101. JZCarbonPrefix.h
  24102. CarbonRes.rsrc
  24103. New NewGWorld Test
  24104. New NewGWorld.c
  24105. New NewGWorld.mcp
  24106. Read MeK
  24107. Dec 99L
  24108. Nov 00M
  24109. MacOS 9 or later, CarbonLibN@AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMem, CarbonO>Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:New NewGWorld:PFDev.CD Nov 00 TC Disk 1
  24110.  - Sample Code
  24111.  - Graphics 2D
  24112.  - New NewGWorld
  24113. All Packages
  24114. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24115. Dev.CD Jan 94
  24116. Dev.CD Oct 93
  24117. Dev.CD Jul 93
  24118. Dev.CD Apr 93PDDev.CD Apr 94
  24119. Dev.CD Jan 94
  24120. Dev.CD Oct 93
  24121. Dev.CD Jul 93
  24122. Dev.CD Apr 9V
  24123. 72914X
  24124. Apr 94
  24125. --set theItem to choose file -- uncomment to test in an AS editor
  24126.     tell application "Finder"
  24127.         open item "Dev.CD Apr 94
  24128. Dev.CD Jan 94
  24129. Dev.CD Oct 93
  24130. Dev.CD Jul 93
  24131. Dev.CD Apr 93"
  24132.         activate
  24133.     end tell
  24134. on error errMsg number errNum
  24135.     --enter statements to perform when no records are found such as...
  24136.     display dialog "Sorry, the item you selected could not be found."
  24137.     return
  24138. end try
  24139. All Packages
  24140. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24141. Dev.CD Jan 94
  24142. Dev.CD Oct 93
  24143. Dev.CD Jul 93
  24144. Dev.CD Apr 93PDDev.CD Apr 94
  24145. Dev.CD Jan 94
  24146. Dev.CD Oct 93
  24147. Dev.CD Jul 93
  24148. Dev.CD Apr 9V
  24149. 72915X
  24150. Apr 94
  24151. AppleEvents.c
  24152. BareBones.c
  24153. BareBones.h
  24154. Documentation
  24155. Events.c
  24156. Initialize.c
  24157. Lists.c
  24158. Menus.c
  24159. PatchListLDEF.c
  24160. Prototypes.h
  24161. Tabs LDEF
  24162. Tabs LDEF Demo(PPC)
  24163. Tabs LDEF Demo.mcp
  24164. Tabs LDEF Demo.rsrc
  24165. Utilities.c
  24166. Windows.cOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Tabs LDEF:PNDev.CD Nov 00 TC Disk 1
  24167.  - Sample Code
  24168.  - Human Interface Toolbox
  24169.  - Tabs LDEF
  24170. b--set theItem to choose file -- uncomment to test in an AS editor
  24171.     tell application "Finder"
  24172.         open item "Dev.CD Apr 93"
  24173.         activate
  24174.     end tell
  24175. on error errMsg number errNum
  24176.     --enter statements to perform when no records are found such as...
  24177.     display dialog "Sorry, the item you selected could not be found."
  24178.     return
  24179. end try
  24180. macapp-based]
  24181. macbug
  24182. maccalendar
  24183. machineh
  24184. machinesZ
  24185. macintoshP
  24186. macintosh
  24187. powerbook
  24188. series
  24189. developer
  24190. Building SprocketInvaders
  24191. Resources
  24192. Source
  24193. Sprites
  24194. SprocketInavders_PPC
  24195. SprocketInvaders.CW2.prj
  24196. SprocketInvaders.CW5.prj
  24197. SprocketInvaders_PPCK
  24198. Feb 00M]PowerPC, System 8.1+, Sprockets, and either Universal Interfaces 3.3 or the GameSprockets SDKNxSprockets, DrawSprocket, NetSprocket, InputSprocket, SoundSprocket, DSp, NSp, ISp, SSp, Sprite, CD Audio, Redbook audio
  24199. O;Dev.CD Nov 00 TC Disk 1:Sample Code:Games:SprocketInvaders:PCDev.CD Nov 00 TC Disk 1
  24200.  - Sample Code
  24201.  - Games
  24202.  - SprocketInvadersV
  24203. 72616X
  24204. Nov 00^    TC Disk 1
  24205. --set theItem to choose file -- uncomment to test in an AS editor
  24206.     tell application "Finder"
  24207.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:SprocketInvaders:"
  24208.         activate
  24209.     end tell
  24210. on error errMsg number errNum
  24211.     --enter statements to perform when no records are found such as...
  24212.     display dialog "Sorry, the item you selected could not be found."
  24213.     return
  24214. end try
  24215. e    No Change
  24216. qualifiedy
  24217. qualifier
  24218. quality
  24219. quandary
  24220. quantitiesx
  24221. quarter{
  24222. qued/m
  24223. queries
  24224. query
  24225. querys
  24226. question_
  24227. uestionnaire
  24228. questions
  24229. queue
  24230. quick
  24231. quickdrawu
  24232. quickdraw
  24233. graphics
  24234. library
  24235. define
  24236. quickdraw
  24237. dimension
  24238. macintosh
  24239. graphics
  24240. pablo
  24241. quickdraw
  24242. enables
  24243. computer
  24244. display
  24245. three-dimensio
  24246. quickdraw's
  24247. quickdraw3d
  24248. quickdrax
  24249. quicklyh
  24250. webobjects
  24251. database
  24252. webobjects
  24253. webobjects
  24254. memory
  24255. webobjects
  24256. alias
  24257. webobjects
  24258. tools
  24259. techniques
  24260. webobjects36
  24261. webobjects36
  24262. webobjectsandjava
  24263. webobjectscategories
  24264. webobjectscategories
  24265. webobjectsperformanc
  24266. webobjectsperformanc
  24267. webobjectstoolsandte
  24268. webobjectstoolsandte
  24269. hypercard
  24270. what's`
  24271. what's
  24272. 1.4.2g
  24273. what's
  24274. what's
  24275. bbedit
  24276. what's
  24277. 1.5.1
  24278. what's
  24279. package
  24280. what's
  24281. difference
  24282. windows
  24283. winprefixl
  24284. winprefix
  24285. wiredp
  24286. wired
  24287. movies
  24288. spritesp
  24289. withv
  24290. workgroupT
  24291. working
  24292. steps
  24293. steve
  24294. stevens
  24295. stickers
  24296. sticky
  24297. still[
  24298. stills
  24299. stitching
  24300. stopn
  24301. stopped
  24302. stopping
  24303. stopxpp
  24304. storage
  24305. store
  24306. storedf
  24307. stores
  24308. storing
  24309. story{
  24310. stragegy{
  24311. straightforward
  24312. strassmann
  24313. strategic{
  24314. strategies
  24315. strategy{
  24316. stream
  24317. streamed
  24318. streamedit
  24319. streaming
  24320. streamlined
  24321. streamnop
  24322. stress-tested
  24323. strictly
  24324. stride
  24325. All Packages
  24326. System Enabler 404 (MacTV)O
  24327. Dev.CD Apr 94
  24328. Dev.CD Jan 94P
  24329. Dev.CD Apr 94
  24330. Dev.CD Jan 9V
  24331. 72930X
  24332. Apr 94
  24333. p--set theItem to choose file -- uncomment to test in an AS editor
  24334.     tell application "Finder"
  24335.         open item "Dev.CD Apr 94
  24336. Dev.CD Jan 94"
  24337.         activate
  24338.     end tell
  24339. on error errMsg number errNum
  24340.     --enter statements to perform when no records are found such as...
  24341.     display dialog "Sorry, the item you selected could not be found."
  24342.     return
  24343. end try
  24344. FD(All Packages
  24345. Reference Library Edition
  24346. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  24347. System PickerK
  24348. Mar 92L
  24349. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  24350.  - Utilities
  24351.  - System Picker 1.1a3V
  24352. 72931X
  24353. Dec 99^
  24354. This survival guide offers an overview of the new audio features in QuickTime 3. These include Qualcomm's PureVoice compression codec for speech, QDesign's high-quality codec for music and voice, and the QuickTime Music Architecture with new, improved Roland Instruments. Highlights include information on Web and cross-platform delivery, step-by-step development tips, and links to sites with related information and resources.
  24355. Advanced Web Site Technique.pdf
  24356. Avoid Audio Pitfalls Guide.pdf
  24357. CompbasedMediaBroadcastEnv
  24358. Creating MIDI for the Web3.pdf
  24359. DeBabelizer 3.0.pdf
  24360. Design For Reuse.pdf
  24361. DesignForRobustness
  24362. Digital Asset Management.pdf
  24363. Digital Storyboard.pdf 
  24364. DVD Development.pdf
  24365. DVD_Primer.pdf
  24366. Enhanced CD Survival Guide.pdf
  24367. EOModeler
  24368. Frameworks.pdf
  24369. Gender-Based Title Creation.pdf
  24370. Int_Media_Writer_Resources.pdf
  24371. Java Survival Guide.pdf
  24372. Making Cool QD3D Apps.pdf
  24373. Music on the Net.pdf
  24374. New Audio Features QT3.pdf
  24375. Porting
  24376. Jul 98
  24377. kObjectiveCtoJava
  24378. Push Tech Survival Gd.pdf
  24379. QT3-More Than Dig. Video.pdf
  24380. Simplified Stream Audio.pdf
  24381. Web Animation Guide.pdf
  24382. WebObjects Database Part I.pdf
  24383. WebObjects Database Part II.pdf
  24384. WebObjects Memory Mgmt.pdf
  24385. WebObjects Tools and Techniques
  24386. WebObjectsCategories&Posers.pdf
  24387. WebObjectsPerformanceTuning
  24388. Working with WebObjects.pdf
  24389. Writing for Interactive Media
  24390. are some tips.
  24391. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  24392. ing OOP code may be easier than you think.
  24393. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  24394. s an alternative way to implement globals in standalone code.
  24395. Be Our Guest: Components and C++ Classes Compared  by David 
  24396. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  24397. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  24398. Print Hi
  24399. Jul 98M
  24400. Acrobat Reader 3.0N#audio, compression, playback, codecO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  24401.  - Interactive Media Resources2 code:K
  24402. Vol IIIL
  24403. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 12:PJDev.CD Sep 96 RL
  24404.  - Technical Documentation
  24405.  - develop
  24406.  - develop Issue 12
  24407. lNDMacOSXServer, AppKit, Foundation, Project Builder, Interface Buildere
  24408. decided
  24409. decks
  24410. declaration
  24411. declartion
  24412. decodes
  24413. decoding
  24414. decom
  24415. decomposed
  24416. decompress
  24417. decompressed
  24418. decompressionQ
  24419. decompressor
  24420. decompressors
  24421. decreased
  24422. decribed
  24423. deeds{
  24424. deepest
  24425. deepscreen
  24426. default
  24427. defaulttextbox
  24428. defect
  24429. deferred
  24430. define
  24431. defined
  24432. defines
  24433. definingw
  24434. demonstrates
  24435. create
  24436. quicktime
  24437. movie
  24438. ~--set theItem to choose file -- uncomment to test in an AS editor
  24439.     tell application "Finder"
  24440.         open item "Dev.CD Apr 94
  24441. Dev.CD Jan 94
  24442. Dev.CD Oct 93"
  24443.         activate
  24444.     end tell
  24445. on error errMsg number errNum
  24446.     --enter statements to perform when no records are found such as...
  24447.     display dialog "Sorry, the item you selected could not be found."
  24448.     return
  24449. end try
  24450. going
  24451. golden
  24452. gonzalez
  24453. gonzalez3
  24454. goodN
  24455. goodies
  24456. gopher
  24457. Dev.CD Dec 00 RL Disk 2
  24458. All Packages
  24459. New & RevisedF,Technical Publications: Documentation in PDFI
  24460. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  24461. Viewing and Printing instructions for PDF documents included. Refer to the 
  24462. README.html file in the "Documentation in PDF" folder for instructions.J
  24463. Carbon_PDF_alias
  24464. HARDWARE_PDF_alias
  24465. JAVA_pdf _lias
  24466. MACOS8_9_pdf_alias
  24467. MACOSX_pdf_alias
  24468. pdf alias
  24469. WEBOBJECTS_pdf_alias
  24470. README.htmlK
  24471. Sep 98L
  24472. Dec 00M
  24473. web browserN@PDF, documentation, printable format, PDF printing instructions
  24474. OBDev.CD Dec 00 RL Disk 2:TechnicalPublications:Documenation_in_PDF:PGDev.CD Dec 00 RL Disk 2
  24475.  - TechnicalPublications
  24476.  - Documenation_in_PDFV
  24477. 72961X
  24478. Dec 00^    RL Disk 2b
  24479. Revised
  24480. #.http://developer.apple.com/techpubs/index.html
  24481. exceeds
  24482. excellent
  24483. except
  24484. exception
  24485. transport@
  24486. otllctest@
  24487. panel@
  24488. card@
  24489. pcmcia@
  24490. port@
  24491. preferences
  24492. services@
  24493. process
  24494. manager@
  24495. profile
  24496. specification@
  24497. al Documentation:develop:develop Issue 13:"
  24498.         activate
  24499.     end tell
  24500. on error errMsg number errNum
  24501.     --enter statements to perform when no records are found such as...
  24502.     display dialog "Sorry, the item you selected could not be found."
  24503.     return
  24504. end try
  24505. Deletedq
  24506. Dev.CD Sep 96 RL
  24507. ~D(All Packages
  24508. Reference Library Edition
  24509. develop Issue 14
  24510. 72064X
  24511. Mar OO^
  24512. RLDisk 1
  24513. --set theItem to choose file -- uncomment to test in an AS editor
  24514.     tell application "Finder"
  24515.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  24516.         activate
  24517.     end tell
  24518. on error errMsg number errNum
  24519.     --enter statements to perform when no records are found such as...
  24520.     display dialog "Sorry, the item you selected could not be found."
  24521.     return
  24522. end try
  24523. Deletedf audio
  24524. compression
  24525. playback
  24526. codecq
  24527. Dev.CD Mar OO RLDisk 1
  24528. All Packages
  24529. New NewGWorld
  24530. 72065X
  24531. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  24532. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  24533. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  24534. Print Hints: Looking 
  24535. editing
  24536. editorO
  24537. eenie
  24538. effect
  24539. effects
  24540. eject
  24541. electronics
  24542. elements
  24543. email
  24544. embed
  24545. embedding
  24546. emulator
  24547. enable
  24548. enable
  24549. enable/disable
  24550. enabled
  24551. enabler
  24552. sue 13:
  24553. develop Issue 13 code:K
  24554. Vol IIIL
  24555. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 13:PJDev.CD Sep 96 RL
  24556.  - Technical Documentation
  24557.  - develop
  24558.  - develop Issue 13
  24559. --set theItem to choose file -- uncomment to test in an AS editor
  24560.     tell application "Finder"
  24561.         open item "Dev.CD Apr 94
  24562. Dev.CD Jan 94
  24563. Dev.CD Oct 93
  24564. Dev.CD Jul 93"
  24565.         activate
  24566.     end tell
  24567. on error errMsg number errNum
  24568.     --enter statements to perform when no records are found such as...
  24569.     display dialog "Sorry, the item you selected could not be found."
  24570.     return
  24571. end try
  24572. issue
  24573. highlights
  24574. issue
  24575. highlights
  24576. issue
  24577. highlights
  24578. issue
  24579. highlights
  24580. issue
  24581. highlights
  24582. issue
  24583. summary
  24584. issue
  24585. highlights
  24586. issue
  24587. highlights
  24588. issue
  24589. highlights
  24590. issue
  24591. highlights
  24592. issue
  24593. highlights
  24594. issue
  24595. highlights
  24596. issue
  24597. highlights
  24598. itself
  24599. iv-24
  24600. jamie
  24601. january{
  24602. japan{
  24603. japanese{
  24604. jasik's
  24605. javao
  24606. jdirect
  24607. resultcodetable
  24608. retrievepictinfo
  24609. retrievepictinfo
  24610. reuse
  24611. revision
  24612. etailing
  24613. detailsR
  24614. detect
  24615. detecting
  24616. detective
  24617. detectory
  24618. detectorsy
  24619. detects
  24620. determination
  24621. determine
  24622. developb
  24623. developed
  24624. developerS
  24625. developer's
  24626. developersT
  24627. developingW
  24628. developmentw
  24629. developments{
  24630. devicel
  24631. deviceloop
  24632. devicesW
  24633. devsupport
  24634. All Packages
  24635. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  24636. Dev.CD Jan 94
  24637. Dev.CD Oct 93P(Dev.CD Apr 94
  24638. Dev.CD Jan 94
  24639. Dev.CD Oct 9V
  24640. 72866X
  24641. Apr 94
  24642. ~--set theItem to choose file -- uncomment to test in an AS editor
  24643.     tell application "Finder"
  24644.         open item "Dev.CD Apr 94
  24645. Dev.CD Jan 94
  24646. Dev.CD Oct 93"
  24647.         activate
  24648.     end tell
  24649. on error errMsg number errNum
  24650.     --enter statements to perform when no records are found such as...
  24651.     display dialog "Sorry, the item you selected could not be found."
  24652.     return
  24653. end try
  24654. All Packages
  24655. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24656. Dev.CD Jan 94
  24657. Dev.CD Oct 93
  24658. Dev.CD Jul 93P6Dev.CD Apr 94
  24659. Dev.CD Jan 94
  24660. Dev.CD Oct 93
  24661. Dev.CD Jul 9V
  24662. 72867X
  24663. Apr 94
  24664. simple
  24665. sample
  24666. demonstrate
  24667. floating
  24668. windows
  24669. finder
  24670. handy
  24671. little
  24672. application
  24673. workers
  24674. justifiable
  24675. justification
  24676. justify
  24677. simpleprefs
  24678. simpleprefs
  24679. simpleprefs
  24680. simpletext
  24681. simpletext
  24682. simpletext
  24683. simpletext
  24684. simpletext
  24685. simpletext
  24686. simpletext
  24687. simpletext
  24688. sample
  24689. simplevideoout
  24690. simplevideoout
  24691. simplevideoout
  24692. simplevideoout
  24693. prefix
  24694. simplevideoout
  24695. simplevideoout
  24696. simplified
  24697. simplified
  24698. stream
  24699. audio
  24700. sin440
  24701. sin440
  24702. siteinfo
  24703. soundapp
  24704. soundapp
  24705. sample
  24706. application
  24707. source
  24708. demonstra
  24709. soundcallbackfcn
  24710. soundconvert
  24711. soundconvert
  24712. demonstrates
  24713. features
  24714. sound
  24715. soundconverter
  24716. soundconverter
  24717. simple
  24718. application
  24719. shows
  24720. soundconvertersetinf
  24721. source-code
  24722. sourcemenu
  24723. hierarchical
  24724. level
  24725. hinting
  24726. hooper
  24727. hotspot
  24728. hp-ux
  24729. rendering
  24730. htmlrenderinglib
  24731. human
  24732. human
  24733. interface
  24734. guidelines
  24735. hwindowide
  24736. hypercard
  24737. hypercard
  24738. player
  24739. cardbus
  24740. ibook
  24741. family
  24742. plotting
  24743. resources
  24744. services
  24745. utilities
  24746. iconref
  24747. werks
  24748. pascal
  24749. source
  24750. included
  24751. society
  24752. softpower
  24753. softvdig
  24754. softvdig
  24755. software-only
  24756. video
  24757. digitizer
  24758. component
  24759. softwareP
  24760. software
  24761. development
  24762. development
  24763. transpo
  24764. software-only
  24765. needs
  24766. neighborhood
  24767. netsprocket
  24768. netstat
  24769. netware
  24770. networkR
  24771. network
  24772. administrator
  24773. network
  24774. appleevents
  24775. network
  24776. driver
  24777. network
  24778. management
  24779. network
  24780. preferences
  24781. network
  24782. server
  24783. network
  24784. services
  24785. location
  24786. network
  24787. services
  24788. location
  24789. manager
  24790. network
  24791. setup
  24792. network
  24793. softwareR
  24794. networking
  24795. ications
  24796. newgworldr
  24797. newgworld
  24798. gworldr
  24799. newpalette
  24800. newsz
  24801. no-copy
  24802. no-copy
  24803. receives
  24804. nocopyreceives
  24805. nopoweroffkey
  24806. notes
  24807. notifiers
  24808. novell
  24809. nsetpalette
  24810. nshost
  24811. nshost
  24812. cocoa
  24813. address
  24814. nubus
  24815. number
  24816. number
  24817. formatting
  24818. numbers
  24819. objec
  24820. objec
  24821. oriented
  24822. object
  24823. object
  24824. object
  24825. pascal
  24826. object-oriented
  24827. objective-c
  24828. doccreator
  24829. doccreator
  24830. files
  24831. doctor
  24832. doctypes
  24833. doctypes
  24834. document
  24835. converter
  24836. document
  24837. document
  24838. document
  24839. documentation
  24840. documentationandsamp
  24841. documents
  24842. docursor
  24843. docursor
  24844. docwindow
  24845. docwindow
  24846. docwindow
  24847. doevent
  24848. doevent
  24849. double
  24850. doubles
  24851. draganddrop
  24852. draganddrop
  24853. shell
  24854. draganddrop
  24855. shell
  24856. dragging
  24857. dragging
  24858. enabler
  24859. draggingsprites
  24860. draggingsprites
  24861. draggingspritesapple
  24862. draggingspritesapple
  24863. draglib
  24864. dragstuff
  24865. dragstuff
  24866. dragutils
  24867. dragutils
  24868. dragwindowgrid
  24869. d supplies conceptual and tutorial information previously published on the Mac OS 8 and 9 Developer Documentation site 
  24870. *    Scrap Manager Reference, which supplies documentation on nine newly introduced APIs 
  24871. carbon.html
  24872. CarbonOverview
  24873. CarbonSpecification
  24874. Files
  24875. graphics
  24876. HumanInterfaceToolbox
  24877. images
  24878. indexes
  24879. interapplicationcomm
  24880. multimedia
  24881. networkcomm
  24882. runtime
  24883. securityservices
  24884. SiteInfo
  24885. utilitiesK
  24886. Nov 00L
  24887. Dec 00M
  24888. web browser
  24889. Carbon, Carbon Porting Guide, URL Services Preliminary Reference, Carbon Menu Manager Preliminary Reference, XML Services, Preferences Services, Multilingual Text Editor API, Adopting the Carbon Printing Manager, Transferring Data With the URL Access Manager, Implementing Security Features Using the Keychain Manager, ColorSync, Text Encoding Conversion Manager, Multiprocessing Services Reference, Scrap Manager
  24890. O5Dev.CD Dec 00 RL Disk 2:TechnicalPublications:carbon:P:Dev.CD Dec 00 RL Disk 2
  24891.  - TechnicalPublications
  24892.  - carbonW
  24893. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolOGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:PODev.CD Nov 00 TC Disk 1
  24894.  - Tool Chest
  24895.  - Networking
  24896.  - Network Watch (DMZ) v1.5 the item you selected could not be found."
  24897.     return
  24898. end try
  24899. Deletedq
  24900. Dev.CD Sep 96 RL
  24901. D(All Packages
  24902. Reference Library Edition
  24903. develop Issue 16
  24904. protocol's
  24905. protocols
  24906. prototype
  24907. prototyping
  24908. prove
  24909. proverbial
  24910. proves
  24911. provide_
  24912.  The two graphics models are compared, along with useful code snippets for each.
  24913. Managing Compon
  24914. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  24915. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  24916. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  24917. system
  24918. folder
  24919. system
  24920. folder
  24921. 8.5.1
  24922. suite
  24923. toolc
  24924. configs
  24925. toolboxQ
  24926. toolbox
  24927. assistant
  24928. multiple
  24929. toolbox
  24930. toolbox
  24931. framework
  24932. toolframework
  24933. toolkit
  24934. toolsQ
  24935. tools
  24936. goodies
  24937. tools
  24938. toolwindow
  24939. toolwindow
  24940. toolwindow
  24941. topicsS
  24942. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  24943. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.B
  24944.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  24945. JbDMZ.68k
  24946. DMZ.fat
  24947. dmz.make
  24948. .ppc.sc
  24949. .rsrc
  24950. Objects
  24951. sources
  24952. Think DMZ.ppcK
  24953. Sep 92L
  24954. Jul 96OGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:anges (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  24955. Print Hint
  24956. 72063X
  24957. Nov 00^    TC Disk 1
  24958. --set theItem to choose file -- uncomment to test in an AS editor
  24959.     tell application "Finder"
  24960.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  24961.         activate
  24962.     end tell
  24963. on error errMsg number errNum
  24964.     --enter statements to perform when no records are found such as...
  24965.     display dialog "Sorry, the item you selected could not be found."
  24966.     return
  24967. end try
  24968. e    No ChangefIOpen Transport
  24969. AppleTalk
  24970. rawmode
  24971. NBPLookup
  24972. OTLookup
  24973. Echo Protocolq
  24974. Dev.CD Nov 00 TC Disk 1
  24975. All Packages
  24976. New Audio Features QT3
  24977. 72064X
  24978. encoding
  24979. converter
  24980. allows
  24981. convert
  24982. window's
  24983. windowcolors
  24984. windowcompare
  24985. windowed
  24986. windowpicker
  24987. summary
  24988. suite
  24989. collection
  24990. tools
  24991. summary
  24992. telephone
  24993. manager
  24994. manager
  24995. macin
  24996. summary
  24997. thread
  24998. manager
  24999. system
  25000. extension
  25001. which
  25002. summary
  25003. verifier
  25004. apple
  25005. internal
  25006. localization
  25007. verif
  25008. flattenning
  25009. flavor
  25010. flavors
  25011. flexibility
  25012. flexible
  25013. flicker
  25014. flicker-free
  25015. flickers
  25016. flight-sim
  25017. flightsim
  25018. flipping
  25019. float-to-int
  25020. floating
  25021. flood
  25022. flookup
  25023. floor
  25024. floppies
  25025. floppy
  25026. flowers
  25027. flowing
  25028. flush
  25029. flushing
  25030. technical
  25031. technical
  25032. documentation
  25033. techniques
  25034. technotes
  25035. techpubs
  25036. tedittext
  25037. telephone
  25038. telephone
  25039. manager
  25040. telephony
  25041. ttribute
  25042. testing
  25043. textO
  25044. editor
  25045. encoding
  25046. encoding
  25047. conversion
  25048. manager
  25049. encoding
  25050. converter
  25051. services
  25052. manager
  25053. services
  25054. textedit
  25055. text-to-speech
  25056. textedit
  25057. texture
  25058. thread
  25059. thread
  25060. manager
  25061. threading
  25062. threads
  25063. tilisten
  25064. manager
  25065. tasks
  25066. timecode
  25067. timing
  25068. timings
  25069. tokenR
  25070. token
  25071. ringR
  25072. tokenize
  25073. tokenizer
  25074. tokentalk
  25075. toolboxe
  25076. toolbox
  25077. assistant
  25078. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  25079. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  25080. Jimain.cp
  25081. Network Stream.
  25082. ReadMe - NetworkStream
  25083. TNetworkStream.cp
  25084. TNetworkStream.h
  25085. Why was this archived?K
  25086. Aug 96M
  25087. OpenTransportN
  25088. C++ OpenTransportOFDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:Network Stream:PQDev.CD Nov 00 TC Disk 1
  25089.  - Sample Code
  25090.  - Archive
  25091.  - Networking
  25092.  - Network Streaman has some code to help you out. 
  25093. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  25094. ) Alexander.  MessageWatcher let
  25095. 72062X
  25096. Nov 00^    TC Disk 1
  25097. --set theItem to choose file -- uncomment to test in an AS editor
  25098.     tell application "Finder"
  25099.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:Network Stream:"
  25100.         activate
  25101.     end tell
  25102. on error errMsg number errNum
  25103.     --enter statements to perform when no records are found such as...
  25104.     display dialog "Sorry, the item you selected could not be found."
  25105.     return
  25106. end try
  25107. Movedf
  25108. C++ OpenTransportq
  25109. Dev.CD Nov 00 TC Disk 1
  25110. All Packages
  25111. Network Watch (DMZ) v1.5
  25112. 72063X
  25113. All Packages
  25114. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  25115. Dev.CD Jan 94
  25116. Dev.CD Oct 93
  25117. Dev.CD Jul 93P6Dev.CD Apr 94
  25118. Dev.CD Jan 94
  25119. Dev.CD Oct 93
  25120. Dev.CD Jul 9V
  25121. 72874X
  25122. Apr 94
  25123. --set theItem to choose file -- uncomment to test in an AS editor
  25124.     tell application "Finder"
  25125.         open item "Dev.CD Apr 94
  25126. Dev.CD Jan 94
  25127. Dev.CD Oct 93
  25128. Dev.CD Jul 93"
  25129.         activate
  25130.     end tell
  25131. on error errMsg number errNum
  25132.     --enter statements to perform when no records are found such as...
  25133.     display dialog "Sorry, the item you selected could not be found."
  25134.     return
  25135. end try
  25136. All Packages
  25137. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  25138. Dev.CD Jan 94
  25139. Dev.CD Oct 93P(Dev.CD Apr 94
  25140. Dev.CD Jan 94
  25141. Dev.CD Oct 9V
  25142. 72875X
  25143. Apr 94
  25144. james
  25145. jamie
  25146. january{
  25147. japan{
  25148. japanese{
  25149. jasik's
  25150. javao
  25151. jdirect
  25152. All Packages
  25153. System Enabler 065 (LC 575)O
  25154. Dev.CD Apr 94
  25155. Dev.CD Jan 94P
  25156. Dev.CD Apr 94
  25157. Dev.CD Jan 9V
  25158. 72790X
  25159. Apr 94
  25160. p--set theItem to choose file -- uncomment to test in an AS editor
  25161.     tell application "Finder"
  25162.         open item "Dev.CD Apr 94
  25163. Dev.CD Jan 94"
  25164.         activate
  25165.     end tell
  25166. on error errMsg number errNum
  25167.     --enter statements to perform when no records are found such as...
  25168.     display dialog "Sorry, the item you selected could not be found."
  25169.     return
  25170. end try
  25171. All Packages
  25172. System Enabler 065 (LC 575)O
  25173. Dev.CD Apr 94
  25174. Dev.CD Jan 94P
  25175. Dev.CD Apr 94
  25176. Dev.CD Jan 9V
  25177. 72791X
  25178. Apr 94
  25179. diagrams
  25180. dialog
  25181. dialog
  25182. popups
  25183. dialogbits
  25184. dialogbits
  25185. dialogbits
  25186. dialogbits
  25187. dialogbits
  25188. dialogcode
  25189. dialogcode
  25190. dialogs
  25191. dialogs
  25192. dialogstuff
  25193. dialogstuff
  25194. dialogstuff
  25195. dialogtest
  25196. dialogtest
  25197. dialogtest
  25198. dialogtest
  25199. dialogutils
  25200. dialogutils
  25201. dialogutils
  25202. dialogutils
  25203. dialogwindow
  25204. dialogwindow
  25205. dialogwindow
  25206. dictionary
  25207. 9-4526
  25208. 009-4527
  25209. 009-4527
  25210. 00csmp-abstracts
  25211. 00csmp-abstracts
  25212. 01-introS
  25213. 01-intro
  25214. 01/95{
  25215. 01/96|
  25216. 01/97}
  25217. 02-what'sS
  25218. 02-what's
  25219. 02/95{
  25220. 02/96|
  25221. 02/97}
  25222. 03-informationS
  25223. 03-information
  25224. registrati
  25225. 03/95{
  25226. 03/96|
  25227. 03/97}
  25228. 04-indexS
  25229. 04-index
  25230. courses
  25231. example
  25232. example1
  25233. example1
  25234. examplecodec
  25235. examplecodec
  25236. examplecodec
  25237. examplecodec
  25238. examplecodec
  25239. examples
  25240. exceptions
  25241. exceptions
  25242. exceptions
  25243. exceptions
  25244. expand
  25245. experimental
  25246. experimental
  25247. interfacelib
  25248. experimental
  25249. stuff
  25250. export
  25251. exportersp
  25252. exrom-1func
  25253. exrom-1func
  25254. sresource
  25255. extendprintrecord
  25256. extendprintrecord
  25257. extendprintrecord
  25258. extensionv
  25259. extension
  25260. extension
  25261. extensions
  25262. extractitems
  25263. extractitems
  25264. extractors
  25265. fadescreen
  25266. fadescreen
  25267. fadescreen
  25268. failure
  25269. failure
  25270. fastdither
  25271. fastdither
  25272. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  25273. NSL 1.1 SDK Read Me
  25274. NSL 1.1 Manager B
  25275. library, DNS, SLP, LDAP, and NBP plug-ins
  25276. UI library
  25277. Detailed NSL 1.1 Developer Documentation
  25278. NSL Network Administrator's Guide (second edition)
  25279. Connect To... test tool
  25280. Sample code
  25281. Header files
  25282. JYConnect To...
  25283. Documentation
  25284. Headers
  25285. NSL 1.1 SDK Read Me
  25286. NSL Library & Plugins
  25287. Sample CodeK
  25288. Nov 98L
  25289. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:
  25290. connect
  25291. connect
  25292. connection
  25293. connectivity
  25294. contacts
  25295. content
  25296. contents
  25297. contents
  25298. extensions
  25299. contents
  25300. bootvol
  25301. context
  25302. contextualu
  25303. contextual
  25304. development
  25305. contextual
  25306. machack
  25307. goodies
  25308. contextual
  25309. manageru
  25310. contrast
  25311. Flexibility: The Open Scripting Architecture  by Paul G. Smith.  All about the ability to attach and run scripts as a way of customizing applications. 
  25312. Exploiting Gr
  25313. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  25314. Displaying Hierarchical Lists  by Martin Minow.  Here
  25315. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  25316. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  25317. NyNSL, SLP, DNS, LDAP, NBP, network,  TCP/IP search, browse Internet services, network administrator, domain, neighborhood.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:P?Dev.CD Oct 00 SDK1
  25318.  - Development Kits
  25319.  - Mac OS
  25320.  - NSL 1.1 SDKeases.
  25321. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  25322. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  25323. Balance of Power: Enhancing PowerPC Native Speed  by D
  25324. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  25325. History of the Dogcow, Part 2 by Mark (
  25326. The Red
  25327. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  25328. J&develop Issue 18
  25329. develop Issue 18 codeK
  25330. Vol IIIL
  25331. Jun 95OIDev.CD Dec 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Dec 00 RL Disk 1
  25332.  - Technical Documentation
  25333.  - Develop
  25334.  - develop Issue 18
  25335. --set theItem to choose file -- uncomment to test in an AS editor
  25336.     tell application "Finder"
  25337.         open item "Dev.CD Apr 94
  25338. Dev.CD Jan 94
  25339. Dev.CD Oct 93
  25340. Dev.CD Jul 93
  25341. Dev.CD Apr 93"
  25342.         activate
  25343.     end tell
  25344. on error errMsg number errNum
  25345.     --enter statements to perform when no records are found such as...
  25346.     display dialog "Sorry, the item you selected could not be found."
  25347.     return
  25348. end try
  25349. projectbuilder
  25350. projlistmenu
  25351. prominent
  25352. prominently
  25353. promised
  25354. promises
  25355. promotion
  25356. promotional
  25357. promotions
  25358. prompt
  25359. prompts^
  25360. proofreaders
  25361. propagates
  25362. proper
  25363. properly
  25364. properties
  25365. property
  25366. propertylist
  25367. proportional
  25368. propositin{
  25369. proprietary
  25370. prospective
  25371. protect
  25372. protected
  25373. proto
  25374. protocol
  25375. --set theItem to choose file -- uncomment to test in an AS editor
  25376.     tell application "Finder"
  25377.         open item "Dev.CD Apr 94
  25378. Dev.CD Jan 94
  25379. Dev.CD Oct 93
  25380. Dev.CD Jul 93
  25381. Dev.CD Apr 93"
  25382.         activate
  25383.     end tell
  25384. on error errMsg number errNum
  25385.     --enter statements to perform when no records are found such as...
  25386.     display dialog "Sorry, the item you selected could not be found."
  25387.     return
  25388. end try
  25389. A.html
  25390. AlphaSelector.html
  25391. B.html
  25392. C.html
  25393. D.html
  25394. E.html
  25395. F.html
  25396. FunctionIndex.html
  25397. G.html
  25398. H.html
  25399. I.html
  25400. J.html
  25401. K.html
  25402. L.html
  25403. M.html
  25404. N.html
  25405. O.html
  25406. P.html
  25407. Q.html
  25408. R.html
  25409. S.html
  25410. T.html
  25411. U.html
  25412. V.html
  25413. W.html
  25414. X.html
  25415. Y.html
  25416. Z.html
  25417. eachV
  25418. earlier]
  25419. early
  25420. earth
  25421. ease-of-use
  25422. easier
  25423. easiest
  25424. easilyy
  25425. quickdraw
  25426. viewer
  25427. thompson
  25428. 72060X
  25429. Dec 99^
  25430. --set theItem to choose file -- uncomment to test in an AS editor
  25431.     tell application "Finder"
  25432.         open item "Dev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:"
  25433.         activate
  25434.     end tell
  25435. on error errMsg number errNum
  25436.     --enter statements to perform when no records are found such as...
  25437.     display dialog "Sorry, the item you selected could not be found."
  25438.     return
  25439. end try
  25440. Deletedf*AIX
  25441. Network Server
  25442. Symbiotic
  25443. client
  25444. serverq
  25445. Dev.CD Dec 99 RL
  25446. D!All Packages
  25447. Mac OS SDK Edition
  25448. Network Services Location (NSL)
  25449. 72061X
  25450. Oct 00^
  25451. --set theItem to choose file -- uncomment to test in an AS editor
  25452.     tell application "Finder"
  25453.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:"
  25454.         activate
  25455.     end tell
  25456. on error errMsg number errNum
  25457.     --enter statements to perform when no records are found such as...
  25458.     display dialog "Sorry, the item you selected could not be found."
  25459.     return
  25460. end try
  25461. e    No ChangefoNSL
  25462. network
  25463.  TCP/IP search
  25464. browse Internet services
  25465. network administrator
  25466. domain
  25467. neighborhood.q
  25468. Dev.CD Oct 00 SDK1
  25469. All Packages
  25470. Network Stream
  25471. 72062X
  25472. ell. A primer on handling bitmapped graphics in QuickDraw GX: tips, tricks, and whizzy effects.
  25473. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  25474. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  25475. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  25476. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  25477. Network Server Dev. GuideK
  25478. Jun 96N.AIX, Network Server, Symbiotic, client, serverOWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  25479.  - Technical Documentation
  25480.  - ABS Technical Notes
  25481.  - Network Server Dev. Guide John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  25482. s how to use it.
  25483. JBdevelop Issue 19
  25484. develop Issue 19 code
  25485. develop Issue 19 referencesK
  25486. Vol IIIL
  25487. Jun 95OIDev.CD Dec 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  25488. Summary:  The Developer's Reference Guide for the Apple Network Server is the source for information about developing client/server applications and writing device drivers for the Apple Network Server.  The Guide documents differences between AIX for the Apple Network Server and IBM's AIX.
  25489. This guide covers hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli
  25490. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  25491. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  25492. jman2.0
  25493. jmanhtml
  25494. sample
  25495. jpegsample68k
  25496. jqtanim
  25497. jsaver
  25498. jsaver
  25499. jumps
  25500. jumps
  25501. finder
  25502. finder
  25503. finder
  25504. finder
  25505. justify
  25506. k-finnish
  25507. kanji
  25508. kanji
  25509. 1.1.3
  25510. kcapapp
  25511. kcapapp
  25512. kcapapp
  25513. kcapapp
  25514. kcapapp
  25515. mappings
  25516. keyboard
  25517. direct-manipulation
  25518. directing
  25519. direformat
  25520. dirid
  25521. dirty
  25522. disable
  25523. disable
  25524. mouse
  25525. keyboard
  25526. disable
  25527. speech
  25528. disabled^
  25529. disabling
  25530. disambiguator{
  25531. disassemble
  25532. disassembly
  25533. discW
  25534. discard
  25535. disclaimer
  25536. disclosure
  25537. disconnect
  25538. discourages
  25539. cussions
  25540. Module 1- Displaying Image
  25541. Module 2- Playing Movie
  25542. Module 3- Drawing Text
  25543. Module 4- Playing Sounds
  25544. Module 5- Custom Controllers
  25545. Module 6- Advanced Compositing
  25546. Module 7- Switching Compositors
  25547. Module 8- Transitions
  25548. Module 9- Full Screen Mode
  25549. Module10- QTZoo
  25550. european@
  25551. evenbetterbuserror@
  25552. event@
  25553. everything@
  25554. exists@
  25555. explored@
  25556. external@
  25557. faceless@
  25558. falkenburg@
  25559. features
  25560. includes
  25561. demonstration
  25562. documentation
  25563. complete@
  25564. fileinfo@
  25565. final@
  25566. finds@
  25567. fixing@
  25568. focus@
  25569. folders@
  25570. years
  25571. multimedia
  25572. developers
  25573. regarded
  25574. equilibrium's
  25575. forbidden@
  25576. formatted@
  25577. frame@
  25578. frontier@
  25579. gelphman@
  25580. getting/setting@
  25581. glance@
  25582. gory@
  25583. graphic@
  25584. grown@
  25585. happen@
  25586. having@
  25587. here's@
  25588. hints@
  25589. however@
  25590. html@
  25591. http@
  25592. illustrates@
  25593. implementation@
  25594. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO:Dev.CD Nov 00 TC Disk 1:Sample Code:Games:NetSprocketTest:PBDev.CD Nov 00 TC Disk 1
  25595.  - Sample Code
  25596.  - Games
  25597.  - NetSprocketTestV
  25598. 72058X
  25599. Nov 00^    TC Disk 1
  25600. --set theItem to choose file -- uncomment to test in an AS editor
  25601.     tell application "Finder"
  25602.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:NetSprocketTest:"
  25603.         activate
  25604.     end tell
  25605. on error errMsg number errNum
  25606.     --enter statements to perform when no records are found such as...
  25607.     display dialog "Sorry, the item you selected could not be found."
  25608.     return
  25609. end try
  25610. e    No Changef>NetSprocket
  25611. networking
  25612. multi-player
  25613. internet
  25614. AppleTalkq
  25615. Dev.CD Nov 00 TC Disk 1
  25616. All Packages
  25617. Network Management (SNMP)
  25618. 72059X
  25619. Summary: Network Management Specifications for the Macintosh.  This includes the RFCs defining the Simple Network Management Protocol (SNMP), SNMP over AppleTalk, Macintosh System MIB, and AppleTalk MIB. 
  25620. If you want to implement network management for Apple products you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  25621. Issues: Specifications only
  25622. This package is System 7.0 compatible.
  25623. J.Mac Specific files
  25624. READ ME
  25625. SNMP Specific filesK
  25626. Mar 92L
  25627. Aug 92M
  25628. Any MacOMDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:SNMP:Network Management (SNMP):PXDev.CD Nov 00 TC Disk 1
  25629.  - Tool Chest
  25630.  - Networking
  25631.  - SNMP
  25632.  - Network Management (SNMP)fficial C++ Style Guide.  How to harness C++
  25633. s power without getting tripped up by some of its less savory features.
  25634. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  25635. J(develop Issue  2:
  25636. develop Issue  2 code:K
  25637. Vol IIIL
  25638. Jun 95
  25639. 72059X
  25640. Nov 00^    TC Disk 1
  25641. --set theItem to choose file -- uncomment to test in an AS editor
  25642.     tell application "Finder"
  25643.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  25644.         activate
  25645.     end tell
  25646. on error errMsg number errNum
  25647.     --enter statements to perform when no records are found such as...
  25648.     display dialog "Sorry, the item you selected could not be found."
  25649.     return
  25650. end try
  25651. e    No Changeq
  25652. Dev.CD Nov 00 TC Disk 1
  25653. D(All Packages
  25654. Reference Library Edition
  25655. F Network Server Developer's Guide
  25656. --set theItem to choose file -- uncomment to test in an AS editor
  25657.     tell application "Finder"
  25658.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:SnapshotSample:"
  25659.         activate
  25660.     end tell
  25661. on error errMsg number errNum
  25662.     --enter statements to perform when no records are found such as...
  25663.     display dialog "Sorry, the item you selected could not be found."
  25664.     return
  25665. end try
  25666. develop
  25667. issue
  25668. references
  25669. develop
  25670. issue
  25671. develop
  25672. issue
  25673. develop
  25674. issue
  25675. references
  25676. develop
  25677. issue
  25678. develop
  25679. issue
  25680. develop
  25681. issue
  25682. references
  25683. develop
  25684. issue
  25685. develop
  25686. issue
  25687. develop
  25688. issue
  25689. references
  25690. develop
  25691. issue
  25692. develop
  25693. issue
  25694. develop
  25695. issue
  25696. develop
  25697. issue
  25698. develop
  25699. issue
  25700. references
  25701. develop
  25702. issue
  25703. develop
  25704. issue
  25705. develop
  25706. issue
  25707. develop
  25708. issue
  25709. develop
  25710. issue
  25711. N5open, save, choose, file, folder, navigation servicesOMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:PXDev.CD Aug 99 TC
  25712.  - What's New?
  25713.  - Development Kits
  25714.  - Mac OS
  25715.  - Navigation Services SDK 20:"
  25716.         activate
  25717.     end tell
  25718. on error errMsg number errNum
  25719.     --enter statements to perform when no records are found such as...
  25720.     display dialog "Sorry, the item you selected could not be found."
  25721.     return
  25722. end try
  25723. e    No Changeq
  25724. Dev.CD Dec 00 RL Disk 1
  25725. All Packages
  25726. develop Issue 21
  25727. 70088X
  25728. discover
  25729. discovered
  25730. discovering
  25731. discrete
  25732. discs
  25733. discuss
  25734. discussed
  25735. discusses
  25736. discussion
  25737. discussions
  25738. r Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  25739. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  25740. on, allowing both searching and editing.
  25741. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  25742. re storing a large set of pictures with the same colors, here
  25743. s a neat trick to reduce its size.
  25744. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  25745. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  25746. move{
  25747. moveable
  25748. moveablemodal
  25749. moveablemodal
  25750. source
  25751. sample
  25752. illustrating
  25753. moved
  25754. movement
  25755. moves
  25756. movewindow
  25757. movieY
  25758. movie's
  25759. moviebrowser
  25760. moviecontroller
  25761. movieexportadddataso
  25762. movieexportfromproce
  25763. --set theItem to choose file -- uncomment to test in an AS editor
  25764.     tell application "Finder"
  25765.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:strlist:"
  25766.         activate
  25767.     end tell
  25768. on error errMsg number errNum
  25769.     --enter statements to perform when no records are found such as...
  25770.     display dialog "Sorry, the item you selected could not be found."
  25771.     return
  25772. end try
  25773. create
  25774. resolve
  25775. aliasesn
  25776. summary
  25777. macsbug
  25778. macro
  25779. debugging
  25780. summary
  25781. technical
  25782. notes
  25783. contain
  25784. latest
  25785. summary
  25786. parser
  25787. allow
  25788. access
  25789. system'sW
  25790. generator
  25791. danish
  25792. danish
  25793. 1.1.3
  25794. dashed
  25795. dashed
  25796. lines
  25797. dashed
  25798. lines
  25799. dashed
  25800. lines
  25801. dashed-capped
  25802. dashed-capped
  25803. lines
  25804. dashed-capped
  25805. lines
  25806. dashed-capped
  25807. lines
  25808. dashed-capped
  25809. lines
  25810. dashedlines
  25811. dashedlines
  25812. datay
  25813. access
  25814. manager
  25815. folder
  25816. database~
  25817. database
  25818. suite~
  25819. databases-standalone
  25820. datahandlercomponent
  25821. datamaster
  25822. datamaster
  25823. datasheet
  25824. dateconverter
  25825. dateconverter
  25826. datedialog
  25827. datedialog
  25828. datestring
  25829. datething
  25830. datething
  25831. datething
  25832. datething
  25833. datething
  25834. datething
  25835. datething
  25836. corrosponding
  25837. creat@
  25838. contents
  25839. enable
  25840. developers
  25841. create
  25842. theme@
  25843. this@
  25844. 72588X
  25845. Nov 99^
  25846. r--set theItem to choose file -- uncomment to test in an AS editor
  25847.     tell application "Finder"
  25848.         open item "Dev.CD Nov 99 TC:Sample Code:"
  25849.         activate
  25850.     end tell
  25851. on error errMsg number errNum
  25852.     --enter statements to perform when no records are found such as...
  25853.     display dialog "Sorry, the item you selected could not be found."
  25854.     return
  25855. end try
  25856. Deletedq
  25857. Dev.CD Nov 99 TC
  25858. D!All Packages
  25859. Tool Chest Edition
  25860. Snippets - Testing & Debugging
  25861. (** = new, * = revised)
  25862. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  25863. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  25864. BusErrorTest:  Show
  25865. All Packages
  25866. System 7.5 Update 1.0O
  25867. Dev.CD Jul 95P
  25868. Dev.CD Jul 9V
  25869. 72684X
  25870. Jul 95
  25871. b--set theItem to choose file -- uncomment to test in an AS editor
  25872.     tell application "Finder"
  25873.         open item "Dev.CD Jul 95"
  25874.         activate
  25875.     end tell
  25876. on error errMsg number errNum
  25877.     --enter statements to perform when no records are found such as...
  25878.     display dialog "Sorry, the item you selected could not be found."
  25879.     return
  25880. end try
  25881. All Packages
  25882. System 7.5 Update 1.0O
  25883. Dev.CD Jul 95P
  25884. Dev.CD Jul 9V
  25885. 72685X
  25886. Jul 95
  25887. b--set theItem to choose file -- uncomment to test in an AS editor
  25888.     tell application "Finder"
  25889.         open item "Dev.CD Jul 95"
  25890.         activate
  25891.     end tell
  25892. on error errMsg number errNum
  25893.     --enter statements to perform when no records are found such as...
  25894.     display dialog "Sorry, the item you selected could not be found."
  25895.     return
  25896. end try
  25897. All Packages
  25898. System 7.5 Update 1.0O
  25899. Dev.CD Jul 95P
  25900. Dev.CD Jul 9V
  25901. 72686X
  25902. rfc1332
  25903. rfc1332
  25904. rfc1334
  25905. universalprocptr
  25906. universityS
  25907. unknowingly
  25908. unknown
  25909. unleash
  25910. unless
  25911. unlike
  25912. unlimited
  25913. unload
  25914. unloaded
  25915. unloading
  25916. unlocked
  25917. unlocking
  25918. unmangling
  25919. unmodified
  25920. unmount
  25921. unmount/mount
  25922. unmounted
  25923. unsupported
  25924. untested
  25925. until
  25926. unwanted
  25927. unwrapcommenttext
  25928. up-to-date_
  25929. upcoming
  25930. updateR
  25931. snapshotsample
  25932. snapshotsample
  25933. snarfer
  25934. sndforever
  25935. sndforever
  25936. sndforever
  25937. sndforever
  25938. sndforever
  25939. sndmemrecord
  25940. sndplaydblbuffer
  25941. sndplaydoublebuffer
  25942. sndplaydoublebuffer
  25943. sndrecord
  25944. sneak3view
  25945. agent
  25946. specific
  25947. files
  25948. transports
  25949. softvdig
  25950. softvdig
  25951. softvdig
  25952. softvdig
  25953. softvdig
  25954. softvdig
  25955. software
  25956. software
  25957. license
  25958. software
  25959. license
  25960. somobjects
  25961. somobjects
  25962. first
  25963. sonofsillyballs
  25964. sonofsillyballs
  25965. sonofsillyballs
  25966. sonofsillyballs
  25967. pbproj
  25968. sortablepicture
  25969. sortablepicture
  25970. sortablepicture
  25971. sortpicts
  25972. sortpicts
  25973. sortpicts
  25974. sortpicts
  25975. sortpictsapp
  25976. sortpictsapp
  25977. sortpictsthreads
  25978. sortpictsthreads
  25979. sorts
  25980. N5SPBRecord, asynchronous, record, Record sound to diskO?Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound to disk:PGDev.CD Nov 00 TC Disk 2
  25981.  - Sample Code
  25982.  - Sound
  25983.  - Record sound to diskV
  25984. 72480X
  25985. Nov 00^    TC Disk 2
  25986. --set theItem to choose file -- uncomment to test in an AS editor
  25987.     tell application "Finder"
  25988.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound to disk:"
  25989.         activate
  25990.     end tell
  25991. on error errMsg number errNum
  25992.     --enter statements to perform when no records are found such as...
  25993.     display dialog "Sorry, the item you selected could not be found."
  25994.     return
  25995. end try
  25996. e    No Changef2SPBRecord
  25997. asynchronous
  25998. record
  25999. Record sound to diskq
  26000. Dev.CD Nov 00 TC Disk 2
  26001. All Packages
  26002. ReKeyTransI
  26003. This sample shows how to patch KeyTrans in order to completely
  26004. ignore the dead-key processing that goes on and lets you type those
  26005. fancy accented characters as if you were back in 7-bit ASCII days.V
  26006. 72481X
  26007. 1e    No Change
  26008. 1.0.1 -> 1.0.2 Updater
  26009. Navigable Movie Toolkit
  26010. Read Me
  26011. Read Me.txt
  26012. Software License
  26013. Software License.txt
  26014. TCCalc
  26015. User Manual
  26016. Version History
  26017. Version History.txtK
  26018. Aug 93M
  26019. For acquisition: Any Macintosh that has two serial ports (one optional).
  26020. For digitizing: Any Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationO^Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PiDev.CD Nov 00 TC Disk 1
  26021.  - Tool Chest
  26022.  - Development Kits
  26023.  - HyperCard Related
  26024.  - Navigable Movie Toolkit
  26025. The Navigation Services suite greatly enhances the user experience of opening, saving and selecting documents, while giving your application new capabilities without customizing code.
  26026. Navigation Services is a new set of APIs to:
  26027.     - open and save documents
  26028.     - confirm save / discard changes
  26029.     - select a file, folder or volume
  26030.     - create a new folder
  26031. Benefits of adopting Navigation Services APIs for your application include:
  26032.     - new movable, resizable, Appearance-aware Open & Sa
  26033. Bve dialogs
  26034.     - easier navigation: list view with disclosure triangles, recent items, favorite items, etc.
  26035.     - built-in file format translation
  26036.     - transparent delivery of new features in future versions of the System Software.
  26037. More information on the features may be found in the Navigation Services developer note.
  26038. JCDocumentation:
  26039. Examples:
  26040. Libraries:
  26041. Navigation Services 1.1 Read MeK
  26042. Aug 99M
  26043. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  26044. 72057X
  26045. Aug 99^
  26046. --set theItem to choose file -- uncomment to test in an AS editor
  26047.     tell application "Finder"
  26048.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:"
  26049.         activate
  26050.     end tell
  26051. on error errMsg number errNum
  26052.     --enter statements to perform when no records are found such as...
  26053.     display dialog "Sorry, the item you selected could not be found."
  26054.     return
  26055. end try
  26056. e    No Changef0open
  26057. choose
  26058. folder
  26059. navigation servicesq
  26060. Dev.CD Aug 99 TC
  26061. All Packages
  26062. NetSprocketTestI7This sample shows a bsic implementation of NetSprocket.J
  26063. aevt.c
  26064. App.h
  26065. events.c
  26066. GameSample.
  26067. .rsrc
  26068. Global.h
  26069. init.c
  26070. main.c
  26071. makefile
  26072. NetSprocketTest.CW2.prj
  26073. NetSprocketTest.CW5.prj
  26074. NetStuff.cp
  26075. NetStuff.h
  26076. NewNSpTest
  26077. Proto.h
  26078. windows.cK
  26079. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  26080. O:Dev.CD Nov 00 TC Disk 1:Sample Code:Games:NetSprocketTest:V
  26081. 72058X
  26082. 1e    No Change
  26083. lderness with
  26084. 1.0.1b1c2
  26085. 1.0.1b4V
  26086. 1.0.1tc7
  26087. 1.0.2
  26088. 1.0.4
  26089. 1.0a13
  26090. 1.0a6
  26091. 1.0b1c
  26092. 1.0b16
  26093. 1.0b2
  26094. 1.0b3c
  26095. 1.0b4c
  26096. 1.0d13
  26097. 1.0d2
  26098. 1.1.1
  26099. 1.1.2
  26100. 1.1.3
  26101. 1.2.3
  26102. 1.3.1
  26103. 1.3.4
  26104. 1.3.6
  26105. 1.4.2c
  26106. 1.4.6f11
  26107. 1.4mb
  26108. 11-12/96|
  26109. 11-otherS
  26110. 11-other
  26111. topicsS
  26112. 11/95{
  26113. 11/97}
  26114. 12-trainingS
  26115. 12-training
  26116. schedule
  26117. 12/95{
  26118. 13-duS
  26119. 13-du
  26120. training
  26121. sites
  26122. 17.203.23.112
  26123. 2.0.1
  26124. 2.0.6
  26125. 2.0.6
  26126. files
  26127. one's
  26128. one-source
  26129. one-time
  26130. onescanner
  26131. online_
  26132. onlyy
  26133. documentation
  26134. developer
  26135. notes
  26136. collections
  26137. collectionservices
  26138. collectpictcolors
  26139. icker
  26140. 2.1.1
  26141. contains
  26142. minor
  26143. fixes
  26144. color
  26145. quickdraw
  26146. colored
  26147. coloredcheckbox
  26148. colorization
  26149. colorize
  26150. colorpickerlib
  26151. colors
  26152. colorsieve
  26153. soundinputsample
  26154. soundlevel
  26155. soundmanager
  26156. sounds
  26157. soundsnippets
  26158. soundsnippets
  26159. defines
  26160. functions
  26161. perform
  26162. common
  26163. soundsprocket
  26164. soundunit
  26165. sourceO
  26166. source-code
  26167. source-level
  26168. sourcebug
  26169. sourcebug
  26170. source-level
  26171. debugger
  26172. debugging
  26173. 68k-based
  26174. sourcemenu
  26175. sourceobj
  26176. favourite
  26177. fcode
  26178. fcompressimage
  26179. fdepthmust
  26180. feature^
  26181. ure-rich
  26182. featured
  26183. featuresA
  26184. features
  26185. allows
  26186. reset
  26187. interrupt
  26188. keyboard
  26189. Summary:  The Navigable Movie Toolkit (a HyperCard stack) is designed to assist in making Navigable Movies, QuickTime movies that offer a user-controllable view of an object or environment from a fixed point in space.  The Toolkit controls a specially configured set of off-the-shelf hardware and software in order to make Navigable Movies. The resulting movies can be played with the Navigable Movie Player included as part of the Toolkit; the Player may be included in your own stacks.
  26190.   Duri
  26191. ng playback, the user is able to control the view by click-dragging the mouse in the movie
  26192. s window; the experience is that of peering around the space, moving one
  26193. s head horizontally and/or vertically. Complete documentation is included.
  26194. Issues:  The Toolkit is the result of an investigation in ATG/Human Interface Group, and is supplied as-is. This is an update to version 1.0.1.
  26195. Aug 93d graphics problem is investigated and then solved using a custom color search procedure and 
  26196. 72056X
  26197. Nov 00^    TC Disk 1
  26198. --set theItem to choose file -- uncomment to test in an AS editor
  26199.     tell application "Finder"
  26200.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:"
  26201.         activate
  26202.     end tell
  26203. on error errMsg number errNum
  26204.     --enter statements to perform when no records are found such as...
  26205.     display dialog "Sorry, the item you selected could not be found."
  26206.     return
  26207. end try
  26208. e    No Changef3Navigable Movies
  26209. Pan/Tilt Movies
  26210. Virtual Navigationq
  26211. Dev.CD Nov 00 TC Disk 1
  26212. D!All Packages
  26213. Tool Chest Edition
  26214. Navigation Services SDK
  26215.     elop Issue 22:PQDev.CD Dec 00 RL Disk 1
  26216.  - Technical Documentation
  26217.  - Develop
  26218.  - develop Issue 22
  26219.     C/cuments
  26220. - shortcuts
  26221. - history
  26222. - previews
  26223. - etc.
  26224. J@Documentation
  26225. Examples
  26226. Libraries
  26227. Navigation Services 1.1 Read MeK
  26228. May 98
  26229. 6Requirements: Software: 7.5.5 and above
  26230. Hardware: 68K or PowerPC
  26231. 68k only-- you need
  26232. - CFM-68K Runtime Enabler
  26233. -NuDragLib.slb
  26234. - NuQuickTimeLib.slb
  26235. -NuTranslationLib.slb
  26236. -NuThreadsLib.slb
  26237. -ObjectSupportLib
  26238. For 68k and PPC, you need:
  26239. -OT 1.3 or greater
  26240. -QuickTime 2.5 or greater
  26241. -Appearance 1.0.1 or greater.
  26242. OCDev.CD Oct 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Oct 00 SDK1
  26243.  - Development Kits
  26244.  - Mac OS
  26245.  - Navigation Services SDK
  26246. s article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  26247. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  26248. All Packages
  26249. QuickDraw GXO#Dev.CD Aug 96 TC
  26250. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26251. Dev.CD Jan 96 SDKV
  26252. 72314X
  26253. Aug 96
  26254. x--set theItem to choose file -- uncomment to test in an AS editor
  26255.     tell application "Finder"
  26256.         open item "Dev.CD Aug 96 TC
  26257. Dev.CD Jan 96 SDK1"
  26258.         activate
  26259.     end tell
  26260. on error errMsg number errNum
  26261.     --enter statements to perform when no records are found such as...
  26262.     display dialog "Sorry, the item you selected could not be found."
  26263.     return
  26264. end try
  26265. All Packages
  26266. QuickDraw GXO#Dev.CD Aug 96 TC
  26267. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26268. Dev.CD Jan 96 SDKV
  26269. 72315X
  26270. Aug 96
  26271. active
  26272. addresmenu
  26273. address
  26274. addsearch
  26275. adlib
  26276. administrator
  26277. adobe
  26278. adopting
  26279. adopting
  26280. carbon
  26281. printing
  26282. manager
  26283. adorner
  26284. advanced
  26285. aegizmos
  26286. aeinteractwithuser
  26287. aesuspendthecurrente
  26288. better
  26289. version
  26290. launchwithdoc
  26291. buffed
  26292. version
  26293. snapshot
  26294. example
  26295. super
  26296. snapshot
  26297. illustration
  26298. intrinsic
  26299. styles
  26300. isk 1:Technical Documentation:Develop:develop Issue 24:"
  26301.         activate
  26302.     end tell
  26303. on error errMsg number errNum
  26304.     --enter statements to perform when no records are found such as...
  26305.     display dialog "Sorry, the item you selected could not be found."
  26306.     return
  26307. end try
  26308. e    No Changeq
  26309. Dev.CD Dec 00 RL Disk 1
  26310. All Packages
  26311. develop Issue 25
  26312. 70092X
  26313. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  26314. Navigation Services provides new standard dialogs for the following operations:
  26315. - open document
  26316. - save documents
  26317. - select volume
  26318. - select folder
  26319. - select file
  26320. - select object
  26321. - create folder
  26322. - confirm save
  26323. - confirm revert
  26324. Navigation Services provides a new document saving model that enables transparent conversion, encoding, upload and download of documents. 
  26325. Navigation Services also provides a number of tools to increase productivity and speed up document access, including:
  26326. - outline view (icon, name, date modified, sorting, etc)
  26327. - simultaneous opening of multiple documents, including on different volumes
  26328. - recent documents tracking
  26329. - favorite folders and do
  26330. 72055X
  26331. Oct 00^
  26332. --set theItem to choose file -- uncomment to test in an AS editor
  26333.     tell application "Finder"
  26334.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  26335.         activate
  26336.     end tell
  26337. on error errMsg number errNum
  26338.     --enter statements to perform when no records are found such as...
  26339.     display dialog "Sorry, the item you selected could not be found."
  26340.     return
  26341. end try
  26342. e    No Changeq
  26343. Dev.CD Oct 00 SDK1
  26344. All Packages
  26345. Navigable Movie Toolkit
  26346. 72056X
  26347. CD Dec 00 RL Disk 1
  26348.  - Technical Documentation
  26349.  - Develop
  26350.  - develop Issue 24
  26351. Deletedq
  26352. Dev.CD Dec 99 RL
  26353. All Packages
  26354. System UpdateO
  26355. Dev.CD Oct 94P
  26356. Dev.CD Oct 9V
  26357. 72932X
  26358. Oct 94
  26359. b--set theItem to choose file -- uncomment to test in an AS editor
  26360.     tell application "Finder"
  26361.         open item "Dev.CD Oct 94"
  26362.         activate
  26363.     end tell
  26364. on error errMsg number errNum
  26365.     --enter statements to perform when no records are found such as...
  26366.     display dialog "Sorry, the item you selected could not be found."
  26367.     return
  26368. end try
  26369. All Packages
  26370. System UpdateO)Dev.CD Oct 94
  26371. Dev.CD Apr 94
  26372. Dev.CD Jan 94P(Dev.CD Oct 94
  26373. Dev.CD Apr 94
  26374. Dev.CD Jan 9V
  26375. 72933X
  26376. Oct 94
  26377. O;Dev.CD Nov 00 TC Disk 2:Sample Code:Text:NamingTableAccess:PCDev.CD Nov 00 TC Disk 2
  26378.  - Sample Code
  26379.  - Text
  26380.  - NamingTableAccessV
  26381. 72054X
  26382. Nov 00^    TC Disk 2
  26383. --set theItem to choose file -- uncomment to test in an AS editor
  26384.     tell application "Finder"
  26385.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:NamingTableAccess:"
  26386.         activate
  26387.     end tell
  26388. on error errMsg number errNum
  26389.     --enter statements to perform when no records are found such as...
  26390.     display dialog "Sorry, the item you selected could not be found."
  26391.     return
  26392. end try
  26393. e    No ChangefGNamingTableLookup
  26394. encodingID
  26395. languageID
  26396. nameID
  26397. platformID
  26398. Font Metrics
  26399. Dev.CD Nov 00 TC Disk 2
  26400. D!All Packages
  26401. Mac OS SDK Edition
  26402. Nav Svcs 1.0 SDK
  26403. nasty
  26404. natick
  26405. national
  26406. native
  26407. natural
  26408. nature
  26409. navigable
  26410. navigate_
  26411. navigates
  26412. navigating
  26413. navigationz
  26414. navigation
  26415. services
  26416. documents
  26417. nearest
  26418. nearestmactextencodi
  26419. nearly
  26420. necessary
  26421. NLNamingTableLookup, encodingID, languageID, nameID, platformID, Font Metrics
  26422. ince C is (mostly) a subset of C++.
  26423. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  26424. JBdevelop Issue 25
  26425. develop Issue 25 code
  26426. develop Issue 25 referencesK
  26427. Mar 96L
  26428. Mar 96OIDev.CD Dec 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Dec 00 RL Disk 1
  26429.  - Technical Documentation
  26430.  - Develop
  26431.  - develop Issue 25
  26432. watcher
  26433. watchme
  26434. watchme
  26435. watchme
  26436. watchme
  26437. watchme
  26438. watchme
  26439. watchme
  26440. watchme
  26441. watchme
  26442. watchme
  26443. watchme
  26444. wavelet
  26445. wavelet
  26446. display
  26447. wdefcolorsample
  26448. wdefcolorsample
  26449. wdefcolorsample
  26450. wdefcolorsample
  26451. wdefcolorsample
  26452. wdefcolorsample
  26453. wdefcolorsample
  26454. wdefcolorsamplewdef
  26455. wdefcolorsamplewdef
  26456. registration
  26457. english
  26458. error
  26459. messages
  26460. ummary
  26461. sample
  26462. extracts
  26463. finder
  26464. strings
  26465. summary
  26466. software
  26467. improves
  26468. float-to-int
  26469. conversion
  26470. summary
  26471. stack
  26472. contains
  26473. collection
  26474. apple
  26475. event
  26476. summary
  26477. stack
  26478. allow
  26479. users
  26480. register
  26481. creator
  26482. summary
  26483. submission
  26484. contains
  26485. virtual
  26486. external
  26487. summary
  26488. application
  26489. demonstrates
  26490. s many corrections and additional technical details 
  26491. *    Managing Fonts with FontSync (Preliminary), which updates and replaces the previous FontSync Reference with a new conceptual overview chapter 
  26492. *    Managing Colors With ColorSync, which updates and replaces the previous Carbon Specification for the ColorSync Manager with conceptual and tutorial information previously published on the Mac OS 8 and 9 Developer Documentation site; this updated document also includes previously published refe
  26493. rence chapters that have been updated with Carbon-specific information 
  26494. *    Text Encoding Conversion Manager Reference, which replaces the previous Carbon Specification for the Text Encoding Conversion Manager; this revised document adds Carbon-specific information to material previously published on the Mac OS 8 and 9 Developer Documentation site 
  26495. *    Adding Multitasking Capability to Applications Using Multiprocessing Service, which replaces the previous Multiprocessing Services Reference an
  26496. System Enabler 065 (LC 575)O
  26497. Dev.CD Apr 94
  26498. Dev.CD Jan 94P
  26499. Dev.CD Apr 94
  26500. Dev.CD Jan 9V
  26501. 72794
  26502. needsU
  26503. negative
  26504. neighborhood
  26505. neophyte
  26506. nepali
  26507. nested
  26508. net-install
  26509. net/biz/bbsw
  26510. netcom
  26511. netscape{
  26512. netsprocket
  26513. netstat
  26514. netware
  26515. networkB
  26516. network-aware
  26517. network-connected
  26518. network/hard-disk
  26519. networkable
  26520. networked
  26521. newsz
  26522. newsgroups
  26523. newsletterz
  26524. newton{
  26525. newton-related
  26526. nextx
  26527. nicest
  26528. nichols
  26529. J<Documentation:
  26530. SOMobjects
  26531.  - Read Me First
  26532. System Additions:K
  26533. Jan 96L
  26534. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  26535.  for Mac OS:PIDev.CD Apr 98 SDK2
  26536.  - Development Kits (Disc 2)
  26537.  - SOMobjects
  26538.  for Mac OS
  26539. triggerU
  26540. tripped
  26541. trivial
  26542. trueN
  26543. truetype
  26544. truffles
  26545. truncate
  26546. trust
  26547. truth
  26548. trying
  26549. tsmte
  26550. ttextgridview
  26551. ttextlistview
  26552. tubetest
  26553. urtle
  26554. tutorial
  26555. tview
  26556. twice
  26557. twiddle
  26558. twisted
  26559. twists
  26560. two-byte
  26561. two-part
  26562. two-phase
  26563. standardfileicons
  26564. standardgetfolder
  26565. supporting
  26566. supportsb
  26567. suppose
  26568. surely
  26569. surf's
  26570. surface
  26571. surfboards
  26572. surfer
  26573. surovell
  26574. surprise
  26575. surround
  26576. survey
  26577. All Packages
  26578. System 7 Tune-UpO
  26579. Dev.CD Apr 92P
  26580. Dev.CD Apr 9V
  26581. 72661X
  26582. Apr 92
  26583. b--set theItem to choose file -- uncomment to test in an AS editor
  26584.     tell application "Finder"
  26585.         open item "Dev.CD Apr 92"
  26586.         activate
  26587.     end tell
  26588. on error errMsg number errNum
  26589.     --enter statements to perform when no records are found such as...
  26590.     display dialog "Sorry, the item you selected could not be found."
  26591.     return
  26592. end try
  26593. All Packages
  26594. System 7.0 Menu Def InfoI
  26595. Summary: This file contains some information describing how the standard System 7.0 MDEF works.  
  26596. Features: Use this information to upgrade your custom MDEFs to emulate the look of System 7.0.J
  26597. MenuHints.aK
  26598. Vol VIIIODDev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 Menu Def Info:PLDev.CD Nov 00 TC Disk 1
  26599.  - Tool Chest
  26600.  - Toolbox
  26601.  - System 7.0 Menu Def InfoV
  26602. 72662X
  26603. Nov 00^    TC Disk 1
  26604. e    No Change
  26605. shoot
  26606. short
  26607. shortcut
  26608. shortcuts
  26609. summary
  26610. allows
  26611. developer
  26612. monitor
  26613. summary
  26614. windowpicker
  26615. system
  26616. extension
  26617. provides
  26618. summary
  26619. network
  26620. software
  26621. installer
  26622. insta@
  26623. support's@
  26624. survival@
  26625. symptom@
  26626. synccmd@
  26627. system
  26628. system
  26629. software@
  26630. systems@
  26631. table@
  26632. talk@
  26633. tcp/ip/lpr@
  26634. technotes@
  26635. templates@
  26636. tensor@
  26637. testmoreosl@
  26638. extractor
  26639. plug-ins
  26640. content
  26641. extra@
  26642. killer
  26643. content
  26644. workbook
  26645. sponsored
  26646. apple
  26647. comput@
  26648. purpose
  26649. menuscripter
  26650. sample
  26651. demonstrat@
  26652. theme@
  26653. then@
  26654. theory@
  26655. these
  26656. components
  26657. packetize
  26658. reassemble
  26659. multimedia
  26660. they're@
  26661. this@
  26662. copies
  26663. offscreen
  26664. gworlds
  26665. demonstrates
  26666. various
  26667. movie
  26668. export
  26669. compo@
  26670. :NameAndAddress is a single window utility that can get a host name from an IP address or an IP address from a hostname. It uses the NSHost class. The application's interface demonstrates enabling and disabling interface elements based on the current state of the application, using both actions and notifications.
  26671. .DS_Store
  26672. build
  26673. English.lproj
  26674. MainMenu.nib
  26675. NameAndAddress.app
  26676. NameAndAddress.h
  26677. NameAndAddress.m
  26678. NameAndAddress.pbproj
  26679. NameAndAddress_main.m
  26680. readme.rtfK
  26681. Nov 00M
  26682. Mac OS X or later
  26683. NSHost,IP,TCP,Cocoa,Address
  26684. O>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NameAndAddress:PFDev.CD Nov 00 TC Disk 1
  26685.  - Sample Code
  26686.  - Networking
  26687.  - NameAndAddress this underlying technology you can do some very useful things.
  26688. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  26689. 72053X
  26690. Nov 00^    TC Disk 1
  26691. --set theItem to choose file -- uncomment to test in an AS editor
  26692.     tell application "Finder"
  26693.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NameAndAddress:"
  26694.         activate
  26695.     end tell
  26696. on error errMsg number errNum
  26697.     --enter statements to perform when no records are found such as...
  26698.     display dialog "Sorry, the item you selected could not be found."
  26699.     return
  26700. end try
  26701. e    No Changef
  26702. NSHost,IP,TCP,Cocoa,Address
  26703. o&http://developer.apple.com/samplecode/q
  26704. Dev.CD Nov 00 TC Disk 1
  26705. All Packages
  26706. NamingTableAccess
  26707. Helps dig out the contents of the NamingTable in a TrueType 'sfnt' (see "The TrueType Font Format Specification Version 1.0", p. 232).  Access to tables contained in a 'sfnt' has been coded along the lines suggested by Mike Reed (see  develop  8, "Curves ahead").
  26708. J7NamingTable-ReadMe
  26709. NamingTableAccess
  26710. UsfntNamingTable.pV
  26711. 72054X
  26712. 1e    No Change
  26713. R:  Sleuthing Through Your Code  by Dave Evans.
  26714. applet
  26715. demonstrates
  26716. stream
  26717. movie
  26718. program
  26719. shows
  26720. select
  26721. create
  26722. movie
  26723. application
  26724. test/demo
  26725. mt/mp
  26726. timers@
  26727. sample
  26728. illustrates
  26729. stand
  26730. alone
  26731. accessorie@
  26732. produces
  26733. template
  26734. building
  26735. balloon
  26736. into@
  26737. vrmakeobject
  26738. simple
  26739. application
  26740. converts
  26741. linear
  26742. a/rose@
  26743. carbonsndplaydb@
  26744. cwpro2@
  26745. developer@
  26746. fastdither
  26747. rsrc@
  26748. info@
  26749. mwprefixrezppc
  26750. install
  26751. image@
  26752. parser@
  26753. about
  26754. otendpointinfo@
  26755. setlockbitatomsample
  26756. thumbnail
  26757. working
  26758. webobjects
  26759. applescript
  26760. apple
  26761. events
  26762. recordable
  26763. scriptable
  26764. script@
  26765. sprockets
  26766. sprite
  26767. blitter
  26768. drawsprocket
  26769. moofwars@
  26770. memory@
  26771. otpingsample@
  26772. rates@
  26773. change@
  26774. signing@
  26775. transport@
  26776. property
  26777. list@
  26778. carbonoverview
  26779. carbonprefixr
  26780. carbonprefix
  26781. extended
  26782. extending
  26783. extends
  26784. extenion
  26785. extensibley
  26786. extensionR
  26787. extensions
  26788. extensiveu
  26789. extensively
  26790. --set theItem to choose file -- uncomment to test in an AS editor
  26791.     tell application "Finder"
  26792.         open item "Dev.CD Apr 94
  26793. Dev.CD Jan 94
  26794. Dev.CD Oct 93
  26795. Dev.CD Jul 93"
  26796.         activate
  26797.     end tell
  26798. on error errMsg number errNum
  26799.     --enter statements to perform when no records are found such as...
  26800.     display dialog "Sorry, the item you selected could not be found."
  26801.     return
  26802. end try
  26803. erwriter{
  26804. laserwriteriisc
  26805. laserwriters
  26806. lasso
  26807. laterZ
  26808. laterappley
  26809. latestR
  26810. latest
  26811. specification
  26812. profiles
  26813. latitude
  26814. latter
  26815. myaddresmenu[
  26816. mybuildmenu
  26817. mydeviceloop
  26818. myfont
  26819. mygrowwindow
  26820. myles
  26821. myregistercomponent
  26822. myriad
  26823. myself
  26824. mysteries
  26825. mystery
  26826. naked
  26827. namej
  26828. nameandaddress
  26829. nameandaddress
  26830. single
  26831. window
  26832. utility
  26833. named
  26834. namely
  26835. names[
  26836. namespace
  26837. namingtable
  26838. namingtableaccess
  26839. nastier
  26840. summary
  26841. package
  26842. provides
  26843. something
  26844. replacement
  26845. summary
  26846. piece
  26847. intended
  26848. assist
  26849. non-us
  26850. developers
  26851. summary
  26852. program
  26853. illustrates
  26854. menus
  26855. window
  26856. summary
  26857. resedit
  26858. editor
  26859. prepare
  26860. localized
  26861. numbe
  26862. summary
  26863. resedit
  26864. contains
  26865. macsbug
  26866. summary
  26867. sample
  26868. demonstrates
  26869. compress
  26870. decompr
  26871. summary
  26872. sample
  26873. demonstrates
  26874. write
  26875. simple
  26876. summary
  26877. sample
  26878. extracts
  26879. finder
  26880. strings
  26881. summary
  26882. sample
  26883. shows
  26884. manager
  26885. summary
  26886. support
  26887. quicktake
  26888. quicktake
  26889. summary
  26890. software
  26891. improves
  26892. float-to-int
  26893. conversion
  26894. summary
  26895. stack
  26896. contains
  26897. collection
  26898. apple
  26899. event
  26900. summary
  26901. stack
  26902. allow
  26903. users
  26904. register
  26905. creator
  26906. summary
  26907. submission
  26908. contains
  26909. virtual
  26910. external
  26911. summary
  26912. application
  26913. demonstrates
  26914. Networks.imgK
  26915. Apr 92M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xO@Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Nov 00 TC Disk 1
  26916.  - Tool Chest
  26917.  - Testing & Debugging
  26918.  - NetworksV
  26919. 72052X
  26920. Nov 00^    TC Disk 1
  26921. --set theItem to choose file -- uncomment to test in an AS editor
  26922.     tell application "Finder"
  26923.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  26924.         activate
  26925.     end tell
  26926. on error errMsg number errNum
  26927.     --enter statements to perform when no records are found such as...
  26928.     display dialog "Sorry, the item you selected could not be found."
  26929.     return
  26930. end try
  26931. e    No Changeq
  26932. Dev.CD Nov 00 TC Disk 1
  26933. All Packages
  26934. NameAndAddress
  26935. 72053X
  26936. THE OPENDOC ROAD: Facilitating Part Editor Unloading by Vincent Lo.  Part editors are unloaded automatically when they
  26937. re not needed, but your editor can help.
  26938. BALANCE OF POWER: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  26939. driver's
  26940. drivergestalt
  26941. drivergestalt
  26942. simple
  26943. example
  26944. drivergestaltexplore
  26945. drivergestaltexplore
  26946. sample
  26947. showing
  26948. driverloaderlib
  26949. driverse
  26950. drives
  26951. application
  26952. which
  26953. designed
  26954. dropB
  26955. dropdisk
  26956. droplet
  26957. dropouts
  26958. dropped
  26959. dropping
  26960. dropprint
  26961. dropprint
  26962. demonstrates
  26963. method
  26964. identifying
  26965. attached
  26966. drops
  26967. dsp/opengl
  26968. dspcontext
  26969. dspgetversion
  26970. dspuserselectcontext
  26971. dstspec
  26972. deskwriter
  26973. despair
  26974. despite
  26975. destination
  26976. destroy
  26977. destroy
  26978. needs
  26979. destroyglfromwindow
  26980. detached
  26981. detail
  26982. detailed
  26983. detecting
  26984. detection
  26985. detective
  26986. detectory
  26987. detectorsy
  26988. detects
  26989. determination
  26990. determine
  26991. determining
  26992. devanagari
  26993. developb
  26994. QuickDraw
  26995.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  26996. Record
  26997. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  26998. Restore Screen Cluts:  This snippet shows how to restore all the screen
  26999. s color tables back to what they normally are using two different methods.
  27000. Rotate Bitmap 90
  27001. :  Shows a fast way to rotate bitmaps by 90 degrees.
  27002. RotateString:  This c
  27003. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  27004. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  27005. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  27006. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  27007. SearchProcs & Color Separation:  Th
  27008. myregistercomponent
  27009. myregisterport
  27010. myregisterport
  27011. myregisterport
  27012. n-dutch
  27013. nameandaddress
  27014. nameandaddress
  27015. nameandaddress
  27016. nameandaddress
  27017. nameandaddress
  27018. nameandaddress
  27019. pbproj
  27020. namerevisioncurrent
  27021. namingtable-readme
  27022. namingtableaccess
  27023. native
  27024. native
  27025. navig
  27026. navigable
  27027. navigable
  27028. movie
  27029. toolkit
  27030. navigation
  27031. navigation
  27032. services
  27033. nbtestintf
  27034. nbtestintf
  27035. nbtestlib
  27036. nbtestlib
  27037. negotiaterawmodesamp
  27038. negotiaterawmodesamp
  27039. negotiaterawmodesamp
  27040. tstuff
  27041. networkT
  27042. network
  27043. server
  27044. guideT
  27045. network
  27046. software
  27047. installer
  27048. network
  27049. stream
  27050. networking
  27051. networks
  27052. networks
  27053. networksetup
  27054. networkstream
  27055. documentation
  27056. sample
  27057. macsbug
  27058. macros/templates
  27059. macros/templates
  27060. nameandaddress
  27061. namingtableaccess
  27062. navigable
  27063. navigable
  27064. movie
  27065. toolkit
  27066. navigation
  27067. navigation
  27068. services
  27069. navigator
  27070. netsprockettest
  27071. network
  27072. network
  27073. management
  27074. network
  27075. server
  27076. developer's
  27077. guide
  27078. network
  27079. services
  27080. location
  27081. network
  27082. stream
  27083. network
  27084. watch
  27085. networking
  27086. audio
  27087. features
  27088. newgworld
  27089. tokenizer
  27090. newgworld
  27091. newsz
  27092. nocopyreceives
  27093. nopoweroffkey
  27094. noresdialog
  27095. nosound
  27096. notesT
  27097. nubus
  27098. nubus
  27099. tester
  27100. numbers
  27101. object
  27102. object
  27103. pascal
  27104. objective-c
  27105. objectsupportlib
  27106. objectsupportlib
  27107. 1.1.4
  27108. offscreen
  27109. offscreencontrolupda
  27110. onescannerx
  27111. ooptesample
  27112. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  27113. Networks.imgK
  27114. Feb 94N/testing, debugging, networking & communicationsO@Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Nov 00 TC Disk 1
  27115.  - Tool Chest
  27116.  - Testing & Debugging
  27117.  - NetworksT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  27118. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  27119. t need to be complex, as the simple tools presented here wil
  27120. 72051X
  27121. Nov 00^    TC Disk 1
  27122. --set theItem to choose file -- uncomment to test in an AS editor
  27123.     tell application "Finder"
  27124.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  27125.         activate
  27126.     end tell
  27127. on error errMsg number errNum
  27128.     --enter statements to perform when no records are found such as...
  27129.     display dialog "Sorry, the item you selected could not be found."
  27130.     return
  27131. end try
  27132. e    No Changef-testing
  27133. debugging
  27134. networking & communicationsq
  27135. Dev.CD Nov 00 TC Disk 1
  27136. All Packages
  27137. N&C TMON Pro Macros/Templates
  27138. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  27139. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  27140. Apr 92V
  27141. 72052X
  27142. 1e    No Change
  27143. reading
  27144. response
  27145. modem
  27146. readlocation
  27147. readmeu
  27148. readme
  27149. audiocodec
  27150. readme
  27151. audioconverter
  27152. readmes
  27153. reads
  27154. readsector
  27155. readsector
  27156. msdos
  27157. sample
  27158. demonstrating
  27159. secti
  27160. ready
  27161. ready-to-print-with
  27162. real{
  27163. real-time
  27164. real-world
  27165. realistic
  27166. reality{
  27167. realizes
  27168. really
  27169. realtime
  27170. rearrange
  27171. reason
  27172. reasonabler
  27173. reasonably
  27174. reasons
  27175. reassemble
  27176. reassembler
  27177. reboot
  27178. rebooting
  27179. rebuild^
  27180. rebuilding
  27181. rebuilds
  27182. rebuilt^
  27183. receivee
  27184. notesT
  27185. onescannerx
  27186. opp's
  27187. --set theItem to choose file -- uncomment to test in an AS editor
  27188.     tell application "Finder"
  27189.         open item "Dev.CD Apr 94
  27190. Dev.CD Jan 94
  27191. Dev.CD Oct 93
  27192. Dev.CD Jul 93
  27193. Dev.CD Apr 93"
  27194.         activate
  27195.     end tell
  27196. on error errMsg number errNum
  27197.     --enter statements to perform when no records are found such as...
  27198.     display dialog "Sorry, the item you selected could not be found."
  27199.     return
  27200. end try
  27201. player
  27202. players
  27203. playing
  27204. playsound
  27205. playthrough
  27206. playvideo
  27207. playvideo
  27208. sample
  27209. which
  27210. makes
  27211. requestvideo
  27212. please_
  27213. pleased
  27214. plethora
  27215. plug-and-play
  27216. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:PVDev.CD Nov 00 TC Disk 2
  27217.  - Sample Code
  27218.  - QuickTime
  27219.  - QuickTime for Java
  27220.  - SGCaptureV
  27221. 72541X
  27222. Nov 00^    TC Disk 2
  27223. --set theItem to choose file -- uncomment to test in an AS editor
  27224.     tell application "Finder"
  27225.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:"
  27226.         activate
  27227.     end tell
  27228. on error errMsg number errNum
  27229.     --enter statements to perform when no records are found such as...
  27230.     display dialog "Sorry, the item you selected could not be found."
  27231.     return
  27232. end try
  27233. e    No Changef
  27234. QuickTime
  27235. Dev.CD Nov 00 TC Disk 2
  27236. All Packages
  27237. SGCapture2DiskI
  27238. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J2ReadMe.txt
  27239. sg.bat
  27240. SGCapture.zip
  27241. SGCapture2Disk
  27242. Feb 00
  27243. 2542X
  27244. 1e    No Change
  27245. clouseau
  27246. cmchoose
  27247. cmgetconfig
  27248. coach
  27249. coachmarks
  27250. cocoa
  27251. fragment
  27252. manager
  27253. loading
  27254. resource
  27255. codec
  27256. codes
  27257. codewarrior
  27258. r statements to perform when no records are found such as...
  27259.     display dialog "Sorry, the item you selected could not be found."
  27260.     return
  27261. end try
  27262. e    No Changeq
  27263. Dev.CD Dec 00 RL Disk 1
  27264. D(All Packages
  27265. Reference Library Edition
  27266. develop Issue  3
  27267. PTDev.CD Nov 00 TC Disk 2
  27268.  - Sample Code
  27269.  - QuickTime
  27270.  - Codecs
  27271.  - MyRegisterComponentV
  27272. 72050X
  27273. Nov 00^    TC Disk 2
  27274. --set theItem to choose file -- uncomment to test in an AS editor
  27275.     tell application "Finder"
  27276.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:"
  27277.         activate
  27278.     end tell
  27279. on error errMsg number errNum
  27280.     --enter statements to perform when no records are found such as...
  27281.     display dialog "Sorry, the item you selected could not be found."
  27282.     return
  27283. end try
  27284. e    No Changef
  27285. Component Managerq
  27286. Dev.CD Nov 00 TC Disk 2
  27287. All Packages
  27288. N&C MacsBug Macros/Templates
  27289. 72051X
  27290. d Korean. And TSMTE makes support of TSM a simple matter.
  27291. High-Performance ACGIs in C  by Ken Urquhart
  27292. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  27293. those
  27294. using
  27295. standard
  27296. dialog
  27297. hierarchical
  27298. menus
  27299. level
  27300. toolbox
  27301. morefiles
  27302. moreisbetter
  27303. wrapper
  27304. hinting
  27305. hooper
  27306. hotspot\
  27307. hp-ux
  27308. htmlrenderinglib
  27309. packages
  27310. htmlrenderinglib
  27311. human
  27312. hwindowide
  27313. hwindowide
  27314. draghook
  27315. hypercardn
  27316. hypercard
  27317. update
  27318. hypercard
  27319. balloons
  27320. hypercard
  27321. player
  27322. stacks
  27323. hypercard
  27324. variable
  27325. button
  27326. field
  27327. instance
  27328. variables
  27329. global
  27330. hypercard
  27331. showballoon
  27332. ostScript Files to a LaserWriter by Dave Polaschek
  27333. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  27334. s the right way.
  27335. ACCORDING TO SCRIPT: User Interactions in Apple Event
  27336. Driven Applications 
  27337. How and when to interact with the user in response to Apple Events can be tricky, but there
  27338. s a method t
  27339. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N'QuickTime, VR, Framework, Shell, ViewerO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:PHDev.CD Nov 00 TC Disk 2
  27340.  - Sample Code
  27341.  - QuickTime
  27342.  - Basics
  27343.  - QTShellV
  27344. 72250X
  27345. Nov 00^    TC Disk 2
  27346. --set theItem to choose file -- uncomment to test in an AS editor
  27347.     tell application "Finder"
  27348.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:"
  27349.         activate
  27350.     end tell
  27351. on error errMsg number errNum
  27352.     --enter statements to perform when no records are found such as...
  27353.     display dialog "Sorry, the item you selected could not be found."
  27354.     return
  27355. end try
  27356. e    No Changef#QuickTime
  27357. Framework
  27358. Shell
  27359. Viewerq
  27360. Dev.CD Nov 00 TC Disk 2
  27361. All Packages
  27362. qtshortcutV
  27363. 72251X
  27364. PDDev.CD Nov 00 TC Disk 1
  27365.  - Sample Code
  27366.  - Help Systems
  27367.  - MyHelpMenuV
  27368. 72049X
  27369. Nov 00^    TC Disk 1
  27370. --set theItem to choose file -- uncomment to test in an AS editor
  27371.     tell application "Finder"
  27372.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:MyHelpMenu:"
  27373.         activate
  27374.     end tell
  27375. on error errMsg number errNum
  27376.     --enter statements to perform when no records are found such as...
  27377.     display dialog "Sorry, the item you selected could not be found."
  27378.     return
  27379. end try
  27380. e    No Changef help
  27381. hierarchical
  27382. sub-menusq
  27383. Dev.CD Nov 00 TC Disk 1
  27384. All Packages
  27385. MyRegisterComponentI,A component that registers other components.Jr! README - Important
  27386. MyComponent.c
  27387. MyComponent.h
  27388. MyComponent.rsrc
  27389. MyRegisterComponent(PPC)
  27390. MyRegisterComponent.mcpM6Component Manager (System 7.1 or higher, or QuickTime)N
  27391. Component ManagerOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:V
  27392. 72050X
  27393. 1e    No Change
  27394. Sep 99M
  27395. web browserN%Function Index, Mac OS 8, Inside Mac.O<Dev.CD Sep 00 RL Disk 2:TechnicalPublications:FunctionIndex:PADev.CD Sep 00 RL Disk 2
  27396.  - TechnicalPublications
  27397.  - FunctionIndex
  27398. edit-related
  27399. editable
  27400. editcdev
  27401. editcdev
  27402. sample
  27403. control
  27404. panel
  27405. device
  27406. demonstr
  27407. edited
  27408. effectively
  27409. effects
  27410. efficient
  27411. effort
  27412. effortless
  27413. efforts
  27414. either
  27415. elaborates
  27416. electronic
  27417. electronics
  27418. elegant
  27419. element
  27420. elements
  27421. eliminates
  27422. eliminating
  27423. elizabeth
  27424. email
  27425. embed
  27426. Dev.CD Oct 94P
  27427. Dev.CD Oct 9V
  27428. 72936X
  27429. Oct 94
  27430. b--set theItem to choose file -- uncomment to test in an AS editor
  27431.     tell application "Finder"
  27432.         open item "Dev.CD Oct 94"
  27433.         activate
  27434.     end tell
  27435. on error errMsg number errNum
  27436.     --enter statements to perform when no records are found such as...
  27437.     display dialog "Sorry, the item you selected could not be found."
  27438.     return
  27439. end try
  27440. All Packages
  27441. System UpdateO
  27442. Dev.CD Oct 94P
  27443. Dev.CD Oct 9V
  27444. 72937X
  27445. Oct 94
  27446. b--set theItem to choose file -- uncomment to test in an AS editor
  27447.     tell application "Finder"
  27448.         open item "Dev.CD Oct 94"
  27449.         activate
  27450.     end tell
  27451. on error errMsg number errNum
  27452.     --enter statements to perform when no records are found such as...
  27453.     display dialog "Sorry, the item you selected could not be found."
  27454.     return
  27455. end try
  27456. All Packages
  27457. System UpdateO
  27458. Dev.CD Oct 94P
  27459. Dev.CD Oct 9V
  27460. 72938X
  27461. Oct 94
  27462. e    No Changef
  27463. persistent VBL
  27464. periodic timeq
  27465. Dev.CD Nov 00 TC Disk 2
  27466. All Packages
  27467. VectorGraphicsI`This demo program shows how to use the Curve Codec in QuickTime to draw a vector Graphic image. J+QTVector
  27468. QTVector.zip
  27469. qv.bat
  27470. README.txt
  27471. - Common
  27472.     - Sun Compliant Java Runtime Environment 1.1
  27473.     - QuickTime 3 
  27474.     - QTJava.zip
  27475.     - QTJava media samples
  27476. - Windows 95, 98, or NT::
  27477.     - JRE/JDK from Sun Microsystems, Inc. recommendedN
  27478. QuickTime, Java, MRJOTDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:VectorGraphics.win:P_Dev.CD Nov 00 TC Disk 2
  27479.  - Sample Code
  27480.  - QuickTime
  27481.  - QuickTime for Java
  27482.  - VectorGraphics.winV
  27483. 73018X
  27484. Nov 00^    TC Disk 2
  27485. e    No Change
  27486. All Packages
  27487. System 7.5 Update 2.0O
  27488. Dev.CD Jul 96 SSWP
  27489. Dev.CD Jul 96 SSV
  27490. 72701X
  27491. Jul 96
  27492. f--set theItem to choose file -- uncomment to test in an AS editor
  27493.     tell application "Finder"
  27494.         open item "Dev.CD Jul 96 SSW"
  27495.         activate
  27496.     end tell
  27497. on error errMsg number errNum
  27498.     --enter statements to perform when no records are found such as...
  27499.     display dialog "Sorry, the item you selected could not be found."
  27500.     return
  27501. end try
  27502. All Packages
  27503. System 7.5 Update 2.0O
  27504. Dev.CD Jul 96 SSWP
  27505. Dev.CD Jul 96 SSV
  27506. 72702X
  27507. Jul 96
  27508. f--set theItem to choose file -- uncomment to test in an AS editor
  27509.     tell application "Finder"
  27510.         open item "Dev.CD Jul 96 SSW"
  27511.         activate
  27512.     end tell
  27513. on error errMsg number errNum
  27514.     --enter statements to perform when no records are found such as...
  27515.     display dialog "Sorry, the item you selected could not be found."
  27516.     return
  27517. end try
  27518. All Packages
  27519. System 7.5 Update 2.0V
  27520. 72703X
  27521. subsection
  27522. subsequent
  27523. subset
  27524. subspace
  27525. substantially
  27526. substitute
  27527. substitution
  27528. subtle
  27529. subtleties
  27530. subtype
  27531. succeed
  27532. success
  27533. successfulw
  27534. successfully
  27535. suchR
  27536. suddenly
  27537. suffer
  27538. suffix
  27539. suggested
  27540. suggestions
  27541. suit{
  27542. suitability
  27543. suitable
  27544. suitcase
  27545. --set theItem to choose file -- uncomment to test in an AS editor
  27546.     tell application "Finder"
  27547.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:VBLSnippet:"
  27548.         activate
  27549.     end tell
  27550. on error errMsg number errNum
  27551.     --enter statements to perform when no records are found such as...
  27552.     display dialog "Sorry, the item you selected could not be found."
  27553.     return
  27554. end try
  27555. The enclosed files allow you to build a driver for your Zoomed Video PC-Card.  Currently, ZoomedVideo is only supported on the PowerBook 3400 series and the 2400/c.  You need to put the file PowerBook ZoomedVideo in  the Extensions folder and reboot.  This file contains the QuickTime video digitizer used to enable Zoomed Video.  Make sure that you have version 1.1 or higher.  (Note:  Version 1.0 had a bug where it didn't support autoVersioning, so just installing a new digitizer with a higBeher version will not always work.  You need to remove version 1.0 of the PowerBook ZoomedVideo file).
  27556. J`CIncludes:
  27557. Documentation:
  27558. Libraries:
  27559. PowerBook Zoomed Video:
  27560. Release Notes
  27561. Sample Driver:
  27562. Tools:K
  27563. Aug 97OJDev.CD Jul 99 SDK1:Development Kits:Hardware:Zoomed Video Driver v1.0 SDK:PRDev.CD Jul 99 SDK1
  27564.  - Development Kits
  27565.  - Hardware
  27566.  - Zoomed Video Driver v1.0 SDK
  27567. arcellana@
  27568. architecture/roadmap@
  27569. bases@
  27570. because@
  27571. before@
  27572. being@
  27573. beused@
  27574. OWDev.CD Nov 00 TC Disk 2:Sample Code:Runtime Architecture:Component Manager:MyComponent:PbDev.CD Nov 00 TC Disk 2
  27575.  - Sample Code
  27576.  - Runtime Architecture
  27577.  - Component Manager
  27578.  - MyComponentV
  27579. 72047X
  27580. Nov 00^    TC Disk 2
  27581. --set theItem to choose file -- uncomment to test in an AS editor
  27582.     tell application "Finder"
  27583.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Runtime Architecture:Component Manager:MyComponent:"
  27584.         activate
  27585.     end tell
  27586. on error errMsg number errNum
  27587.     --enter statements to perform when no records are found such as...
  27588.     display dialog "Sorry, the item you selected could not be found."
  27589.     return
  27590. end try
  27591. e    No Changef
  27592. Component Managerq
  27593. Dev.CD Nov 00 TC Disk 2
  27594. All Packages
  27595. MyDeviceLoop
  27596. 72048X
  27597. |This sample has been updated for the Carbon API.  A device loop procedure searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.  In this app the drawing region is the app's window bounds and the chosen drawing procedure simply displays the screen's colors for every device the window bounds intersect.
  27598. JVCarbonPrefix.h
  27599. CarbonRes.rsrc
  27600. MyDeviceLoop(PPC)
  27601. MyDeviceLoop.c
  27602. MyDeviceLoop.mcp
  27603. ReadMeL
  27604. Nov 00M
  27605. CarbonLib
  27606. N.ClipRect, GetNextDevice, GetDeviceList, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:PEDev.CD Nov 00 TC Disk 1
  27607.  - Sample Code
  27608.  - Graphics 2D
  27609.  - MyDeviceLoopller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  27610. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  27611. 72048X
  27612. Nov 00^    TC Disk 1
  27613. --set theItem to choose file -- uncomment to test in an AS editor
  27614.     tell application "Finder"
  27615.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:"
  27616.         activate
  27617.     end tell
  27618. on error errMsg number errNum
  27619.     --enter statements to perform when no records are found such as...
  27620.     display dialog "Sorry, the item you selected could not be found."
  27621.     return
  27622. end try
  27623. e    No Changef+ClipRect
  27624. GetNextDevice
  27625. GetDeviceList
  27626. Carbono&http://developer.apple.com/samplecode/q
  27627. Dev.CD Nov 00 TC Disk 1
  27628. All Packages
  27629. MyHelpMenuI
  27630. Sample code to demonstrate how to append your own menu items to the help menu and how to add heirarchical sub-menus to menu items installed in the help menu.
  27631. JNMyHelpMenu READ ME
  27632. MyHelpMenu(PPC)
  27633. MyHelpMenu.c
  27634. MyHelpMenu.mcp
  27635. MyHelpMenu.rsrcK
  27636. Mar 98N#help, menu, hierarchical, sub-menusO<Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:MyHelpMenu:V
  27637. 72049X
  27638. 1e    No Change
  27639. 72473X
  27640. Nov 00^    TC Disk 1
  27641. --set theItem to choose file -- uncomment to test in an AS editor
  27642.     tell application "Finder"
  27643.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE Starter Samples:"
  27644.         activate
  27645.     end tell
  27646. on error errMsg number errNum
  27647.     --enter statements to perform when no records are found such as...
  27648.     display dialog "Sorry, the item you selected could not be found."
  27649.     return
  27650. end try
  27651. e    No Changef)RAVE
  27652. Gouraud
  27653. compsite
  27654. callback
  27655. texture
  27656. Dev.CD Nov 00 TC Disk 1
  27657. All Packages
  27658. RaveContextSampleI
  27659. This sample shows how to gain access to the Interactive Renderer's RAVE draw context from QD3D using the new QD3D 1.6 RAVE Draw Context API functions.J;Headers
  27660. RAVEContextTest
  27661. RaveContextTest.mcp
  27662. Rez.rsrc
  27663. SourceOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveContextSample:PJDev.CD Nov 00 TC Disk 1
  27664.  - Sample Code
  27665.  - Graphics 3D
  27666.  - RaveContextSampleV
  27667. 72474X
  27668. Nov 00^    TC Disk 1
  27669. e    No Change
  27670. QuickTime, Java, MRJ
  27671. --set theItem to choose file -- uncomment to test in an AS editor
  27672.     tell application "Finder"
  27673.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  4:"
  27674.         activate
  27675.     end tell
  27676. on error errMsg number errNum
  27677.     --enter statements to perform when no records are found such as...
  27678.     display dialog "Sorry, the item you selected could not be found."
  27679.     return
  27680. end try
  27681. Deletedq
  27682. Dev.CD Sept 96 RL
  27683. D(All Packages
  27684. Reference Library Edition
  27685. develop Issue  5
  27686. - Common
  27687.     - Sun Compliant Java Runtime Environment 1.1
  27688.     - QuickTime 3 
  27689.     - QTJava.zip
  27690.     - QTJava media samples
  27691. - Mac OS:
  27692.     - System 8 or later
  27693.     - Macintosh Runtime for Java (MRJ) 2.1
  27694. - Windows 95, 98, or NT::
  27695.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27696. QuickTime, Java, MRJ, including a complete example of a device driver in C++.
  27697. Polymorphic Code Resources in C++  by Patrick C. Beard.   A method of
  27698.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  27699. y a window definition function that uses polymorphism.
  27700. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  27701. The Perils of PostScript
  27702. The Sequel  by Scott 
  27703.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  27704. Driving to Print:  An Apple IIGS Printer Drive
  27705. OLDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MusicMixer:PWDev.CD Nov 00 TC Disk 2
  27706.  - Sample Code
  27707.  - QuickTime
  27708.  - QuickTime for Java
  27709.  - MusicMixerV
  27710. 72046X
  27711. Nov 00^    TC Disk 2
  27712. --set theItem to choose file -- uncomment to test in an AS editor
  27713.     tell application "Finder"
  27714.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MusicMixer:"
  27715.         activate
  27716.     end tell
  27717. on error errMsg number errNum
  27718.     --enter statements to perform when no records are found such as...
  27719.     display dialog "Sorry, the item you selected could not be found."
  27720.     return
  27721. end try
  27722. e    No Changef
  27723. QuickTime
  27724. Dev.CD Nov 00 TC Disk 2
  27725. All Packages
  27726. MyComponentI;A simple example of a component with a custom entry point.
  27727. JyMyComponent(PPC)
  27728. MyComponent.c
  27729. MyComponent.h
  27730. MyComponent.mcp
  27731. MyComponent.rsrc
  27732. MyComponentRoutines.c
  27733. MyComponentRoutines.hM6Component Manager (System 7.1 or higher, or QuickTime)N
  27734. Component Manager
  27735. % Sync, text, mismatch, match, matching, File Manager, HFS, HFS+, HFS Plus, file, Unicode, named fork, fork, filename, file system, ATSUI, Apple Type Services for Unicode Imaging, Apple Advanced Typography, typography, type, fonts, Unicode, rendering, text, Carbon, CarbonLib, porting, Mac OS 9
  27736. developingW
  27737. developmentw
  27738. developments{
  27739. devfeedback
  27740. devicel
  27741. deviceloop
  27742. devicesW
  27743. devon
  27744. devsupport
  27745. egetinfo
  27746. egret
  27747. egret-based
  27748. egrets
  27749. egretwakeup
  27750. ehancements
  27751. eight
  27752. either
  27753. eject
  27754. ejected
  27755. elaborates
  27756. elapsed
  27757. electric
  27758. electronic
  27759. electronics
  27760. elegant
  27761. elegantly
  27762. element
  27763. elements
  27764. elicit
  27765. eliminate
  27766. eliminates
  27767. eliminating
  27768. elizabeth
  27769. email
  27770. embed
  27771. bal's
  27772. balance
  27773. balloon
  27774. PMDev.CD Oct 00 SDK1
  27775.  - Development Kits
  27776.  - Mac OS
  27777.  - Multiprocessing 2.1v2 SDKn an AS editor
  27778.     tell application "Finder"
  27779.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:"
  27780.         activate
  27781.     end tell
  27782. on error errMsg number errNum
  27783.     --enter statements to perform when no records are found such as...
  27784.     display dialog "Sorry, the item you selected could not be found."
  27785.     return
  27786. end try
  27787. Deletedq
  27788. Dev.CD Sept 96 RL
  27789. D(All Packages
  27790. Reference Library Edition
  27791. develop Issue  6
  27792. OGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:PRDev.CD Nov 00 TC Disk 2
  27793.  - Sample Code
  27794.  - QuickTime
  27795.  - QuickTime for Java
  27796.  - MusicV
  27797. 72045X
  27798. Nov 00^    TC Disk 2
  27799. --set theItem to choose file -- uncomment to test in an AS editor
  27800.     tell application "Finder"
  27801.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:"
  27802.         activate
  27803.     end tell
  27804. on error errMsg number errNum
  27805.     --enter statements to perform when no records are found such as...
  27806.     display dialog "Sorry, the item you selected could not be found."
  27807.     return
  27808. end try
  27809. e    No Changef
  27810. QuickTime
  27811. Dev.CD Nov 00 TC Disk 2
  27812. All Packages
  27813. MusicMixerI
  27814. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J/mm.bat
  27815. MusicMixer
  27816. MusicMixer.zip
  27817. readme.txt
  27818. Feb 00
  27819. 2046X
  27820. 1e    No Change
  27821. features and strengths.
  27822. Vol IIIL
  27823. Jun 95
  27824. multiprocessing
  27825. multitasking
  27826. multiprocessor
  27827. carbon
  27828. multiprocessor
  27829. multisync
  27830. multitasking
  27831. multitasking
  27832. multiprocessing
  27833. multithreaded
  27834. music
  27835. mutable
  27836. named
  27837. nameid
  27838. namingtablelookup
  27839. namingtablelookup
  27840. encodingid
  27841. languageid
  27842. nameid
  27843. platformid
  27844. native
  27845. navigable
  27846. navigable
  27847. movies
  27848. pan/tilt
  27849. movies
  27850. virtual
  27851. navigation
  27852. navigate
  27853. navigation
  27854. nbplookup
  27855. needs
  27856. neighborhood
  27857. netsprocket
  27858. netsprocket
  27859. networking
  27860. multi-player
  27861. internet
  27862. appleta
  27863. netstat
  27864. netware
  27865. networkR
  27866. network
  27867. setup
  27868. configuration
  27869. appletalk
  27870. tcp/ip
  27871. 72999X
  27872. Nov 00^    TC Disk 1
  27873. --set theItem to choose file -- uncomment to test in an AS editor
  27874.     tell application "Finder"
  27875.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TubeTest:"
  27876.         activate
  27877.     end tell
  27878. on error errMsg number errNum
  27879.     --enter statements to perform when no records are found such as...
  27880.     display dialog "Sorry, the item you selected could not be found."
  27881.     return
  27882. end try
  27883. e    No ChangefAPalette
  27884. AnimatePalette
  27885. Palette2CTab
  27886. GetPalette
  27887. PmForeColor
  27888. Carbono&http://developer.apple.com/samplecode/q
  27889. Dev.CD Nov 00 TC Disk 1
  27890. All Packages
  27891. TV-Man
  27892. /Summary: An application which provides various test video and audio patterns. This includes color bars, gray scale and concentric ring patterns.
  27893. Features: All adjustable parameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  27894. Hardware tools.imgK
  27895. Vol XIV
  27896. 73000X
  27897. 1e    No Change
  27898. e    No Changef
  27899. grab icon desktopq
  27900. Dev.CD Nov 00 TC Disk 1
  27901. D!All Packages
  27902. Tool Chest Edition
  27903.  is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  27904. Features: 
  27905. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  27906. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  27907. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  27908. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  27909. Files can be saved to hold the user-defined critieria and actions that users create.
  27910. The Snarfer can run on Internet Routers and handle multiple ports.
  27911. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  27912.  riority patent.
  27913. Dev.CD Jul 96 SSV
  27914. 73064X
  27915. Jul 96
  27916. f--set theItem to choose file -- uncomment to test in an AS editor
  27917.     tell application "Finder"
  27918.         open item "Dev.CD Jul 96 SSW"
  27919.         activate
  27920.     end tell
  27921. on error errMsg number errNum
  27922.     --enter statements to perform when no records are found such as...
  27923.     display dialog "Sorry, the item you selected could not be found."
  27924.     return
  27925. end try
  27926. All Packages
  27927. WorldScript UpdaterO
  27928. Dev.CD Jul 96 SSWP
  27929. Dev.CD Jul 96 SSV
  27930. 73065X
  27931. Jul 96
  27932. f--set theItem to choose file -- uncomment to test in an AS editor
  27933.     tell application "Finder"
  27934.         open item "Dev.CD Jul 96 SSW"
  27935.         activate
  27936.     end tell
  27937. on error errMsg number errNum
  27938.     --enter statements to perform when no records are found such as...
  27939.     display dialog "Sorry, the item you selected could not be found."
  27940.     return
  27941. end try
  27942. All Packages
  27943. WorldScript UpdaterO
  27944. Dev.CD Jul 96 SSWP
  27945. Dev.CD Jul 96 SSV
  27946. 73066X
  27947. Jul 96
  27948. J0MultiPlay(PPC)
  27949. MultiPlay.mcp
  27950. Sounds.rsrc
  27951. Synth.cM
  27952. Sound Manager 3.0 or laterN
  27953. sound, multiple, MultiPlayO4Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MultiPlay:P<Dev.CD Nov 00 TC Disk 2
  27954.  - Sample Code
  27955.  - Sound
  27956.  - MultiPlayV
  27957. 72043X
  27958. Nov 00^    TC Disk 2
  27959. --set theItem to choose file -- uncomment to test in an AS editor
  27960.     tell application "Finder"
  27961.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MultiPlay:"
  27962.         activate
  27963.     end tell
  27964. on error errMsg number errNum
  27965.     --enter statements to perform when no records are found such as...
  27966.     display dialog "Sorry, the item you selected could not be found."
  27967.     return
  27968. end try
  27969. e    No Changef
  27970. sound
  27971. multiple
  27972. MultiPlayq
  27973. Dev.CD Nov 00 TC Disk 2
  27974. D!All Packages
  27975. Mac OS SDK Edition
  27976. Multiprocessing 2.1 SDK
  27977. This development kit has the information you will need to begin taking advantage of the multiprocessing API. The original MP API was introduced by DayStar Digital, Inc. in 1994 and shipped as a library separate from the operating system. Apple incorporated MP into the operating system starting with Mac OS 8.6 (MP version 2.0). The current version (2.1) ships in Mac OS 9.0.
  27978. This SDK includes documentation, interfaces, libraries and sample code for working with MP 2.1. New sample code (withB
  27979.  source) is included to showcase the new features introduced in MP 2.1, namely support for synchronous I/O from an MP task and access to extended MP task info.
  27980. JNDemo apps
  27981. Documentation
  27982. Guide To SDK Contents
  27983. Interfaces&Libraries
  27984. Sample CodeK
  27985. Feb 97L
  27986. Jul 00M%Multiprocessor hardware NOT required!N7multiprocessing,  multitasking,  multiprocessor, CarbonOEDev.CD Oct 00 SDK1:Development Kits:Mac OS:Multiprocessing 2.1v2 SDK:te 
  27987.  Alexander.   A potential color printing problem, and s
  27988. 72044X
  27989. Oct 00^
  27990. --set theItem to choose file -- uncomment to test in an AS editor
  27991.     tell application "Finder"
  27992.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Multiprocessing 2.1v2 SDK:"
  27993.         activate
  27994.     end tell
  27995. on error errMsg number errNum
  27996.     --enter statements to perform when no records are found such as...
  27997.     display dialog "Sorry, the item you selected could not be found."
  27998.     return
  27999. end try
  28000. e    No Changef4multiprocessing
  28001.  multitasking
  28002.  multiprocessor
  28003. Carbono
  28004. http://developer.apple.com/sdk/q
  28005. Dev.CD Oct 00 SDK1
  28006. All Packages
  28007. MusicIGThis demo program shows a simple usage of QuickTime's music components.J-Music
  28008. NotesToneTest.zip
  28009. ns.bat
  28010. README.txt
  28011. - Common
  28012.     - Sun Compliant Java Runtime Environment 1.1
  28013.     - QuickTime 3 
  28014.     - QTJava.zip
  28015.     - QTJava media samples
  28016. - Mac OS:
  28017.     - System 8 or later
  28018.     - Macintosh Runtime for Java (MRJ) 2.1
  28019. - Windows 95, 98, or NT::
  28020.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28021. pN;Telephone Manager, Telephony, ISDN, Analog, PBX, Phone, IVRcoolrequest
  28022. cooperates
  28023. cooperation
  28024. cooperative
  28025. coordinates
  28026. copacetically
  28027. copied
  28028. copies
  28029. copland{
  28030. copland-savvy
  28031. coprocessorR
  28032. copy{
  28033. foundation
  28034. documentation
  28035. corefoundation
  28036. coresample
  28037. corporate
  28038. corporation
  28039. correct
  28040. corrected
  28041. correctly
  28042. corrects
  28043. correlate
  28044. correspondence
  28045. corresponding
  28046. corruption
  28047. cosmetic[
  28048. costs{
  28049. could]
  28050. couldn't
  28051. counter
  28052. counterpart
  28053. counterparts
  28054. countersA
  28055. counting
  28056. country
  28057. couple
  28058. courseS
  28059. coursesS
  28060. Jd1006 - Intro to MLTE.pdf
  28061. MLTE_Hands-on
  28062. MLTESampleCarbon
  28063. MultiLingualTextEditor1.1.pdf
  28064. TEtoMLTESampleL
  28065. Jul 00N
  28066. Multilingual, MLTE, Text EditorO4Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MLTE SDK:P<Dev.CD Oct 00 SDK1
  28067.  - Development Kits
  28068.  - Mac OS
  28069.  - MLTE SDKV
  28070. 72041X
  28071. Oct 00^
  28072. --set theItem to choose file -- uncomment to test in an AS editor
  28073.     tell application "Finder"
  28074.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MLTE SDK:"
  28075.         activate
  28076.     end tell
  28077. on error errMsg number errNum
  28078.     --enter statements to perform when no records are found such as...
  28079.     display dialog "Sorry, the item you selected could not be found."
  28080.     return
  28081. end try
  28082. e    No Changef
  28083. Multilingual
  28084. Text Editorq
  28085. Dev.CD Oct 00 SDK1
  28086. All Packages
  28087. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.K
  28088. Mar 92V
  28089. 72042X
  28090. 1e    No Change
  28091. EIA Mini-Conference Report
  28092. How to Obtain a Standards
  28093. MM Standards Rep-ISO HyTime
  28094. MM Standards Rep-ISO/CCITT
  28095. MM Standards Rep-MM Objects
  28096. SGML Products
  28097. The SGML SIGHYPER (HYTIME)K
  28098. Mar 92M
  28099. Adobe Acrobat Reader.OUDev.CD Dec 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Dec 00 RL Disk 1
  28100.  - Technical Documentation
  28101.  - Misc. Standards
  28102.  - Multimedia StandardsV
  28103. 72042X
  28104. Dec 00^    RL Disk 1
  28105. --set theItem to choose file -- uncomment to test in an AS editor
  28106.     tell application "Finder"
  28107.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  28108.         activate
  28109.     end tell
  28110. on error errMsg number errNum
  28111.     --enter statements to perform when no records are found such as...
  28112.     display dialog "Sorry, the item you selected could not be found."
  28113.     return
  28114. end try
  28115. e    No Changeq
  28116. Dev.CD Dec 00 RL Disk 1
  28117. All Packages
  28118. F    MultiPlayI)Shows how to play a sound multiple times.V
  28119. 72043X
  28120. 1e    No Change
  28121. hands-on
  28122. mltesamplecarbon
  28123. standards
  28124. rep-iso
  28125. hytime
  28126. standards
  28127. rep-iso/ccitt
  28128. standards
  28129. rep-mm
  28130. objects
  28131. mmodal
  28132. mmodal
  28133. mmodal
  28134. mmodal
  28135. mmouseinfo
  28136. mmouseinfo
  28137. modal
  28138. modal
  28139. textedit
  28140. modal
  28141. textedit
  28142. modaltextedit
  28143. modaltextedit
  28144. modeless
  28145. modeless
  28146. dialog
  28147. sample
  28148. modelessdialogsample
  28149. modelessdialogsample
  28150. modelessdialogsample
  28151. modified
  28152. modifymouseaccl
  28153. sound
  28154. premixer
  28155. effect
  28156. soundapp
  28157. soundconvert
  28158. soundconverter
  28159. soundsprocket
  28160. source
  28161. space
  28162. spbrecord
  28163. speach
  28164. specification
  28165. speech
  28166. speech
  28167. recognition
  28168. spell
  28169. spellswell
  28170. spinning
  28171. spinning
  28172. cursors
  28173. splice
  28174. spooler
  28175. sprite
  28176. sprite
  28177. toolbox
  28178. sprites
  28179. spriteworld
  28180. sprocket
  28181. sprockets
  28182. srccopy
  28183. srcxor
  28184. stack
  28185. stacks
  28186. standard
  28187. standard
  28188. standard
  28189. standardfile
  28190. choose
  28191. folder
  28192. standardfile
  28193. standards
  28194. standards
  28195. based
  28196. starmax
  28197. state
  28198. statements
  28199. status
  28200. Deletedq
  28201. Dev.CD Nov 99 TC
  28202. D!All Packages
  28203. Tool Chest Edition
  28204. System 7 SamplesIPSummary: This folder contains several examples of System 7-specific sample code.
  28205. Communications Toolbox
  28206. Contributed
  28207. Devices and Hardware
  28208. Files
  28209. Games
  28210. Graphics 2D
  28211. Graphics 3D
  28212. Help Systems
  28213. Human Interface Toolbox
  28214. Interapplication Comm
  28215. Memory
  28216. Networking
  28217. OS Utilities
  28218. Overview
  28219. Platforms and Tools
  28220. Printing
  28221. Processes
  28222. QuickTime
  28223. Runtime Architecture
  28224. Sound
  28225. Vol. IVL
  28226. Feb 95M
  28227. MPW, THINK C, or A/UXO
  28228. Dev.CD May 97 TC:Sample Code:P
  28229. Dev.CD May 97 TC
  28230.  - Sample CodeV
  28231. 72635X
  28232. May 97^
  28233. r--set theItem to choose file -- uncomment to test in an AS editor
  28234.     tell application "Finder"
  28235.         open item "Dev.CD May 97 TC:Sample Code:"
  28236.         activate
  28237.     end tell
  28238. on error errMsg number errNum
  28239.     --enter statements to perform when no records are found such as...
  28240.     display dialog "Sorry, the item you selected could not be found."
  28241.     return
  28242. end try
  28243. Deletedq
  28244. Dev.CD May 97 TC
  28245. simple
  28246. application
  28247. which
  28248. demonstrates
  28249. simple
  28250. subclass
  28251. tview
  28252. stays
  28253. centered
  28254. small
  28255. snippet
  28256. detec
  28257. basic
  28258. snippet
  28259. illustrate
  28260. implement
  28261. boring
  28262. which
  28263. forces
  28264. quickdraw
  28265. simple
  28266. sample
  28267. program
  28268. demonstrates
  28269. application
  28270. measure
  28271. intertask
  28272. signaling
  28273. application
  28274. test/demo
  28275. mt/mp
  28276. mpdelayuntil
  28277. these
  28278. applications
  28279. demonstrate
  28280. write
  28281. background
  28282. theta
  28283. they're{
  28284. thing{
  28285. things
  28286. think
  28287. third
  28288. third-party
  28289. This sample demonstrates how to use OTTransferProviderOwnership to transfer the ownership of an Open Transport provider (eg an endpoint) between Open Transport clients.  In this example, an endpoint is transferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  28290. Inside Macintosh: Open Transport
  28291. ProviderFactory(PPC)
  28292. ProviderFactory.c
  28293. ProviderFactory.h
  28294. ProviderFactory.mcp
  28295. Read Me About TransferProvider
  28296. TransferProvider(PPC)
  28297. TransferProvider.c
  28298. TransferProvider.mcpK
  28299. Nov 97M
  28300. Open Transport 1.1.1 or laterN?OTTransferProviderOwnership client library OT, TransferProviderO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:TransferProvider:PHDev.CD Nov 00 TC Disk 1
  28301.  - Sample Code
  28302.  - Networking
  28303.  - TransferProvider
  28304. mrjtalktest
  28305. mrjtalktest
  28306. msdos
  28307. mssccprj
  28308. mssccprj
  28309. mtesample
  28310. mtesample
  28311. multihider
  28312. multihider
  28313. multilingualtextedit
  28314. multilingualtextedit
  28315. multimedia
  28316. multimedia
  28317. standards
  28318. multimediagraphics
  28319. multipage
  28320. multiplay
  28321. multiplay
  28322. multiplay
  28323. multiple
  28324. multiprocessing
  28325. multiprocessing
  28326. library
  28327. mungedeamon
  28328. mungedeamon
  28329. mungedeamon
  28330. mungedeamon
  28331. mungedeamon
  28332. mungedeamonaevents
  28333. mungedeamonaevents
  28334. mungedeamonmain
  28335. mungedeamonmain
  28336. browsermaker
  28337. helper
  28338. moviebrowser
  28339. mw68k
  28340. mw68k
  28341. browsermaker
  28342. mw68k
  28343. moviebrowser
  28344. mwprefix68k
  28345. mwprefix68k
  28346. mwprefixrez68k
  28347. mwprefixrez68k
  28348. mwprefixrezppc
  28349. Dev.CD July 92
  28350. Dev.CD June 92
  28351. Dev.CD May 92
  28352. Dev.CD Apr 92
  28353. Dev.CD Mar 92
  28354. Dev.CD Feb 92
  28355. Dev.CD Jan 92
  28356. Dev.CD Vol. XI
  28357. Dev.CD Vol. X
  28358. Dev.CD Vol. IX
  28359. Dev.CD Vol. VII
  28360. Dev CD Vol. VI
  28361. Dev CD Vol. V
  28362. Dev CD Vol. IV
  28363. 72040X
  28364. July 9
  28365. --set theItem to choose file -- uncomment to test in an AS editor
  28366.     tell application "Finder"
  28367.         open item "Dev.CD July 92
  28368. Dev.CD June 92
  28369. Dev.CD May 92
  28370. Dev.CD Apr 92
  28371. Dev.CD Mar 92
  28372. Dev.CD Feb 92
  28373. Dev.CD Jan 92
  28374. Dev.CD Vol. XI
  28375. Dev.CD Vol. X
  28376. Dev.CD Vol. IX
  28377. Dev.CD Vol. VII
  28378. Dev CD Vol. VI
  28379. Dev CD Vol. V
  28380. Dev CD Vol. IV"
  28381.         activate
  28382.     end tell
  28383. on error errMsg number errNum
  28384.     --enter statements to perform when no records are found such as...
  28385.     display dialog "Sorry, the item yoB2u selected could not be found."
  28386.     return
  28387. end try
  28388. D!All Packages
  28389. Mac OS SDK Edition
  28390. F#Multilingual Text Editor (MLTE) SDKI{This package contains documentation and sample code to help you start
  28391. working with the Multilingual Text Editor (MLTE) API.e    No Change
  28392. PEDev.CD Nov 00 TC Disk 1
  28393.  - Tool Chest
  28394.  - Development Kits
  28395.  - MPW etc.V
  28396. 72039X
  28397. Nov 00^    TC Disk 1
  28398. --set theItem to choose file -- uncomment to test in an AS editor
  28399.     tell application "Finder"
  28400.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  28401.         activate
  28402.     end tell
  28403. on error errMsg number errNum
  28404.     --enter statements to perform when no records are found such as...
  28405.     display dialog "Sorry, the item you selected could not be found."
  28406.     return
  28407. end try
  28408. e    No Changef
  28409. performance analysisq
  28410. Dev.CD Nov 00 TC Disk 1
  28411. All Packages
  28412. MultiFinder 6.1b9O
  28413. Dev.CD July 92
  28414. Dev.CD June 92
  28415. Dev.CD May 92
  28416. Dev.CD Apr 92
  28417. Dev.CD Mar 92
  28418. Dev.CD Feb 92
  28419. Dev.CD Jan 92
  28420. Dev.CD Vol. XI
  28421. Dev.CD Vol. X
  28422. Dev.CD Vol. IX
  28423. Dev.CD Vol. VII
  28424. Dev CD Vol. VI
  28425. Dev CD Vol. V
  28426. Dev CD Vol. IVV
  28427. 72040X
  28428. O3Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Un/mount:P;Dev.CD Nov 00 TC Disk 1
  28429.  - Sample Code
  28430.  - Files
  28431.  - Un/mountV
  28432. 73008X
  28433. Nov 00^    TC Disk 1
  28434. --set theItem to choose file -- uncomment to test in an AS editor
  28435.     tell application "Finder"
  28436.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Un/mount:"
  28437.         activate
  28438.     end tell
  28439. on error errMsg number errNum
  28440.     --enter statements to perform when no records are found such as...
  28441.     display dialog "Sorry, the item you selected could not be found."
  28442.     return
  28443. end try
  28444. e    No Changef.modal dialog
  28445. disk inserted events
  28446. ModalDialog
  28447. Dev.CD Nov 00 TC Disk 1
  28448. D!All Packages
  28449. Mac OS SDK Edition
  28450. Universal Interfaces 3.3.2I\3.3.2 Universal Interfaces support CarbonLib 1.0.2, Mac OS 9, and QuickTime 4.1 development.J
  28451. UniversalInterfaces3.3.2.imgK
  28452. Feb 94L
  28453. Jul 00N$CarbonLib 1.0.2, Mac OS 9, QuickTimeOEDev.CD Oct 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:ngeo)http://developer.apple.com/sdk/index.html
  28454. All Packages
  28455. System Enabler 088 (AVs)O
  28456. Dev.CD Apr 94
  28457. Dev.CD Jan 94P
  28458. Dev.CD Apr 94
  28459. Dev.CD Jan 9V
  28460. 72819X
  28461. Apr 94
  28462. p--set theItem to choose file -- uncomment to test in an AS editor
  28463.     tell application "Finder"
  28464.         open item "Dev.CD Apr 94
  28465. Dev.CD Jan 94"
  28466.         activate
  28467.     end tell
  28468. on error errMsg number errNum
  28469.     --enter statements to perform when no records are found such as...
  28470.     display dialog "Sorry, the item you selected could not be found."
  28471.     return
  28472. end try
  28473. All Packages
  28474. System Enabler 088 (AVs)O
  28475. Dev.CD Apr 94
  28476. Dev.CD Jan 94P
  28477. Dev.CD Apr 94
  28478. Dev.CD Jan 9V
  28479. 72820X
  28480. Apr 94
  28481. p--set theItem to choose file -- uncomment to test in an AS editor
  28482.     tell application "Finder"
  28483.         open item "Dev.CD Apr 94
  28484. Dev.CD Jan 94"
  28485.         activate
  28486.     end tell
  28487. on error errMsg number errNum
  28488.     --enter statements to perform when no records are found such as...
  28489.     display dialog "Sorry, the item you selected could not be found."
  28490.     return
  28491. end try
  28492. b--set theItem to choose file -- uncomment to test in an AS editor
  28493.     tell application "Finder"
  28494.         open item "Dev.CD Jul 95"
  28495.         activate
  28496.     end tell
  28497. on error errMsg number errNum
  28498.     --enter statements to perform when no records are found such as...
  28499.     display dialog "Sorry, the item you selected could not be found."
  28500.     return
  28501. end try
  28502. macintosh
  28503. debugs
  28504. applications
  28505. runtimeu
  28506. russian
  28507. rvsetvideoasscreenpr
  28508. s-record
  28509. safely
  28510. safety
  28511. sakes{
  28512. sales
  28513. same[
  28514. O\Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:PjDev.CD Nov 00 TC Disk 1
  28515.  - What's New?
  28516.  - Development Kits
  28517.  - Mac OS
  28518.  - MRJ
  28519.  - MRJ2.2.3 Redistribution SDKlop Issue  9:"
  28520.         activate
  28521.     end tell
  28522. on error errMsg number errNum
  28523.     --enter statements to perform when no records are found such as...
  28524.     display dialog "Sorry, the item you selected could not be found."
  28525.     return
  28526. end try
  28527. Deletedq
  28528. Dev.CD Sept 96 RL
  28529. D!All Packages
  28530. Mac OS SDK Edition
  28531. Developer Documentation
  28532. smith
  28533. smooth
  28534. snapshot
  28535. snapshot
  28536. sample
  28537. application
  28538. shows
  28539. snapshots
  28540. snarfer
  28541. snarfing
  28542. sneak3view
  28543. sneak3view
  28544. debugging
  28545. testing
  28546. drawing
  28547. snippet
  28548. snippet
  28549. demonstrate
  28550. system
  28551. utilitie
  28552. snippet
  28553. demonstrate
  28554. system
  28555. popup
  28556. control
  28557. snippets
  28558. snively
  28559. online Apple developer documentation at http://developer.apple.com/techpubs/.
  28560. The following development tools are needed by various parts of the MRJ Redistribution SDK:
  28561.  CodeWarrior Pro 4.1 is required for building the sample code provided in this SDK.
  28562.  Apple Installer SDK 1.2.3 is required for building the MRJ Apple Example Installer.
  28563.  InstallerMaker
  28564.  6.5 is required for building the MRJ Stuffit Example Installer.
  28565.  Installer VISE 6.5 is required for building the MRJ Vice Example InstC
  28566. aller.
  28567.  Installer proprietary headers from one or more of the following installer vendors are required for building the sample code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  28568. N+MRJ, Java, MRJ SDK, SDK, MRJ Redistribution
  28569. ~--set theItem to choose file -- uncomment to test in an AS editor
  28570.     tell application "Finder"
  28571.         open item "Dev.CD Apr 94
  28572. Dev.CD Jan 94
  28573. Dev.CD Oct 93"
  28574.         activate
  28575.     end tell
  28576. on error errMsg number errNum
  28577.     --enter statements to perform when no records are found such as...
  28578.     display dialog "Sorry, the item you selected could not be found."
  28579.     return
  28580. end try
  28581. mounted
  28582. mounted/re-mounted
  28583. mounting
  28584. mountprojector
  28585. mounts
  28586. mountserver
  28587. mouse
  28588. mousedrag
  28589. mouseinfo
  28590. mouseresponders
  28591. movable
  28592. movablemodal
  28593. movie's
  28594. moviebrowser
  28595. moviecontroller
  28596. All Packages
  28597. System 7 Tune-UpO)Dev.CD Apr 92
  28598. Dev.CD Mar 92
  28599. Dev.CD Feb 92P(Dev.CD Apr 92
  28600. Dev.CD Mar 92
  28601. Dev.CD Feb 9V
  28602. 72648X
  28603. Apr 92
  28604. ~--set theItem to choose file -- uncomment to test in an AS editor
  28605.     tell application "Finder"
  28606.         open item "Dev.CD Apr 92
  28607. Dev.CD Mar 92
  28608. Dev.CD Feb 92"
  28609.         activate
  28610.     end tell
  28611. on error errMsg number errNum
  28612.     --enter statements to perform when no records are found such as...
  28613.     display dialog "Sorry, the item you selected could not be found."
  28614.     return
  28615. end try
  28616. All Packages
  28617. System 7 Tune-UpO
  28618. Dev.CD Apr 92
  28619. Dev.CD Mar 92P
  28620. Dev.CD Apr 92
  28621. Dev.CD Mar 9V
  28622. 72649X
  28623. Apr 92
  28624. soleu
  28625. solid
  28626. solution
  28627. solutions
  28628. solve
  28629. solved
  28630. installer
  28631. installer
  28632. chinese
  28633. language
  28634. installermaker
  28635. installers
  28636. installingV
  28637. installment
  28638. installsf
  28639. instance
  28640. instances
  28641. instantiated
  28642. instantly
  28643. instead
  28644. instruction
  28645. instructional
  28646. instructions_
  28647. instrumentation
  28648. instrumented
  28649. instruments
  28650. instuctions
  28651. insulate
  28652. insure
  28653. int'l
  28654. intact
  28655. integer
  28656. integers
  28657. integral
  28658. integrate
  28659. integrated
  28660. integrator
  28661.     EIple code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  28662. MRJ2.2.3 Redistribution SDK.smiK
  28663. Dec 99L
  28664. Nov 00
  28665. Minimum requirements
  28666. The MRJ Redistribution SDK includes the file 
  28667. MRJ Redistribution.smi
  28668.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  28669. About MRJ 2.2.3
  28670.  for MRJ
  28671. s system requirements.
  28672. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the 
  28673. O\Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:   - some compatibility issues
  28674.    - the internal logic and custom ICs
  28675.    - the I/O ports and built-in I/O devices
  28676.    - the expansion features
  28677.    - the system software
  28678. --------------------------------
  28679. iBook Developer Note 
  28680. This developer note has been updated to inclu
  28681. wn product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  28682. About MRJ 2.2.3
  28683.  for MRJ
  28684. s system requirements.
  28685. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.apple.com/techpubs/.
  28686. The following development tools are needed by
  28687.  various parts of the MRJ Redistribution SDK:
  28688.  CodeWarrior Pro 4.1 is required for building the sample code provided in this SDK.
  28689.  Apple Installer SDK 1.2.3 is required for building the MRJ Apple Example Installer.
  28690.  InstallerMaker
  28691.  6.5 is required for building the MRJ Stuffit Example Installer.
  28692.  Installer VISE 6.5 is required for building the MRJ Vice Example Installer.
  28693.  Installer proprietary headers from one or more of the following installer vendors are required for building the sam
  28694. About the MRJ 2.2.3 Redistribution SDK
  28695. The MRJ 2.2.3 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.2.3 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  28696. Apple f
  28697. requently updates MRJ and the MRJ SDK, with final release versions for use by the general public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2.3 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  28698. s Java Developer web site at http://developer.apple.com/java/.
  28699. Minimum requirements
  28700. The MRJ Redistribution SDK includes the file 
  28701. MRJ Redistribution.smi
  28702.  that you will bundle with your o
  28703. 72038X
  28704. Nov 00^    TC Disk 1
  28705. --set theItem to choose file -- uncomment to test in an AS editor
  28706.     tell application "Finder"
  28707.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:"
  28708.         activate
  28709.     end tell
  28710. on error errMsg number errNum
  28711.     --enter statements to perform when no records are found such as...
  28712.     display dialog "Sorry, the item you selected could not be found."
  28713.     return
  28714. end try
  28715. e    No Changef'MRJ
  28716. MRJ SDK
  28717. MRJ Redistributiono
  28718. http://developer.apple.com/sdkq
  28719. Dev.CD Nov 00 TC Disk 1
  28720. All Packages
  28721. MrPlus 1.0I
  28722. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  28723. MPW etc.img.binK
  28724. Nov 97M
  28725. Power Macintosh systemN
  28726. performance analysisO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:V
  28727. 72039X
  28728. 1e    No Change
  28729. exceptional
  28730. exceptions
  28731. exchange
  28732. exchanging
  28733. excitingw
  28734. exclude
  28735. executable
  28736. execute
  28737. executed
  28738. executes
  28739. executingB
  28740. executiony
  28741. executive
  28742. executives
  28743. exercise
  28744. exhibited
  28745. exist
  28746. existed
  28747. existence
  28748. existingY
  28749. --set theItem to choose file -- uncomment to test in an AS editor
  28750.     tell application "Finder"
  28751.         open item "Dev.CD Apr 94
  28752. Dev.CD Jan 94
  28753. Dev.CD Oct 93
  28754. Dev.CD Jul 93"
  28755.         activate
  28756.     end tell
  28757. on error errMsg number errNum
  28758.     --enter statements to perform when no records are found such as...
  28759.     display dialog "Sorry, the item you selected could not be found."
  28760.     return
  28761. end try
  28762. This package contains a number of routines that are helpful in installing traditional Mac OS device drivers (of type 'DRVR').  TradDriverLoaderLib mimics the API (application programming interface) of the PCI DriverLoaderLib library as much as possible, which makes TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (of type 'ndrv') and traditional Mac OS drivers.
  28763. MissingLibraryRoutines.c
  28764. Read Me 
  28765.  TradDriverLoaderLib
  28766. TestTradDriverLoader(PPC)
  28767. TestTradDriverLoader.p
  28768. TradDriverLoaderLib.c
  28769. TradDriverLoaderLib.h
  28770. TradDriverLoaderLib.mcp
  28771. TradDriverLoaderLib.pK
  28772. Sep 97M(Macintosh or PowerPC PCI based MacintoshN>PCI ndrv driver loader, driver, device driver, Load PCI DriverOUDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:TradDriverLoaderLib:P`Dev.CD Nov 00 TC Disk 1
  28773.  - Sample Code
  28774.  - Devices and Hardware
  28775.  - Drivers
  28776.  - TradDriverLoaderLibbodyz
  28777. bones
  28778. book`
  28779. books`
  28780. boost
  28781. booting
  28782. ec JITC
  28783.  from the 
  28784. MRJ Libraries
  28785.  folder into the folder 
  28786. MRJ 2.2.3 Disabled Pieces
  28787. 6. Drag the file 
  28788. MRJLib
  28789.  and the folder 
  28790. MRJClasses
  28791.  from this debug package into the 
  28792. MRJ Libraries
  28793.  folder.
  28794. MRJ 2.2.3 Debug.smiK
  28795. Aug 97L
  28796. Nov 00N*MRJ, MRJ Debug, Debug, Java, SDK, Java SDKOPDev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.3 Debug:P^Dev.CD Nov 00 TC Disk 1
  28797.  - What's New?
  28798.  - Development Kits
  28799.  - Mac OS
  28800.  - MRJ
  28801.  - MRJ 2.2.3 Debugrn
  28802. end try
  28803. e    No ChangefNprinting
  28804. Carbon
  28805. Carbon printing
  28806. Carbon Printing Manager
  28807. print
  28808. imaging
  28809. graphicso.http://developer.apple.com/techpubs/index.htmlq
  28810. Dev.CD Jan 00 SDK1
  28811. D!All Packages
  28812. Mac OS SDK Edition
  28813. F'Developer Documentation: Corefoundation
  28814. difficult
  28815. application
  28816. support
  28817. features
  28818. based
  28819. provided
  28820. develop
  28821. article
  28822. pplications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  28823. CarbonPrintingMgrK
  28824. Jan 00NTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Jan 00 SDK1
  28825.  - What's New
  28826.  - Technical Documentation
  28827.  - Technical Publications
  28828.  - DeveloperDocumentation
  28829.  - carbon
  28830.  versions in this manner, make sure that there are no applications running that are currently using MRJ.  Quit all Java applications, browsers, etc.  If you do not do this, the old MRJ will remain instantiated, and will produce erratic behavior.  You can confirm that MRJ is not currently instantiated by entering MacsBug and typing 
  28831.  and hitting return.  If MRJ is not instantiated, you will get only a brief usage message for MRJ 2.0.  If MRJ is present, you will get a full list of MRJ d
  28832. cmd options.  
  28833. Installing MRJ 2.2.3 (Debug)
  28834. 1. Quit all Java applications.
  28835. 2. Create a folder on the root of your boot drive called 
  28836. MRJ 2.2.3 Disabled Pieces
  28837. 3. Open the 
  28838. MRJ Libraries
  28839.  folder in your 
  28840. Extensions
  28841.  folder on your boot drive.
  28842. 4. Drag the file 
  28843. MRJLib
  28844.  and the folder 
  28845. MRJClasses
  28846.  from the 
  28847. MRJ Libraries
  28848.  folder into the folder 
  28849. MRJ 2.2.3 Disabled Pieces
  28850. 5. (Optional) If you wish to disable the JITC to enable line numbers in Java stack traces, drag the file 
  28851. MRJ Symant
  28852.  when a crash or user break occurs.
  28853. This version of MRJLib has been compiled without optimizations; therefore, performance will be slower than in the official (optimized) version of MRJ 2.2.3.
  28854. To use the debug version of MRJ 2.2.3, you must have already installed the corresponding non-debug version of MRJ 2.2.3. The components in this debugging package will replace only a few of the components that are installed with MRJ 2.2.3. This package does not come with its own installer; therefore
  28855. , you will have to drag install the debug pieces into your 
  28856. MRJ Libraries
  28857.  folder. 
  28858. The critical thing to remember is that MRJLib and MRJ Symantec JITC are both Code Fragment Manager (CFM) import libraries, so they must be moved out of the CFM search path to be disabled. CFM import library search paths are detailed in Chapter 3 of Inside Macintosh: PowerPC System Software. This book is available at http://developer.apple.com/techpubs/mac/PPCSoftware/PPCSoftware-2.html
  28859. Before swapping MRJ
  28860. race dumped by an exception (or displayed by the MRJ MacsBug dcmd options 
  28861. mrj sc
  28862.  and 
  28863. mrj threads
  28864. ) will include valid source line numbers. This is of great help to us in debugging if you send us MacsBug logs or console output. NOTE: You must disable the JITC to reliably get line numbers. To do so, move the 
  28865. MRJ Symantec JITC
  28866.  library from the 
  28867. MRJ Libraries
  28868.  folder to somewhere outside the System Folder.
  28869. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it h
  28870. as entered an invalid state. These warnings will drop you into MacsBug; you can just continue execution by typing 
  28871.  in MacsBug followed by the return key. There is no need to kill the target application (
  28872. ) since user breaks are not crashes!  
  28873. MRJLib has been compiled with PowerPC 
  28874. traceback tables
  28875.  enabled. This results in much more accurate native stack crawls that correctly display the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs
  28876. 72037X
  28877. Nov 00^    TC Disk 1
  28878. --set theItem to choose file -- uncomment to test in an AS editor
  28879.     tell application "Finder"
  28880.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.3 Debug:"
  28881.         activate
  28882.     end tell
  28883. on error errMsg number errNum
  28884.     --enter statements to perform when no records are found such as...
  28885.     display dialog "Sorry, the item you selected could not be found."
  28886.     return
  28887. end try
  28888. e    No Changef%MRJ
  28889. MRJ Debug
  28890. Debug
  28891. Java SDKo
  28892. http://developer.apple.com/sdkq
  28893. Dev.CD Nov 00 TC Disk 1
  28894. All Packages
  28895. MRJ2.2.3 Redistribution SDK
  28896. 72038X
  28897. Mac OS Runtime for Java (MRJ) 2.2.3 (Debug) is the debugging version of MRJ 2.2.3. It is intended to be used by Java developers who run into problems using MRJ 2.2.3 and who wish to help us isolate those problems. This version may not be redistributed.
  28898. You should already be familiar with Technote 1154, 
  28899. Debugging Java Code With MacsBug
  28900.  which describes some extra debugging tools available only with the debug build. This Technote is available at http://developer.apple.com/technotes/tn/tn11
  28901. 54.html
  28902. WARNING: Do not use this package until you have installed MacsBug. MacsBug can be found at http://developer.apple.com/tools/
  28903. Bug reports should be logged at http://developer.apple.com/bugreporter/
  28904. Contents
  28905. This package contains debug versions of MRJLib, JDKClasses.zip and MRJClasses.zip. 
  28906. JDKClasses.zip and MRJClasses.zip will provide more useful information when MRJ throws an exception. The 
  28907. line number tables
  28908.  have not been stripped out of the compiled code, so the stack t
  28909. smallest
  28910. smart
  28911. shots
  28912. snazzy
  28913. sndplaydoublebuffer
  28914. sndplaydoublebufferc
  28915. snippet
  28916. snippet
  28917. demonstrate
  28918. system
  28919. utilitie
  28920. snippet
  28921. demonstrate
  28922. system
  28923. popup
  28924. control
  28925. snippets
  28926. snively
  28927. society
  28928. softwareP
  28929. classicu
  28930. classroomS
  28931. clause
  28932. clauses
  28933. clean
  28934. cleaned
  28935. cleaner
  28936. cleans
  28937. clear
  28938. CFOptionFlags
  28939. CFHashCode
  28940. CFHash
  28941. compare
  28942. CFComparatorFunction
  28943. CFComparisonResult
  28944. CFEqual
  28945. CFRange
  28946. Bundle Services
  28947. CFBundle.h
  28948. CFBundle
  28949. bundle
  28950. main bundle
  28951. resources
  28952. resource management
  28953. localization
  28954. internationalization
  28955. cross-platform
  28956. application package
  28957. Application
  28958. Framework
  28959. Loadable bundle
  28960. code loading
  28961. dynamic linking
  28962. lproj
  28963. localized strings
  28964. Info.plist
  28965. Collection Services
  28966. CFArray.h
  28967. CFDictionary.h
  28968. CFBag.h
  28969. CFSet.h
  28970. CFTree.h
  28971. CFData.h
  28972. CFBinaryHeap.h
  28973. CFBitVector.h
  28974. CFArray
  28975. CFDictionary
  28976. CFBag
  28977. CFSet
  28978. CFTree
  28979. CFData
  28980. CFBinaryHeap
  28981. CFBitVector
  28982. collection
  28983. container
  28984. ordered collection
  28985. vector
  28986. Property List Services
  28987. CFPropertyList.h
  28988. property list
  28989. information property list
  28990. info plist
  28991. Info.plist
  28992. CFArray
  28993. CFDictionary
  28994. CFDictionary
  28995. CFPropertyList
  28996. Core Foundation
  28997. String Se
  28998. they're{
  28999. thick
  29000. thing{
  29001. thingies
  29002. things
  29003. think
  29004. thinks
  29005. third
  29006. third-party
  29007. 72959X
  29008. Dec 00^    RL Disk 2b
  29009. Revised
  29010. --set theItem to choose file -- uncomment to test in an AS editor
  29011.     tell application "Finder"
  29012.         open item "Dev.CD Dec 00 RL Disk 2:TechnicalPublications:carbon:"
  29013.         activate
  29014.     end tell
  29015. on error errMsg number errNum
  29016.     --enter statements to perform when no records are found such as...
  29017.     display dialog "Sorry, the item you selected could not be found."
  29018.     return
  29019. end try
  29020. Updated
  29021. Carbon
  29022. Carbon Porting Guide
  29023. URL Services Preliminary Reference
  29024. Carbon Menu Manager Preliminary Reference
  29025. XML Services
  29026. Preferences Services
  29027. Multilingual Text Editor API
  29028. Adopting the Carbon Printing Manager
  29029. Transferring Data With the URL Access Manager
  29030. Implementing Security Features Using the Keychain Manager
  29031. ColorSync
  29032. Text Encoding Conversion Manager
  29033. Multiprocessing Services Reference
  29034. Scrap Manager
  29035. /A.http://developer.apple.com/techpubs/index.html
  29036. Dev.CD Dec 00 RL Disk 2
  29037. Animate, TickO<Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TickAnimate:PDDev.CD Nov 00 TC Disk 1
  29038.  - Sample Code
  29039.  - Graphics 2D
  29040.  - TickAnimateV
  29041. 72985X
  29042. Nov 00^    TC Disk 1
  29043. --set theItem to choose file -- uncomment to test in an AS editor
  29044.     tell application "Finder"
  29045.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TickAnimate:"
  29046.         activate
  29047.     end tell
  29048. on error errMsg number errNum
  29049.     --enter statements to perform when no records are found such as...
  29050.     display dialog "Sorry, the item you selected could not be found."
  29051.     return
  29052. end try
  29053. e    No Changef
  29054. Animate
  29055. Tickq
  29056. Dev.CD Nov 00 TC Disk 1
  29057. All Packages
  29058. Ticket  to Program 1.0
  29059. Summary: This program illustrates the the use of menus, windows, and alerts.  It shows how to create alerts, draw 5 different window types, hierarchical and PopUp menus, and how to add, toggle and set the style for menu items.
  29060. This package is System 7.0 compatible.
  29061. Vol IXV
  29062. 72986X
  29063. 1e    No Change
  29064. --set theItem to choose file -- uncomment to test in an AS editor
  29065.     tell application "Finder"
  29066.         open item "Dev.CD Apr 94
  29067. Dev.CD Jan 94
  29068. Dev.CD Oct 93
  29069. Dev.CD Jul 93
  29070. Dev.CD Apr 93"
  29071.         activate
  29072.     end tell
  29073. on error errMsg number errNum
  29074.     --enter statements to perform when no records are found such as...
  29075.     display dialog "Sorry, the item you selected could not be found."
  29076.     return
  29077. end try
  29078. packetsU
  29079. packman
  29080. packman
  29081. snippet
  29082. showing
  29083. implement
  29084. simple
  29085. choos
  29086. pagez
  29087. pages
  29088. paige
  29089. painless
  29090. --set theItem to choose file -- uncomment to test in an AS editor
  29091.     tell application "Finder"
  29092.         open item "Dev.CD Apr 94
  29093. Dev.CD Jan 94
  29094. Dev.CD Oct 93
  29095. Dev.CD Jul 93
  29096. Dev.CD Apr 93"
  29097.         activate
  29098.     end tell
  29099. on error errMsg number errNum
  29100.     --enter statements to perform when no records are found such as...
  29101.     display dialog "Sorry, the item you selected could not be found."
  29102.     return
  29103. end try
  29104. - they'll just see a crash) know what happened.
  29105. DeleteDirectory:  This C routine will delete a subdirectory from a Macintosh volume, including any nested directories. It works in AppleShare as well as normal environments.
  29106. deleteEmptyDir:  These MPW tools identify and/or delete all empty folders on a specified volume using PBCatSearch.
  29107. ficycle:  This THINK Pascal
  29108.  program lists the files contained in a folder.
  29109. FileSharingOn:  This snippet demonstrates how to determine whether or not Fil
  29110. e Sharing is on. 
  29111. FormatAsDOS:  This snippet demonstrates how to use the newer Disk Initialization Package calls DIXFormat() and DIXZero() to format a floppy disk as a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in the IM:Files Errata Tech Note.
  29112. Please note this snippet does not provide any prompts.  It merely takes the floppy in the first floppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  29113. --set theItem to choose file -- uncomment to test in an AS editor
  29114.     tell application "Finder"
  29115.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Qwertytunes:"
  29116.         activate
  29117.     end tell
  29118. on error errMsg number errNum
  29119.     --enter statements to perform when no records are found such as...
  29120.     display dialog "Sorry, the item you selected could not be found."
  29121.     return
  29122. end try
  29123. appearance
  29124. gworld
  29125. off-screen
  29126. appearance
  29127. keyboard
  29128. function
  29129. keysv
  29130. appearance
  29131. manageru
  29132. append
  29133. appkit
  29134. appleb
  29135. apple
  29136. events
  29137. appleevents
  29138. toolbox
  29139. autoguest
  29140. apple
  29141. guide
  29142. systems
  29143. apple
  29144. apple
  29145. guide
  29146. apple
  29147. apple
  29148. apple
  29149. developer
  29150. newsz
  29151. apple
  29152. share
  29153. authentication
  29154. pbvolumemount
  29155. appleeventa
  29156. interactiona
  29157. interactive
  29158. interactive
  29159. success
  29160. interapplicationQ
  29161. interapplication
  29162. commQ
  29163. interapplicationcomm
  29164. interfaceQ
  29165. interfacelib
  29166. interfaces
  29167. interfaces
  29168. libraries
  29169. interfaces&libraries
  29170. quicktime
  29171. quicktime
  29172. 4.1.2
  29173. windows
  29174. quicktime
  29175. conferencing
  29176. quicktime
  29177. quicktime
  29178. quicktime
  29179. windows
  29180. quicktime
  29181. quicktime
  29182. tools
  29183. quicktime
  29184. quicktime
  29185. tools
  29186. 1.0b2
  29187. quickview
  29188. quickview
  29189. developer
  29190. edition
  29191. quitapps
  29192. qwertytunes
  29193. mapper
  29194. mapperref
  29195. marching
  29196. marquee
  29197. marquee
  29198. marching
  29199. color
  29200. marquee
  29201. marquee
  29202. selection
  29203. carbon
  29204. match
  29205. matching
  29206. mathlib
  29207. mcactionlinktourl
  29208. mdata
  29209. proportional
  29210. scrolling
  29211. media
  29212. memhell
  29213. memhell
  29214. memory
  29215. stress
  29216. debug
  29217. debugging
  29218. testing
  29219. receive
  29220. multisync
  29221. mutable
  29222. needs
  29223. netsprocket
  29224. networkR
  29225. network
  29226. setup
  29227. network
  29228. preferences
  29229. dumpnetworksetup
  29230. networking
  29231. newgworldr
  29232. cation that allows you to add copywrite information to a movie or view it if it already exists.
  29233. Things!:   Things!  queries the Component Manager about what IT thinks is lying around your system, and then displays the info for you.
  29234. ComboWalker
  29235. Digitizers
  29236. DrawTextCodec Example
  29237. Dumpster
  29238. GetInfo Init
  29239. GrabGuy b15
  29240. MovieShop
  29241. QuickTime XCMDs 
  29242. Reinstaller
  29243. Set Movie Info
  29244. Things!K
  29245. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO=Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:QuickTime Tools:PEDev.CD Nov 00 TC Disk 1
  29246.  - Tool Chest
  29247.  - QuickTime
  29248.  - QuickTime Tools
  29249. All Packages
  29250. QuickDraw GXO#Dev.CD Aug 96 TC
  29251. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  29252. Dev.CD Jan 96 SDKV
  29253. 72310X
  29254. Aug 96
  29255. x--set theItem to choose file -- uncomment to test in an AS editor
  29256.     tell application "Finder"
  29257.         open item "Dev.CD Aug 96 TC
  29258. Dev.CD Jan 96 SDK1"
  29259.         activate
  29260.     end tell
  29261. on error errMsg number errNum
  29262.     --enter statements to perform when no records are found such as...
  29263.     display dialog "Sorry, the item you selected could not be found."
  29264.     return
  29265. end try
  29266. All Packages
  29267. QuickDraw GXO#Dev.CD Aug 96 TC
  29268. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  29269. Dev.CD Jan 96 SDKV
  29270. 72311X
  29271. Aug 96
  29272. atsui
  29273. attachability
  29274. attributes
  29275. atworld
  29276. audio
  29277. audio
  29278. auntie
  29279. authentication
  29280. center
  29281. autoguest
  29282. autoguest
  29283. automated
  29284. automated
  29285. testing
  29286. automation
  29287. autopush
  29288. aware
  29289. --set theItem to choose file -- uncomment to test in an AS editor
  29290.     tell application "Finder"
  29291.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:"
  29292.         activate
  29293.     end tell
  29294. on error errMsg number errNum
  29295.     --enter statements to perform when no records are found such as...
  29296.     display dialog "Sorry, the item you selected could not be found."
  29297.     return
  29298. end try
  29299. OXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:PfDev.CD Nov 00 TC Disk 2
  29300.  - Sample Code
  29301.  - QuickTime
  29302.  -  All Java
  29303.  - QuickTime for Java
  29304.  - QTTestAppletV
  29305. 72261X
  29306. Nov 00^    TC Disk 2
  29307. --set theItem to choose file -- uncomment to test in an AS editor
  29308.     tell application "Finder"
  29309.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:"
  29310.         activate
  29311.     end tell
  29312. on error errMsg number errNum
  29313.     --enter statements to perform when no records are found such as...
  29314.     display dialog "Sorry, the item you selected could not be found."
  29315.     return
  29316. end try
  29317. e    No Changef
  29318. QuickTime
  29319. Dev.CD Nov 00 TC Disk 2
  29320. All Packages
  29321. QTText
  29322. 72262X
  29323. rapid
  29324. application
  29325. development
  29326. raster
  29327. ratesA
  29328. rawip
  29329. rawmode
  29330. reader
  29331. receive
  29332. receives
  29333. reconfiguration
  29334. record
  29335. g--set theItem to choose file -- uncomment to test in an AS editor
  29336.     tell application "Finder"
  29337.         open item "Dev.CD Jan 96 SDK1"
  29338.         activate
  29339.     end tell
  29340. on error errMsg number errNum
  29341.     --enter statements to perform when no records are found such as...
  29342.     display dialog "Sorry, the item you selected could not be found."
  29343.     return
  29344. end try
  29345. ngencodingsext
  29346. cftree
  29347. cftree
  29348. cftype
  29349. cftypeid
  29350. chained
  29351. chained
  29352. completion
  29353. routines
  29354. character
  29355. character
  29356. encoding
  29357. character
  29358. characters
  29359. charset
  29360. cheap
  29361. cheap
  29362. studio
  29363. checkbox
  29364. checkgestalt
  29365. inese
  29366. chinese
  29367. language
  29368. traditional
  29369. simplified
  29370. choose
  29371. chooser
  29372. chooser
  29373. package
  29374. choosing
  29375. choosing
  29376. aliases
  29377. ciconhandle
  29378. class
  29379. classes
  29380. client
  29381. client
  29382. server
  29383. scale
  29384. cliprect
  29385. clock
  29386. closepicture
  29387. qtwiredsprites
  29388. qtwiredsprites
  29389. qtwiredsprites
  29390. qtwiredsprites
  29391. qtwiredsprites
  29392. qtzoo
  29393. query
  29394. quick
  29395. quick
  29396. intro
  29397. quick
  29398. start
  29399. quickdraw
  29400. quickdraw
  29401. v1.5.2
  29402. quickdraw
  29403. quickdraw
  29404. quickdraw
  29405. update
  29406. quickdraw
  29407. first
  29408. quickdraw3d
  29409. quickdraw3drave
  29410. quicksort
  29411. quicksort
  29412. munications
  29413. newgworldr
  29414. newgworld
  29415. gworldr
  29416. newpalette
  29417. newsz
  29418. notes
  29419. nshost
  29420. nshost
  29421. cocoa
  29422. address
  29423. number
  29424. number
  29425. formatting
  29426. object
  29427. object-oriented
  29428. objectsupportlib
  29429. appleevent
  29430. screent
  29431. offscreen
  29432. offscreen
  29433. gworld
  29434. opaque
  29435. opaque
  29436. types
  29437. systems
  29438. erentiating new features to your products faster than ever before.
  29439. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  29440.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  29441.  GX - Read Me First".
  29442.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  29443. consolideted, and improved since the older interfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  29444.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  29445.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  29446. y.  If it does attempt to perform a restricted activity, Java will display a security exception and block the action.     
  29447. NOTE: MRJ
  29448. s security database is separate from the database maintained by the browser.  In some cases it will be necessary to accept the signature twice: once for the browser to access the site and again for MRJ to run the applet without restrictions. 
  29449. NOTE: If you want to rescind a certificate you have previously accepted, you will need to delete the security databI
  29450. ase, 
  29451. identitydb.obj
  29452.  which is located in the Preferences folder in the active System Folder. Deleting "identitydb.obj" will delete all of your certificates, so you will have to re-accept any that you still want to use.  
  29453. MRJ 2.2.2 (install).smi.binK
  29454. Jul 98L
  29455. Aug 00
  29456. O9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:     - internal logic 
  29457.        - I/O ports and built-in I/O devices 
  29458.        - RAM expansion 
  29459.        - expansion slots 
  29460.        - system software 
  29461. G4.pdfnge
  29462. encourage
  29463. encouraged
  29464. encourages_
  29465. encryption
  29466. endfullscreen
  29467. endian
  29468. endless
  29469. endorsement
  29470. endpoint
  29471. endpoints
  29472. enforces
  29473. enginej
  29474. engineering
  29475. engineers
  29476. engines
  29477. engler
  29478. english
  29479. enhance`
  29480. enhanced
  29481. enhancementi
  29482. equested has not been reserved after we went to press.
  29483.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  29484.  Macintosh computer with a PowerPC processor
  29485.  Mac OS 8.1 or later
  29486.  Memory requirements will vary depending on how you are using Java. The minimum requirement for running simple applets is 40 megabytes (MB) of RAM, with virtual memory on and set to at least 44 MB. To run complex applets and applications, 64 MB of RAM is highly recommended. Increasing RAM to 64 MB or more will also improve performance.
  29487.  At least 13 MB of free disk space
  29488. MRJ, Java, MRJ SDK, SDKion to the Marketi
  29489. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  29490.  NuBus Board Registration
  29491. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY T
  29492. O9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:PDDev.CD Oct 00 SDK1
  29493.  - Development Kits
  29494.  - Mac OS
  29495.  - MRJ
  29496.  - MRJ 2.2.2 File and Auxiliary Type
  29497. Bug Reporting
  29498. C/F Registration Requests:
  29499. Dev Info Change Form
  29500. NuBus Board RegistrationK
  29501. Apr 94L
  29502. May 96O+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  29503.  - Utilities
  29504.  - Developer Forms
  29505.  try to read private information, write unwanted information, or perform other unexpected actions.  A signed applet includes a certificate that assures you that the applet was created by someone you trust and has not been altered since they created it.  When an applet has been signed, it is no longer subject to restrictions.   
  29506. MRJ keeps a database of certificates that you trust.  If you access a signed applet and the certificate is already in your Java security database, the applet will 
  29507. run without restrictions. If the certificate is not in your Java security database, a dialog box will provide information about the certificate. You can then choose to (1) accept the certificate permanently, thereby adding it to your Java security database, or (2) to run this applet now but not add the certificate to the database, or (3) to reject the certificate.
  29508. NOTE: If you reject the certificate, the applet will still run, as long as it does not attempt to perform a restricted activit
  29509. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  29510. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  29511. Communications Toolbox
  29512. Contributed
  29513. Devices and Hardware
  29514. Files
  29515. Games
  29516. Graphics 2D
  29517. Graphics 3D
  29518. Help Systems
  29519. Human Interface Toolbox
  29520. Interapplication Comm
  29521. Memory
  29522. Networking
  29523. OS Utilities
  29524. Overview
  29525. Platforms and Tools
  29526. Printing
  29527. Processes
  29528. QuickTime
  29529. Runtime Architecture
  29530. Sound
  29531. Nov 96O
  29532. Dev.CD Nov 99 TC:Sample Code:P
  29533. Dev.CD Nov 99 TC
  29534.  - Sample Code
  29535. OS 8.1 and the Internet Scripting Addition 
  29536. The information in 
  29537. About MRJ 2.2
  29538. , below is incorrect. It should read: On Mac OS 8.1, MRJ requires that you have the Internet Scripting Addition installed in the Scripting Additions folder in the Extensions folder. If this file is not present, you can re-install it from your Mac OS 8.1 CD. Double click 
  29539. Install Mac OS 8.1
  29540. , click 
  29541. Continue
  29542. , select the Destination disk, and then select the 
  29543. Add/Remove
  29544.  option. On the Custom Installation and Remo
  29545. val screen, check 
  29546. Internet Access
  29547. , and then click 
  29548. Start
  29549. . This will start the Internet Access installer. Follow the instructions to install all of the Internet Access software, including the Internet Scripting Addition.
  29550.  MRJ SDK
  29551. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  29552.  About MRJ 2.2
  29553. The release note originally provided with MRJ 2.2 appears below. Apart from the information above, this release note still 
  29554. --set theItem to choose file -- uncomment to test in an AS editor
  29555.     tell application "Finder"
  29556.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  29557.         activate
  29558.     end tell
  29559. on error errMsg number errNum
  29560.     --enter statements to perform when no records are found such as...
  29561.     display dialog "Sorry, the item you selected could not be found."
  29562.     return
  29563. end try
  29564. ed could not be found."
  29565.     return
  29566. end try
  29567. e    No Change
  29568. Display Manager
  29569. window arrangement
  29570. display mode
  29571. pixel depth
  29572. scan timing
  29573. display
  29574. display ID
  29575. video device
  29576. monitor
  29577. HTML rendering
  29578. web browser
  29579. HTML tags
  29580. Apple Help
  29581. World Wide Web
  29582. Help Center
  29583. HTML link
  29584. Unicode Utilities
  29585. Unicode
  29586. locales
  29587. collation
  29588. characters
  29589. Window Manager
  29590. windows
  29591. structure region
  29592. content region
  29593. window class
  29594. window classes
  29595. window layers
  29596. window attributes
  29597. scrolling
  29598. Menu Manager
  29599. menus
  29600. Carbon
  29601. Apple menu
  29602. menu items
  29603. /developer.apple.com/techpubs/index.html
  29604. 72036X
  29605. Oct 00^
  29606. --set theItem to choose file -- uncomment to test in an AS editor
  29607.     tell application "Finder"
  29608.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:"
  29609.         activate
  29610.     end tell
  29611. on error errMsg number errNum
  29612.     --enter statements to perform when no records are found such as...
  29613.     display dialog "Sorry, the item you selected could not be found."
  29614.     return
  29615. end try
  29616. e    No Changef
  29617. MRJ SDK
  29618. http://developer.apple.com/sdk/q
  29619. Dev.CD Oct 00 SDK1
  29620. All Packages
  29621. MRJ 2.2.3 Debug
  29622. 72037X
  29623. g windows with custom structure regions, and erasing the window's content region.
  29624. Display Manager [NEW]
  29625. ---------------
  29626. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  29627. summary
  29628. which
  29629. plays
  29630. sounds
  29631. summary
  29632. helper
  29633. formerly
  29634. monthly
  29635. posting
  29636. summary
  29637. definition
  29638. binhex
  29639. protocol
  29640. summary
  29641. developer
  29642. edition
  29643. quickview
  29644. devel
  29645. summary
  29646. developer's
  29647. transl
  29648. summary
  29649. electronic
  29650. version
  29651. develop
  29652. magazine
  29653. summary
  29654. prgram
  29655. guide
  29656. macintosh
  29657. power
  29658. cales protocols and API for Mac OS 8.6 and 9.0. You should read this document if you need to understand how to specify the language and/or region for a locale-sensitive text operation or if you need to obtain, for a specified language and/or region, the locale data that will enable the text operation to behave appropriately.
  29659. Unicode Utilities [NEW]
  29660. ---------------
  29661. This preliminary documen
  29662. --set theItem to choose file -- uncomment to test in an AS editor
  29663.     tell application "Finder"
  29664.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:"
  29665.         activate
  29666.     end tell
  29667. on error errMsg number errNum
  29668.     --enter statements to perform when no records are found such as...
  29669.     display dialog "Sorry, the item you selected could not be found."
  29670.     return
  29671. end try
  29672.  clusters (for cursor movement) or words, and to determine potential linG
  29673. e break locations. Mac OS 9.0 also introduces support for obtaining the properties of a Unicode character, which is not a locale-sensitive operation.
  29674. Carbon_Menu_Mgr_API.pdf
  29675. Carbon_Window_Mgr_API.pdf
  29676. DisplayManager.pdf
  29677. HTML_RenderingLib.pdf
  29678. Locales_for_Mac_OS_8.6_9.0.pdf
  29679. UnicodeUtilities.pdf
  29680. OqDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:
  29681. token
  29682. tokenizer
  29683. toolbox
  29684. toolbox
  29685. assistant
  29686. toolbox
  29687. assistant
  29688. update
  29689. toolkit
  29690. toolkits
  29691. toolsc
  29692. tpifile
  29693. tracer
  29694. tracker
  29695. traddriverloaderlib
  29696. traffic
  29697. transferprovider
  29698. transitions
  29699. translaterotate
  29700. translation
  29701. translation
  29702. manager
  29703. transport
  29704. transport/ppp
  29705. tubetest
  29706. tune-up
  29707. tuning
  29708. tutorial
  29709. tv-man
  29710. tweencamera
  29711. level
  29712. twocolumn
  29713. twocolumn
  29714. txratio
  29715. txratio
  29716. typeservicesforunico
  29717. ufailure
  29718. un/mount
  29719. universal
  29720. universal
  29721. interfaces
  29722. 3.3.2
  29723. universalhidmodulete
  29724. e    No Changeq
  29725. Dev.CD Nov 00 TC Disk 1
  29726. D!All Packages
  29727. Mac OS SDK Edition
  29728. F    MRJ 2.2.2
  29729. Mac OS Runtime for Java (MRJ) 2.2.2 is an upgrade to MRJ 2.2 that improves memory usage and addresses security issues.
  29730. Notes
  29731.  Microsoft Internet Explorer 5.0
  29732. MRJ 2.2.2 addresses a network security problem which occured when using MSIE 5.0. MRJ 2.2.2 does not address some additional networking problems that users are encountering when using MRJ 2.2 with Microsoft Internet Explorer 5.0. Apple takes these additional problems seriously and is working with Microsoft to address them. 
  29733.  Mac 
  29734. e    No Changeq
  29735. Dev.CD Nov 00 TC Disk 1
  29736. All Packages
  29737. MPWTool 1.0I
  29738. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  29739. This package is System 7.0 compatible.JVBuildFailed
  29740. BuildProgram
  29741. BuildSucceeded
  29742. MakeFile
  29743. MPWTool
  29744. MPWTool.c
  29745. Read Me
  29746. Read Me.txtK
  29747. Vol XIM
  29748. MPWOHDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:PSDev.CD Nov 00 TC Disk 1
  29749.  - Tool Chest
  29750.  - Development Kits
  29751.  - MPW Related
  29752.  - MPWToolV
  29753. 72035X
  29754. Nov 00^    TC Disk 1
  29755. e    No Change
  29756. Vol XL
  29757. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  29758.  - What's New
  29759.  - Technical Documentation
  29760.  - DeveloperNotesV
  29761. 70110X
  29762. Jul 98^
  29763. SSW/SDK
  29764. applies.
  29765. New features in MRJ 2.2
  29766. MRJ 2.2 is significantly smaller than MRJ 2.1.4.  Two major changes contribute to this reduction in size.  First, MRJ 2.2 no longer installs the Text Encoding Converter (TEC) and Text Encodings because they are now standard components of all versions of Mac OS supported by MRJ 2.2.   Secondly, we
  29767. ve moved rarely used classes out of MRJ into the MRJ SDK, which contains software primarily of interest to developers.  See Apple
  29768. s MRJ developer pages at http
  29769. ://developer.apple.com/java/ if you need more information about these classes or the MRJ SDK. 
  29770.  Apple Applet Runner
  29771. MRJ 2.2 includes the Apple Applet Runner.  See 
  29772. Using MRJ with Apple Applet Runner
  29773.  below, for more information.  
  29774.  Signed applets
  29775. MRJ 2.2 enhances support for signed applets.  In general, applets are not permitted to access your hard drive, to print, or to connect to sites other than their own.  Java enforces these limitations and others to protect you from code that may
  29776. All Packages
  29777. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  29778. Dev.CD Jan 94
  29779. Dev.CD Oct 93
  29780. Dev.CD Jul 93
  29781. Dev.CD Apr 93PDDev.CD Apr 94
  29782. Dev.CD Jan 94
  29783. Dev.CD Oct 93
  29784. Dev.CD Jul 93
  29785. Dev.CD Apr 9V
  29786. 72733X
  29787. Apr 94
  29788. --set theItem to choose file -- uncomment to test in an AS editor
  29789.     tell application "Finder"
  29790.         open item "Dev.CD Apr 94
  29791. Dev.CD Jan 94
  29792. Dev.CD Oct 93
  29793. Dev.CD Jul 93
  29794. Dev.CD Apr 93"
  29795.         activate
  29796.     end tell
  29797. on error errMsg number errNum
  29798.     --enter statements to perform when no records are found such as...
  29799.     display dialog "Sorry, the item you selected could not be found."
  29800.     return
  29801. end try
  29802. All Packages
  29803. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  29804. Dev.CD Jan 94
  29805. Dev.CD Oct 93
  29806. Dev.CD Jul 93P6Dev.CD Apr 94
  29807. Dev.CD Jan 94
  29808. Dev.CD Oct 93
  29809. Dev.CD Jul 9V
  29810. 72734X
  29811. Apr 94
  29812. processed
  29813. produces
  29814. module
  29815. producing
  29816. program
  29817. shows
  29818. capture
  29819. results
  29820. program
  29821. shows
  29822. composit
  29823. presentation
  29824. program
  29825. shows
  29826. construct
  29827. simple
  29828. animation
  29829. program
  29830. shows
  29831. control
  29832. quicktime
  29833. movie
  29834. program
  29835. shows
  29836. create
  29837. program
  29838. shows
  29839. customise
  29840. control
  29841. program
  29842. shows
  29843. define
  29844. mouseresponders
  29845. program
  29846. shows
  29847. display
  29848. quicktime
  29849. movie
  29850. program
  29851. shows
  29852. display
  29853. quicktime
  29854. content
  29855. areas
  29856. aren't
  29857. arithmetic
  29858. around
  29859. All Packages
  29860. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  29861. Dev.CD Jan 94
  29862. Dev.CD Oct 93P(Dev.CD Apr 94
  29863. Dev.CD Jan 94
  29864. Dev.CD Oct 9V
  29865. 72850X
  29866. Apr 94
  29867. ~--set theItem to choose file -- uncomment to test in an AS editor
  29868.     tell application "Finder"
  29869.         open item "Dev.CD Apr 94
  29870. Dev.CD Jan 94
  29871. Dev.CD Oct 93"
  29872.         activate
  29873.     end tell
  29874. on error errMsg number errNum
  29875.     --enter statements to perform when no records are found such as...
  29876.     display dialog "Sorry, the item you selected could not be found."
  29877.     return
  29878. end try
  29879. All Packages
  29880. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  29881. Dev.CD Jan 94
  29882. Dev.CD Oct 93
  29883. Dev.CD Jul 93P6Dev.CD Apr 94
  29884. Dev.CD Jan 94
  29885. Dev.CD Oct 93
  29886. Dev.CD Jul 9V
  29887. 72851X
  29888. Apr 94
  29889. ooney
  29890. loose
  29891. lossiness
  29892. low-disk-space
  29893. low-level
  29894. lower-case
  29895. loyal{
  29896. printcomments
  29897. printdialogmagic
  29898. printdialogmagic
  29899. printdialogmagic
  29900. -iso/ccitt
  29901. rep-mm
  29902. replaceattributes
  29903. replaceattributes
  29904. replacecharset
  29905. replacecharset
  29906. report
  29907. reporting
  29908. request
  29909. requests
  29910. requestvideo
  29911. requestvideo
  29912. requestvideo
  29913. requestvideo
  29914. requiredfindercolors
  29915. requiredfindercolors
  29916. requiredfindercolors
  29917. requiredfindercolors
  29918. requiredfindercolors
  29919. reseditc
  29920. resedit
  29921. 2.1.3
  29922. resedit
  29923. editor
  29924. 1.0b4c
  29925. resedit
  29926. extensions
  29927. resources
  29928. restore
  29929. restore
  29930. retrievepictinfo
  29931. retrievepictinfo
  29932. reuse
  29933. rfc1332
  29934. rfc1332
  29935. rfc1334
  29936. Requires: 
  29937. - Sun Compliant Java Runtime Environment 1.1
  29938. - QuickTime 3 
  29939. - QTJava.zip
  29940. - Windows 95, 98, or NT:
  29941. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  29942. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  29943.  - What's New?
  29944.  - Development Kits
  29945.  - Cross Platform
  29946.  - QuickTime Java Windows SDKV
  29947. 72464X
  29948. Feb 00^
  29949. --set theItem to choose file -- uncomment to test in an AS editor
  29950.     tell application "Finder"
  29951.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  29952.         activate
  29953.     end tell
  29954. on error errMsg number errNum
  29955.     --enter statements to perform when no records are found such as...
  29956.     display dialog "Sorry, the item you selected could not be found."
  29957.     return
  29958. end try
  29959. e    No Changef
  29960. QuickTime
  29961. Windowso
  29962. http://developer.apple.com/sdk/q
  29963. Dev.CD Feb 00 TC
  29964. All Packages
  29965. QuickTime TMON User AreaV
  29966. 72465X
  29967. qtshoweffect
  29968. qtsndtween
  29969. qtsndtween
  29970. qtsndtween
  29971. qtsound
  29972. qtsound
  29973. qtsound
  29974. qtsprites
  29975. qtsprites
  29976. qtsprites
  29977. qtsprites
  29978. qtsprites
  29979. qtsprites
  29980. qtsprites
  29981. qtsprites
  29982. qtsprites
  29983. qtsprites
  29984. qtsprites
  29985. qtsprites
  29986. qtstdcompr
  29987. qtstdcompr
  29988. qtstdcompr
  29989. qtstreammsg
  29990. qtstreammsg
  29991. qtstreammsg
  29992. qtstreamsplicer
  29993. qtstreamsplicer
  29994. qtstreamsplicer
  29995. qtstreamsplicer
  29996. qtstreamsplicer
  29997. qtstreamsplicer
  29998. qtstreamsplicer
  29999. qtstreamsplicer
  30000. qtstreamsplicer
  30001. qttext
  30002. qttext
  30003. qttext
  30004. qttext
  30005. qttext
  30006. qtvideo
  30007. qtvideo
  30008. qtvideo
  30009. query
  30010. quick
  30011. quick
  30012. start
  30013. quicksort
  30014. quicksort
  30015. OPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:P[Dev.CD Nov 00 TC Disk 2
  30016.  - Sample Code
  30017.  - QuickTime
  30018.  - QuickTime for Java
  30019.  - QTSimpleAppletV
  30020. 72253X
  30021. Nov 00^    TC Disk 2
  30022. --set theItem to choose file -- uncomment to test in an AS editor
  30023.     tell application "Finder"
  30024.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  30025.         activate
  30026.     end tell
  30027. on error errMsg number errNum
  30028.     --enter statements to perform when no records are found such as...
  30029.     display dialog "Sorry, the item you selected could not be found."
  30030.     return
  30031. end try
  30032. e    No Changef
  30033. QuickTime
  30034. Dev.CD Nov 00 TC Disk 2
  30035. All Packages
  30036. QTSndTween
  30037. 72254X
  30038. 72254X
  30039. Nov 00^    TC Disk 2
  30040. --set theItem to choose file -- uncomment to test in an AS editor
  30041.     tell application "Finder"
  30042.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTSndTween:"
  30043.         activate
  30044.     end tell
  30045. on error errMsg number errNum
  30046.     --enter statements to perform when no records are found such as...
  30047.     display dialog "Sorry, the item you selected could not be found."
  30048.     return
  30049. end try
  30050. e    No Changef
  30051. QuickTime
  30052. Sound
  30053. Tweenq
  30054. Dev.CD Nov 00 TC Disk 2
  30055. All Packages
  30056. QTSPacketizerReassembler
  30057. These components packetize or reassemble multimedia data that is streamed over RTP.
  30058. Each project defines four targets:
  30059.         - a Mac OS packetizer component ('thng') file;
  30060.         - a Mac OS reassembler component file;
  30061.         - a Win32 packetizer DLL; and,
  30062.         - a Win32 reassembler DLL.
  30063. J8Building QT Samples
  30064. ComponentVideoRTP
  30065. IMAAudioRTP
  30066. ReadmeV
  30067. 72255X
  30068. 1e    No Change
  30069. browser
  30070. objects
  30071. draft{
  30072. draftbits
  30073. drafting
  30074. drafts
  30075. shell
  30076. simple
  30077. shell
  30078. drag-and-drop
  30079. dragable
  30080. dragged
  30081. dragging
  30082. draghook
  30083. draglib
  30084. draglow
  30085. dragwindow
  30086. dragwindowgrid
  30087. dragwindowgrid
  30088. sample
  30089. showing
  30090. write
  30091. function
  30092. dramatic
  30093. dramatically
  30094. drawback
  30095. drawbacks
  30096. drawcode
  30097. drawing
  30098. rawtextcodec
  30099. drill
  30100. drive
  30101. driveid
  30102. driven
  30103. WebObjectsPerformanceTuning.pdf
  30104. revised
  30105. image
  30106. contains
  30107. golden
  30108. master
  30109. pre-release
  30110. versi
  30111. document
  30112. describes
  30113. waste
  30114. worldscript
  30115. aware
  30116. styled
  30117. document
  30118. lists
  30119. selectors
  30120. known
  30121. creator
  30122. document
  30123. provides
  30124. preliminary
  30125. information
  30126. about
  30127. macintosh
  30128. application
  30129. contains
  30130. examp
  30131. follow
  30132. example
  30133. shows
  30134. single
  30135. frame
  30136. -- uncomment to test in an AS editor
  30137.     tell application "Finder"
  30138.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Dialog popups:"
  30139.         activate
  30140.     end tell
  30141. on error errMsg number errNum
  30142.     --enter statements to perform when no records are found such as...
  30143.     display dialog "Sorry, the item you selected could not be found."
  30144.     return
  30145. end try
  30146. e    No Changef
  30147. popup
  30148. CDEFq
  30149. Dev.CD Nov 00 TC Disk 1
  30150. All Packages
  30151. DialogBits
  30152. 70113X
  30153. e    No ChangefEMPW
  30154. compilers
  30155. assemblers
  30156. linkers
  30157. tools
  30158. debuggers
  30159. performance analysisq
  30160. Dev.CD Nov 00 TC Disk 1
  30161. All Packages
  30162. MPW Script Tips 1.1.1
  30163. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  30164. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  30165. J6Documents
  30166. READMEFIRST!
  30167. Sample Makefiles
  30168. Sample ScriptsK
  30169. Mar 92M
  30170. MPW 3.2 or laterOVDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PaDev.CD Nov 00 TC Disk 1
  30171.  - Tool Chest
  30172.  - Development Kits
  30173.  - MPW Related
  30174.  - MPW Script Tips 1.1.1V
  30175. 72034X
  30176. Nov 00^    TC Disk 1
  30177. e    No Change
  30178. lication, check out John Wang's My Capture App (develop # 19).
  30179. 70114X
  30180. 1e    No Change
  30181. --set theItem to choose file -- uncomment to test in an AS editor
  30182.     tell application "Finder"
  30183.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  30184.         activate
  30185.     end tell
  30186. on error errMsg number errNum
  30187.     --enter statements to perform when no records are found such as...
  30188.     display dialog "Sorry, the item you selected could not be found."
  30189.     return
  30190. end try
  30191.  specific application.
  30192. J;DialogBits(PPC)
  30193. DialogBits.c
  30194. DialogBits.mcp
  30195. DialogBits.rsrcN(Dialog Manager, bits, dimming, userItemsOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DialogBits:PODev.CD Nov 00 TC Disk 1
  30196.  - Sample Code
  30197.  - Human Interface Toolbox
  30198.  - DialogBits
  30199. --set theItem to choose file -- uncomment to test in an AS editor
  30200.     tell application "Finder"
  30201.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16"
  30202.         activate
  30203.     end tell
  30204. on error errMsg number errNum
  30205.     --enter statements to perform when no records are found such as...
  30206.     display dialog "Sorry, the item you selected could not be found."
  30207.     return
  30208. end try
  30209. cktime
  30210. classes
  30211. someday
  30212. All Packages
  30213. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  30214. Dev.CD Jan 94
  30215. Dev.CD Oct 93
  30216. Dev.CD Jul 93
  30217. Dev.CD Apr 93PDDev.CD Apr 94
  30218. Dev.CD Jan 94
  30219. Dev.CD Oct 93
  30220. Dev.CD Jul 93
  30221. Dev.CD Apr 9V
  30222. 72916X
  30223. Apr 94
  30224. --set theItem to choose file -- uncomment to test in an AS editor
  30225.     tell application "Finder"
  30226.         open item "Dev.CD Apr 94
  30227. Dev.CD Jan 94
  30228. Dev.CD Oct 93
  30229. Dev.CD Jul 93
  30230. Dev.CD Apr 93"
  30231.         activate
  30232.     end tell
  30233. on error errMsg number errNum
  30234.     --enter statements to perform when no records are found such as...
  30235.     display dialog "Sorry, the item you selected could not be found."
  30236.     return
  30237. end try
  30238. All Packages
  30239. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  30240. Dev.CD Jan 94
  30241. Dev.CD Oct 93
  30242. Dev.CD Jul 93
  30243. Dev.CD Apr 93PDDev.CD Apr 94
  30244. Dev.CD Jan 94
  30245. Dev.CD Oct 93
  30246. Dev.CD Jul 93
  30247. Dev.CD Apr 9V
  30248. 72917X
  30249. Apr 94
  30250. high-performance
  30251. high-quality
  30252. highly-successful
  30253. hilite
  30254. hindi
  30255. MultiTasking
  30256. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  30257. Dev.CD Nov 00 TC Disk 2
  30258. All Packages
  30259. MPW etc.
  30260. This disk image contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  30261. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  30262. MPW etc.img.binK
  30263. Nov 97L
  30264. Aug 00M
  30265. MPW requires a 68K Macintosh with a 68020 or higher microprocessor, or any Power Macintosh. MPW also requires System 7.5 or later.NKMPW, compilers, assemblers, linkers, tools, debuggers, performance analysisO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Nov 00 TC Disk 1
  30266.  - Tool Chest
  30267.  - Development Kits
  30268.  - MPW etc.V
  30269. 72033X
  30270. Nov 00^    TC Disk 1
  30271. e    No Change
  30272. application
  30273. test/demo
  30274. mt/mp
  30275. timers
  30276. example
  30277. image
  30278. compression
  30279. codec
  30280. handle
  30281. example
  30282. writing
  30283. codecs
  30284. example
  30285. using
  30286. quicktimes
  30287. firewire
  30288. video
  30289. output
  30290. unctions.h
  30291. M    QuickTimeN'QuickTime, sequence grabber, vdig, testOGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:DigitizerShell:PRDev.CD Nov 00 TC Disk 2
  30292.  - Sample Code
  30293.  - QuickTime
  30294.  - Capturing
  30295.  - DigitizerShell
  30296. e    No Changeq
  30297. Dev.CD Nov 00 TC Disk 1
  30298. D!All Packages
  30299. Tool Chest Edition
  30300. MPIntertaskTimeI?This is an application to measure the intertask signaling time.
  30301. Communications Toolbox
  30302. Contributed
  30303. Devices and Hardware
  30304. Files
  30305. Games
  30306. Graphics 2D
  30307. Graphics 3D
  30308. Help Systems
  30309. Human Interface Toolbox
  30310. Interapplication Comm
  30311. Memory
  30312. Networking
  30313. OS Utilities
  30314. Overview
  30315. Platforms and Tools
  30316. Printing
  30317. Processes
  30318. QuickTime
  30319. Runtime Architecture
  30320. Sound
  30321. May 00M
  30322. Mac OS 8.6 or later, MP 2.0N
  30323. MultiTasking, MultiProcessingO
  30324. Dev.CD Nov 99 TC:Sample Code:P
  30325. Dev.CD Nov 99 TC
  30326.  - Sample CodeV
  30327. 72031X
  30328. Nov 99^
  30329. r--set theItem to choose file -- uncomment to test in an AS editor
  30330.     tell application "Finder"
  30331.         open item "Dev.CD Nov 99 TC:Sample Code:"
  30332.         activate
  30333.     end tell
  30334. on error errMsg number errNum
  30335.     --enter statements to perform when no records are found such as...
  30336.     display dialog "Sorry, the item you selected could not be found."
  30337.     return
  30338. end try
  30339. Deletedf
  30340. MultiTasking
  30341. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  30342. Dev.CD Nov 99 TC
  30343. All Packages
  30344. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  30345. MPPeriodicalTest.c
  30346. MPPeriodicalTest.
  30347. Pro2K
  30348. May 00M
  30349. Mac OS 8.6 or later, MP 2.0N
  30350. MultiTasking, MultiProcessingO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:PGDev.CD Nov 00 TC Disk 2
  30351.  - Sample Code
  30352.  - Processes
  30353.  - MPPeriodicalTestV
  30354. 72032X
  30355. Nov 00^    TC Disk 2
  30356. --set theItem to choose file -- uncomment to test in an AS editor
  30357.     tell application "Finder"
  30358.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:"
  30359.         activate
  30360.     end tell
  30361. on error errMsg number errNum
  30362.     --enter statements to perform when no records are found such as...
  30363.     display dialog "Sorry, the item you selected could not be found."
  30364.     return
  30365. end try
  30366. e    No Changeo0http://developer.apple.com/samplecode/index.html
  30367. s program only runs 
  30368. --set theItem to choose file -- uncomment to test in an AS editor
  30369.     tell application "Finder"
  30370.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:"
  30371.         activate
  30372.     end tell
  30373. on error errMsg number errNum
  30374.     --enter statements to perform when no records are found such as...
  30375.     display dialog "Sorry, the item you selected could not be found."
  30376.     return
  30377. end try
  30378. FindHammerHead.c
  30379. Interleave.c
  30380. Interleave.h
  30381. TestBanks.cK
  30382. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMOFDev.CD Nov 00 TC Disk 1:Tool Chest:Memory:DIMM Config&Interleave v1.1:PNDev.CD Nov 00 TC Disk 1
  30383.  - Tool Chest
  30384.  - Memory
  30385.  - DIMM Config&Interleave v1.1
  30386. system
  30387. samples
  30388. system
  30389. tune-up
  30390. system
  30391. system
  30392. system
  30393. update
  30394. system
  30395. update
  30396. system
  30397. 7.5.5
  30398. update
  30399. system
  30400. enabler
  30401. system
  30402. enabler
  30403. system
  30404. enabler
  30405. centris/quadra
  30406. system
  30407. enabler
  30408. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  30409. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  30410. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  30411. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  30412. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  30413. Modal TextEdit:  
  30414. e    No Changeq
  30415. Dev.CD Nov 00 TC Disk 1
  30416. All Packages
  30417. Snapshot
  30418. ]This program demonstrates how to easily capture the main screen's desktop image into your own window.  It simply uses a custom offscreen pixmap with an identical copy of the main device's colortable to store the image.  Updated to work with modern (1999) Mac OS.  Fixed a PixMap disposing bug.  Updated casts and headers. Updated for the Carbon API.
  30419. JXCarbonPrefix.h
  30420. CarbonRes.rsrc
  30421. ReadMe
  30422. SnapShot(PPC)
  30423. Snapshot.c
  30424. SnapShot.mcp
  30425. Snapshot.rsrcM
  30426. QuickDraw, CarbonLibN
  30427. CopyBits, Screen Copy, CarbonO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Snapshot:PADev.CD Nov 00 TC Disk 1
  30428.  - Sample Code
  30429.  - Graphics 2D
  30430.  - SnapshotV
  30431. 72570X
  30432. Nov 00^    TC Disk 1
  30433. e    No Change
  30434. yvideo
  30435. dispnamereg
  30436. distribution
  30437. distributors/localiz
  30438. dk-danish
  30439. raggingsprites
  30440. draggingsprites
  30441. draggingspritesapple
  30442. draggingspritesapple
  30443. dragwindowgrid
  30444. - Common
  30445.     - Sun Compliant Java Runtime Environment 1.1
  30446.     - QuickTime 3 
  30447.     - QTJava.zip
  30448.     - QTJava media samples
  30449. - Mac OS:
  30450.     - System 8 or later
  30451.     - Macintosh Runtime for Java (MRJ) 2.1
  30452. - Windows 95, 98, or NT::
  30453.     - JRE/JDK from Sun Microsystems, Inc. recommended
  30454. QuickTime, Java, MRJpkitbook
  30455. introappkitbook
  30456. introduction
  30457. introduction
  30458. component
  30459. introfoundationbook
  30460. introfoundationbook
  30461. iotracer
  30462. iotracer
  30463. iotracer
  30464. analyzer
  30465. gatewayT
  30466. ipclistcode
  30467. ipclistcode
  30468. ipclistcode
  30469. ipclister
  30470. ipclister
  30471. ipclister
  30472. ipclister
  30473. ipclister
  30474. ptest
  30475. isppptesttools
  30476. isppptesttools
  30477. isppptesttools
  30478. isptest
  30479. isptest
  30480. powerplant
  30481. isptest
  30482. powerplant
  30483. isptest
  30484. isptestglobals
  30485. isptestglobals
  30486. isptestglobals
  30487. isptestmain
  30488. isptestmain
  30489. b--set theItem to choose file -- uncomment to test in an AS editor
  30490.     tell application "Finder"
  30491.         open item "Dev.CD Apr 95"
  30492.         activate
  30493.     end tell
  30494. on error errMsg number errNum
  30495.     --enter statements to perform when no records are found such as...
  30496.     display dialog "Sorry, the item you selected could not be found."
  30497.     return
  30498. end try
  30499. Deletedf
  30500. Multi-processing
  30501.  MP Pascalq
  30502. Dev.CD Aug 00 TC Disk 2
  30503. All Packages
  30504. F    MPing 1.1
  30505. Summary: MPing is a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  30506. J&***** Readme first *****
  30507. MPing
  30508. SourcesK
  30509. Vol XO?Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:PJDev.CD Nov 00 TC Disk 1
  30510.  - Tool Chest
  30511.  - Networking
  30512.  - MacTCP
  30513.  - MPing 1.1V
  30514. 72030X
  30515. Nov 00^    TC Disk 1
  30516. e    No Change
  30517. ows one example of how to directly change the pixel values stored in a pixel image. The original pixel image is obtained from a 'icl8' resource.  Only the first 20 columns of the first 20 rows of the 'icl8' image is used.
  30518. Nov 00V
  30519. 70117X
  30520. 1e    No Change
  30521. y--set theItem to choose file -- uncomment to test in an AS editor
  30522.     tell application "Finder"
  30523.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  30524.         activate
  30525.     end tell
  30526. on error errMsg number errNum
  30527.     --enter statements to perform when no records are found such as...
  30528.     display dialog "Sorry, the item you selected could not be found."
  30529.     return
  30530. end try
  30531. m or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  30532. BltMacros.h
  30533. Building QT Samples
  30534. Dimmer2Effect.mcp
  30535. Dimmer2Effect68K
  30536. Dimmer2EffectPPC
  30537. Effect.c
  30538. Effect.mak
  30539. Effect.r
  30540. EffectDefinitions.h
  30541. EffectDispatch.h
  30542. EffectFilter16.c
  30543. EffectFilter32.c
  30544. EffectUtilities.c
  30545. EffectUtilities.h
  30546. MWPrefix68K.h
  30547. MWPrefixRez68K.h
  30548. MWPrefixRezPPC.h
  30549. README
  30550. QuickTime, Effect, CustomODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:Dimmer2Effect:PODev.CD Nov 00 TC Disk 2
  30551.  - Sample Code
  30552.  - QuickTime
  30553.  - Effects
  30554.  - Dimmer2Effect
  30555. moviefile
  30556. moviegworlds
  30557. registration
  30558. request
  30559. readN
  30560. nocopyreceives
  30561. --set theItem to choose file -- uncomment to test in an AS editor
  30562.     tell application "Finder"
  30563.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:SimplePlayerSDI.win:"
  30564.         activate
  30565.     end tell
  30566. on error errMsg number errNum
  30567.     --enter statements to perform when no records are found such as...
  30568.     display dialog "Sorry, the item you selected could not be found."
  30569.     return
  30570. end try
  30571. gedecompressor
  30572. imagedecompressor68k
  30573. imagedecompressorppc
  30574. makeimagedescription
  30575. import
  30576. movieimport68k
  30577. electric
  30578. electric
  30579. images
  30580. embedding
  30581. embedding
  30582. profile
  30583. embedding
  30584. profile
  30585. gif89a
  30586. embedding
  30587. profile
  30588. embedding
  30589. profiles
  30590. embedding
  30591. profiles
  30592. embedding
  30593. profiles
  30594. embedding
  30595. profiles
  30596. empty
  30597. empty
  30598. engine
  30599. empty
  30600. engine
  30601. emptyengine
  30602. emptyengine
  30603. signs
  30604. silence
  30605. silently
  30606. silevelmeteronoff
  30607. silly
  30608. simenel
  30609. similar
  30610. similarities
  30611. similarly
  30612. simone
  30613. simpleb
  30614. myenetdriver
  30615. myhelpmenu
  30616. myhelpmenu
  30617. myhelpmenu
  30618. myhelpmenu
  30619. myhelpmenu
  30620. myhelpmenu
  30621. mylistdef
  30622. mylistdef
  30623. myportcalls
  30624. myportcalls
  30625. myportcalls
  30626. myportmodule
  30627. myportmodule
  30628. myquicktakeapp
  30629. myquicktakeapp
  30630. 1.0.1tc7
  30631. myquicktakeapp
  30632. 1.0.2
  30633. myregistercomponent
  30634. myregistercomponent
  30635. Dev.CD Jan 94P
  30636. Dev.CD Jan 9V
  30637. 72411X
  30638. Jan 94
  30639. b--set theItem to choose file -- uncomment to test in an AS editor
  30640.     tell application "Finder"
  30641.         open item "Dev.CD Jan 94"
  30642.         activate
  30643.     end tell
  30644. on error errMsg number errNum
  30645.     --enter statements to perform when no records are found such as...
  30646.     display dialog "Sorry, the item you selected could not be found."
  30647.     return
  30648. end try
  30649. All Packages
  30650. F    QuickTimeOsDev.CD Jan 94
  30651. Dev.CD Oct 93
  30652. Dev.CD Jul 93
  30653. Dev.CD Apr 93
  30654. Dev.CD Mar 93
  30655. Dev.CD Feb 93
  30656. Dev.CD Jan 93
  30657. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  30658. Dev.CD Oct 93
  30659. Dev.CD Jul 93
  30660. Dev.CD Apr 93
  30661. Dev.CD Mar 93
  30662. Dev.CD Feb 93
  30663. Dev.CD Jan 93
  30664. Dev.CD Nov/Dec 9V
  30665. 72412X
  30666. Jan 94
  30667. tomgetfilepreviews
  30668. quicktime
  30669. sequence
  30670. grabber
  30671. quicktime
  30672. sprite
  30673. toolbox
  30674. quicktime
  30675. track
  30676. actionsZ
  30677. quicktime
  30678. video
  30679. digitizing
  30680. quicktime
  30681. wired
  30682. hotspot
  30683. actions\
  30684. rapid
  30685. raster
  30686. --set theItem to choose file -- uncomment to test in an AS editor
  30687.     tell application "Finder"
  30688.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MPFileCopy:"
  30689.         activate
  30690.     end tell
  30691. on error errMsg number errNum
  30692.     --enter statements to perform when no records are found such as...
  30693.     display dialog "Sorry, the item you selected could not be found."
  30694.     return
  30695. end try
  30696. ^    TC Disk 1
  30697. --set theItem to choose file -- uncomment to test in an AS editor
  30698.     tell application "Finder"
  30699.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Direct Pixel Access:"
  30700.         activate
  30701.     end tell
  30702. on error errMsg number errNum
  30703.     --enter statements to perform when no records are found such as...
  30704.     display dialog "Sorry, the item you selected could not be found."
  30705.     return
  30706. end try
  30707. e    No ChangefDPixMap
  30708. Direct Pixel Access
  30709. GetCPixel
  30710. GetPixBaseAddr
  30711. CopyBits
  30712. Carbon
  30713. o&http://developer.apple.com/samplecode/q
  30714. Dev.CD Nov 00 TC Disk 1
  30715. MultiTasking
  30716. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  30717. Dev.CD Nov 00 TC Disk 2
  30718. All Packages
  30719. MPFileCopy
  30720. &This sample demonstrates a) how to copy a folder and its contents using the HFS Plus APIs, and b) how to call the File Manager from MP tasks on Mac OS 9.0 and above. The copy engine preserves long Unicode names, larger than 2 GB forks, and forks beyond the resource and data forks (if present).
  30721. JHMoreIsBetterParts
  30722. MPFileCopy-PPC
  30723. MPFileCopy.c
  30724. MPFileCopy.mcp
  30725. ReadMe.htmlM
  30726. Mac OS 9.0NMfile copy, folder copy, HFS Plus APIs, MP, multiprocessor File Manager accessO5Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MPFileCopy:P=Dev.CD Nov 00 TC Disk 1
  30727.  - Sample Code
  30728.  - Files
  30729.  - MPFileCopyV
  30730. 72028X
  30731. Nov 00^    TC Disk 1
  30732. e    No Change
  30733. All Packages
  30734. F    Disk Copy
  30735. 70119X
  30736. e    No ChangefIfile copy
  30737. folder copy
  30738. HFS Plus APIs
  30739. multiprocessor File Manager accessq
  30740. Dev.CD Nov 00 TC Disk 1
  30741. All Packages
  30742. MPHelloWorld (Pascal)
  30743. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  30744. JFhelloWorld.rsrc
  30745. MPHelloWorld (Pascal)
  30746. MPHelloWorld (Pascal).
  30747. sources:K
  30748. Feb 97M2the MP library, but does not require a MP machine.N
  30749. Multi-processing,  MP PascalO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  30750.  - Sample CodeV
  30751. 72029X
  30752. Aug 00^    TC Disk 2
  30753. Deleted
  30754. Mar 99L
  30755. Sep 99M
  30756. web browserN$Inside Mac, Inside Macintosh, Mac OSO3Dev.CD Jun 00 RL Disk 2:Technical Publications:mac:P8Dev.CD Jun 00 RL Disk 2
  30757.  - Technical Publications
  30758.  - macV
  30759. 72966X
  30760. Jun 00^    RL Disk 2
  30761. --set theItem to choose file -- uncomment to test in an AS editor
  30762.     tell application "Finder"
  30763.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:mac:"
  30764.         activate
  30765.     end tell
  30766. on error errMsg number errNum
  30767.     --enter statements to perform when no records are found such as...
  30768.     display dialog "Sorry, the item you selected could not be found."
  30769.     return
  30770. end try
  30771. Deletedf"Inside Mac
  30772. Inside Macintosh
  30773. Mac OSq
  30774. Dev.CD Jun 00 RL Disk 2
  30775. All Packages
  30776. New & RevisedF Technical Publications: Mac OS 8
  30777. disposesystemgammas
  30778. distances
  30779. distaste
  30780. distinguished
  30781. distinguishes
  30782. distinguishing
  30783. --set theItem to choose file -- uncomment to test in an AS editor
  30784.     tell application "Finder"
  30785.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MP3Player:"
  30786.         activate
  30787.     end tell
  30788. on error errMsg number errNum
  30789.     --enter statements to perform when no records are found such as...
  30790.     display dialog "Sorry, the item you selected could not be found."
  30791.     return
  30792. end try
  30793. end try
  30794. e    No Changef
  30795. utilityq
  30796. Dev.CD Dec 00 RL Disk 1
  30797. All Packages
  30798. Disk I/O Performance Tools
  30799. 70120X
  30800. macintosh
  30801. powerbook
  30802. qualified
  30803. socket
  30804. compilers
  30805. assemblers
  30806. linkers
  30807. tools
  30808. debuggers
  30809. performance
  30810. version
  30811. numbers
  30812. remove
  30813. version
  30814. numbers
  30815. applescript
  30816. toolkit
  30817. jdirect
  30818. appleevent
  30819. receive
  30820. redistribution
  30821. debug
  30822. debug
  30823. msdos
  30824. multi-player
  30825. multi-processing
  30826. multi-processing
  30827. pascal
  30828. multicast
  30829. multifinder
  30830. multihoming
  30831. multilingual
  30832. multimedia
  30833. multiplay
  30834. multiple
  30835. multiprocessing
  30836. apocrypha
  30837. apoplexy
  30838.  at the end of the volume has been corrected.
  30839. Changes from Disk Copy 6.2
  30840.  Added Navigation Services support.
  30841.  Added ability to duplicate a floppy.
  30842.  Added support for creating self-mounting images.
  30843.  Various improvements to AppleScript support.
  30844.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  30845.  Imaging a foDzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  30846.  Various interface improvements.
  30847. J)Disk Copy
  30848. Disk Copy 6.3.3 Quick ReferenceK
  30849. Jan 97L
  30850. May 99N
  30851. Disk, Copy, utilityO,Dev.CD Dec 00 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Dec 00 RL Disk 1
  30852.  - Utilities
  30853.  - Disk Copy
  30854. --set theItem to choose file -- uncomment to test in an AS editor
  30855.     tell application "Finder"
  30856.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Text Dump:"
  30857.         activate
  30858.     end tell
  30859. on error errMsg number errNum
  30860.     --enter statements to perform when no records are found such as...
  30861.     display dialog "Sorry, the item you selected could not be found."
  30862.     return
  30863. end try
  30864. compiler-constructio
  30865. compilers
  30866. compiles
  30867. complaining
  30868. Nov 94L
  30869. Nov 96O
  30870. Dev.CD Nov 99 TC:Sample Code:P
  30871. Dev.CD Nov 99 TC
  30872.  - Sample Code
  30873. static
  30874. libraries
  30875. 68ksimpletext
  30876. 68ksimpletext
  30877. anniversary
  30878. 7.0fo
  30879. 7.0fo
  30880. makeN
  30881. 7.0fo
  30882. 7.0fo
  30883. rsrcN
  30884. 7.0fo
  30885. 7.1.3
  30886. 7.5.5
  30887. apple
  30888. grayscale
  30889. appearance
  30890. 7editO
  30891. 7edit
  30892. 7edit
  30893. 7edit
  30894. 7edit
  30895. 7edit
  30896. readmeP
  30897. 8.5.1
  30898. 8/31/93
  30899. 9/1/93
  30900. 95/02
  30901. a-lawm
  30902. a-law
  30903. compressor
  30904. a-law
  30905. decompressor
  30906. a-law
  30907. a-law
  30908. a-law
  30909. rsrcm
  30910. privateconditionals
  30911. privateconditionals
  30912. privileges
  30913. privileges
  30914. procdoggie
  30915. procdoggie
  30916. procdoggie
  30917. procdoggie
  30918. procdoggie
  30919. process
  30920. process
  30921. process
  30922. processes
  30923. processhelpers
  30924. processhelpers
  30925. processhelpers
  30926. processor
  30927. product
  30928. productinfo
  30929. productsS
  30930. profile
  30931. profiler
  30932. profiles
  30933. prog's
  30934. progguidex
  30935. progguide
  30936. apple
  30937. scannersx
  30938. program
  30939. programmatich
  30940. programmatic
  30941. interface
  30942. programmer's
  30943. programming
  30944. programming
  30945. information
  30946. e    No Changef"MP3
  30947. QuickTime Audio
  30948. SoundConvertero&http://developer.apple.com/samplecode/q
  30949. Dev.CD Nov 00 TC Disk 2
  30950. All Packages
  30951. MPDelayUntilTestI?This is an application to test/demo the MT/MP MPDelayUntil API.J:MPDelayUntilTest
  30952. MPDelayUntilTest.c
  30953. MPDelayUntilTest.
  30954. Pro2K
  30955. May 00M
  30956. Mac OS 8.6+, MP 2.0N
  30957. MultiTasking, MultiProcessingO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:PGDev.CD Nov 00 TC Disk 2
  30958.  - Sample Code
  30959.  - Processes
  30960.  - MPDelayUntilTestV
  30961. 72027X
  30962. Nov 00^    TC Disk 2
  30963. --set theItem to choose file -- uncomment to test in an AS editor
  30964.     tell application "Finder"
  30965.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:"
  30966.         activate
  30967.     end tell
  30968. on error errMsg number errNum
  30969.     --enter statements to perform when no records are found such as...
  30970.     display dialog "Sorry, the item you selected could not be found."
  30971.     return
  30972. end try
  30973. e    No Changeo0http://developer.apple.com/samplecode/index.html
  30974. . It is also 
  30975. sound
  30976. sound
  30977. sound
  30978. sound
  30979. files
  30980. sound
  30981. premixer
  30982. soundapp
  30983. soundapp
  30984. soundapp
  30985. soundapp
  30986. soundapp
  30987. soundapp
  30988. soundapp
  30989. soundapp
  30990. soundapp
  30991. soundappsnds
  30992. soundappsnds
  30993. soundboard
  30994. soundboard
  30995. debug
  30996. prefix
  30997. soundboard
  30998. soundboard
  30999. prefix
  31000. soundboard
  31001. soundconvert
  31002. soundconvert
  31003. soundconvert
  31004. soundconvert
  31005. readme
  31006. putdispatchl
  31007. soundoutputdispatch
  31008. soundrecord
  31009. soundrecord
  31010. sounds
  31011. sounds
  31012. soundsprocket
  31013. soundsprocket
  31014. soundunit
  31015. soundunit
  31016. soundunit
  31017. source
  31018. source
  31019. clippings
  31020. System requirements are as follows:
  31021. Mexican Spanish TTS:
  31022.     System 7.0 or later
  31023.     68020 or better, including PowerPC
  31024.     1.3 MB RAM
  31025. MacinTalk 2:
  31026.     System 6.0.7 or later
  31027.     Any Mac CPU
  31028.     150K RAM
  31029. MacinTalk 3:
  31030.     System 7.0 or later
  31031.     33MHz 68030 or faster, 68040, or PowerPC
  31032.     300K RAM
  31033. MacinTalk Pro:
  31034.     System 7.0 or later
  31035.     68040 or PowerPC
  31036.     1.5 MB RAM
  31037. For English TTS, you can look at it the other way around:
  31038. With System 6.0.7, 6.0.8 use MacinTalk 2.
  31039. With System 7 aB
  31040. nd 68040 or PowerPC use MacinTalk 3 and MacinTalk Pro.
  31041. With System 7 and 68030 of 33MHz or faster use MacinTalk 3.
  31042. With System 7 and a slower processor use MacinTalk 2.
  31043. N7Speech, Synthesis, Text-to-Speech, MacinTalk, PlainTalk
  31044. All Packages
  31045. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  31046. Dev.CD Jan 94
  31047. Dev.CD Oct 93
  31048. Dev.CD Jul 93
  31049. Dev.CD Apr 93PDDev.CD Apr 94
  31050. Dev.CD Jan 94
  31051. Dev.CD Oct 93
  31052. Dev.CD Jul 93
  31053. Dev.CD Apr 9V
  31054. 72725X
  31055. Apr 94
  31056. --set theItem to choose file -- uncomment to test in an AS editor
  31057.     tell application "Finder"
  31058.         open item "Dev.CD Apr 94
  31059. Dev.CD Jan 94
  31060. Dev.CD Oct 93
  31061. Dev.CD Jul 93
  31062. Dev.CD Apr 93"
  31063.         activate
  31064.     end tell
  31065. on error errMsg number errNum
  31066.     --enter statements to perform when no records are found such as...
  31067.     display dialog "Sorry, the item you selected could not be found."
  31068.     return
  31069. end try
  31070. All Packages
  31071. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  31072. Dev.CD Jan 94
  31073. Dev.CD Oct 93
  31074. Dev.CD Jul 93
  31075. Dev.CD Apr 93PDDev.CD Apr 94
  31076. Dev.CD Jan 94
  31077. Dev.CD Oct 93
  31078. Dev.CD Jul 93
  31079. Dev.CD Apr 9V
  31080. 72726X
  31081. Apr 94
  31082. purposeful
  31083. purposes
  31084. full-features
  31085. full-text
  31086. fullscreen
  31087. fullscreen
  31088. sample
  31089. demonstrate
  31090. fully
  31091. function[
  31092. function/method
  31093. functionsB
  31094. functions/methods
  31095. fundamental
  31096. fundamentally
  31097. further
  31098. future{
  31099. futures
  31100. emulator
  31101. --set theItem to choose file -- uncomment to test in an AS editor
  31102.     tell application "Finder"
  31103.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MP Threaded Sort:"
  31104.         activate
  31105.     end tell
  31106. on error errMsg number errNum
  31107.     --enter statements to perform when no records are found such as...
  31108.     display dialog "Sorry, the item you selected could not be found."
  31109.     return
  31110. end try
  31111. not be found."
  31112.     return
  31113. end try
  31114. e    No Changef
  31115. Utility
  31116. Low Disk Spaceq
  31117. Dev.CD Nov 00 TC Disk 1
  31118. D!All Packages
  31119. Tool Chest Edition
  31120. Display Card 4
  31121. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  31122. Display Card 4
  31123. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  31124. 8PYDev.CD Nov 99 TC
  31125.  - Tool Chest
  31126.  - Hardware
  31127.  - Display & Video Hardware
  31128.  - Display Card 4
  31129. 70122X
  31130. Nov 99^
  31131. sample
  31132. illustrating
  31133. scrolling
  31134. controls
  31135. sample
  31136. showing
  31137. asynchronously
  31138. record
  31139. sound
  31140. sample
  31141. accompany
  31142. chapter
  31143. introduction
  31144. sample
  31145. demonstrate
  31146. append
  31147. items
  31148. sample
  31149. illustrating
  31150. techniques
  31151. sample
  31152. example
  31153. application
  31154. demonstrates
  31155. sample
  31156. program
  31157. demonstrating
  31158. write
  31159. sample
  31160. program
  31161. demonstrate
  31162. direct
  31163. access
  31164. ether
  31165. sample
  31166. showing
  31167. quicktime
  31168. gworlds
  31169. together
  31170. sample
  31171. demonstrate
  31172. setting
  31173. action
  31174. samplefilter
  31175. samplerateavail
  31176. gging:Stress testing tools:PTDev.CD Nov 00 TC Disk 1
  31177.  - Tool Chest
  31178.  - Testing & Debugging
  31179.  - Stress testing tools
  31180. Mask can used to fade a screen to a  lighter color.
  31181. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  31182.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  31183.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  31184. Ports. {-> DisassemblePictures <-}
  31185.  Example of finding the deepest device and placing  a window on it.
  31186. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  31187. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  31188. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  31189. DrawLin
  31190. app's
  31191. CD Nov 99 TC
  31192. D!All Packages
  31193. Mac OS SDK Edition
  31194. Display Manager SDKI
  31195. This development kit has the information you will need to begin taking advantage of the Display Manger API.  Software licensing information for the Display Manager extension can be found at <http://developer.apple.com/mkt/swl/>.J&DisplayManager.pdf
  31196. Read Me
  31197. Sample CodeK
  31198. Sep 95L
  31199. Jan 00M
  31200. Mac OS 7.1 or laterN9Display Manager, Resolution, Screen, Monitor, Pixel DepthO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Display Manager SDK:PGDev.CD Oct 00 SDK1
  31201.  - Development Kits
  31202.  - Mac OS
  31203.  - Display Manager SDKV
  31204. 70123X
  31205. Oct 00^
  31206. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  31207. e    No Changef
  31208. multiprocessing
  31209. thread
  31210. Dev.CD Nov 00 TC Disk 2
  31211. All Packages
  31212. F    MP3Player
  31213. This example shows how to play an non VBR MP3 encoded sound files using the SoundConverter APIs and QuickTime. In particular it demonstrates the use of the GetSoundDescriptionExtension, and SoundConverterSetInfo APIs to retrieve and use the siDecompressorSettings atom.
  31214. JeAtomInfo.h
  31215. Main.c
  31216. MP3 Player
  31217. MP3 Player.prj
  31218. MP3Player.h
  31219. PlaySound.c
  31220. Read Me
  31221. Resources.rsrc
  31222. Sample.mp3K
  31223. Nov 00MoCodeWarrior Pro 5 (IDE 4.0.4), Carbon 1.0.4, QuickTime 4.x+, Universal Interfaces 3.3.2+ or QuickTime 4.1+ SDK.N$MP3, QuickTime Audio, SoundConverterO4Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MP3Player:P<Dev.CD Nov 00 TC Disk 2
  31224.  - Sample Code
  31225.  - Sound
  31226.  - MP3PlayerV
  31227. 72026X
  31228. Nov 00^    TC Disk 2
  31229. e    No Changeo&http://developer.apple.com/samplecode/
  31230. accessorj
  31231. accessoriese
  31232. acclaimed
  31233. accommodates
  31234. accompanied
  31235. accompanies
  31236. accompany
  31237. accompanying
  31238. accomplish
  31239. accomplished
  31240. accomplishing
  31241. according
  31242. according
  31243. inside
  31244. macintosh
  31245. macin
  31246. Dev.CD Apr 95
  31247. Dev.CD Jan 95P
  31248. Dev.CD Apr 95
  31249. Dev.CD Jan 9V
  31250. 72329X
  31251. Apr 95
  31252. p--set theItem to choose file -- uncomment to test in an AS editor
  31253.     tell application "Finder"
  31254.         open item "Dev.CD Apr 95
  31255. Dev.CD Jan 95"
  31256.         activate
  31257.     end tell
  31258. on error errMsg number errNum
  31259.     --enter statements to perform when no records are found such as...
  31260.     display dialog "Sorry, the item you selected could not be found."
  31261.     return
  31262. end try
  31263. All Packages
  31264. QuickDraw GXO
  31265. Dev.CD Apr 95
  31266. Dev.CD Jan 95P
  31267. Dev.CD Apr 95
  31268. Dev.CD Jan 9V
  31269. 72330X
  31270. Apr 95
  31271. p--set theItem to choose file -- uncomment to test in an AS editor
  31272.     tell application "Finder"
  31273.         open item "Dev.CD Apr 95
  31274. Dev.CD Jan 95"
  31275.         activate
  31276.     end tell
  31277. on error errMsg number errNum
  31278.     --enter statements to perform when no records are found such as...
  31279.     display dialog "Sorry, the item you selected could not be found."
  31280.     return
  31281. end try
  31282. All Packages
  31283. QuickDraw GXV
  31284. 72331X
  31285. QuickTime
  31286. movie
  31287. exportq
  31288. Dev.CD Nov 00 TC Disk 2
  31289. All Packages
  31290. MP Threaded SortIcThis sample shows how to thread your application to take advantage of the Multiprocessing (MP) API.
  31291. AppleEventHandling.cp
  31292. AppleEventHandling.h
  31293. BuildConditionals.h
  31294. CreditsBox.rsrc
  31295. DialogUtils.cp
  31296. DialogWindow.cp
  31297. DialogWindow.h
  31298. DragUtils.cp
  31299. HeapSort.cp
  31300. MP Threaded Sort(PPC)
  31301. MP Threaded Sort.mcp
  31302. MPBlitter.c
  31303. MPBlitter.h
  31304. Multiprocessing API Library
  31305. Preferences.cp
  31306. Preferences.h
  31307. PrintingUtils.cp
  31308. QuickSort.cp
  31309. README
  31310. ShellSort.cp
  31311. SortPicts.cp
  31312. SortPicts.h
  31313. SortPicts.rsrc
  31314. SortPictsApp.cp
  31315. SortPictsThreads.cp
  31316. SplashWindow.cp
  31317. SplashWindow.h
  31318. Sprocket.h
  31319. Sprocket.rsrc
  31320. SprocketMain.cp
  31321. StandardMenus.h
  31322. WindowB
  31323. Window.h
  31324. MP, multiprocessing, thread
  31325. O?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MP Threaded Sort:PGDev.CD Nov 00 TC Disk 2
  31326.  - Sample Code
  31327.  - Processes
  31328.  - MP Threaded SortV
  31329. 72025X
  31330. Nov 00^    TC Disk 2
  31331. e    No Change
  31332. e    No Changef
  31333. QuickTime
  31334. Effects
  31335. o&http://developer.apple.com/samplecode/q
  31336. Dev.CD Nov 00 TC Disk 2
  31337. All Packages
  31338. MovieToAIFFIqThis app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.JXMovieToAIFF(PPC)
  31339. MovieToAIFF.c
  31340. MovieToAIFF.mcp
  31341. MovieToAIFF.rsrc
  31342. Sample Movie
  31343. sample.aiffM    QuickTimeN
  31344. QuickTime, movie, exportOBDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieToAIFF:PMDev.CD Nov 00 TC Disk 2
  31345.  - Sample Code
  31346.  - QuickTime
  31347.  - Goodies
  31348.  - MovieToAIFFV
  31349. 72024X
  31350. Nov 00^    TC Disk 2
  31351. --set theItem to choose file -- uncomment to test in an AS editor
  31352.     tell application "Finder"
  31353.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieToAIFF:"
  31354.         activate
  31355.     end tell
  31356. on error errMsg number errNum
  31357.     --enter statements to perform when no records are found such as...
  31358.     display dialog "Sorry, the item you selected could not be found."
  31359.     return
  31360. end try
  31361. e    No Change
  31362. --set theItem to choose file -- uncomment to test in an AS editor
  31363.     tell application "Finder"
  31364.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:MovieSprites:"
  31365.         activate
  31366.     end tell
  31367. on error errMsg number errNum
  31368.     --enter statements to perform when no records are found such as...
  31369.     display dialog "Sorry, the item you selected could not be found."
  31370.     return
  31371. end try
  31372. Summary: This installer will install files needed by WorldScript
  31373.  technology for users running Mac
  31374.  OS 7.5 and above.  Users of the Japanese and Chinese Language Kits or applications which depend on WorldScript technology should install these pieces as they improve the stability and performance of your system.  QuickDraw
  31375.  GX and Power Macintosh users should upgrade to these pieces as they provide important improvements over previous versions.  The files in this WorldScript updater are take
  31376. n from the Arabic Language Kit 1.0.1, Hebrew Language Kit 1.0.1 and the Cyrillic Language Kit 1.0.  You do not need this if you are running one of these kits and do not simultaneously have Japanese or Chinese installed.
  31377. See the document "WorldScript
  31378.  Updater Read Me" for details.
  31379. JT009-4303 (WS
  31380.  Updater)
  31381. WorldScript Updater 1.1 Install:
  31382. WorldScript
  31383.  Updater Read MeK
  31384. Feb 96L
  31385. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:oodies@
  31386. validator
  31387. 1.11@
  31388. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  31389.  - Development Kits (Disc 2)
  31390.  - QuickTake Digital CameraV
  31391. 72370X
  31392. Apr 98^
  31393. --set theItem to choose file -- uncomment to test in an AS editor
  31394.     tell application "Finder"
  31395.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  31396.         activate
  31397.     end tell
  31398. on error errMsg number errNum
  31399.     --enter statements to perform when no records are found such as...
  31400.     display dialog "Sorry, the item you selected could not be found."
  31401.     return
  31402. end try
  31403. Deletedq
  31404. Dev.CD Apr 98 SDK2
  31405. D!All Packages
  31406. Mac OS SDK Edition
  31407. QuickTake for Windows 1.5
  31408. windows
  31409. quicktime
  31410. player
  31411. wired\
  31412. wombat
  31413. workstation
  31414. world
  31415. wrapper
  31416. writerk
  31417. zanzibar
  31418. zeroscrap
  31419. zoomtowindowdevice
  31420. moviegworlds
  31421. moviegworlds
  31422. moviegworlds
  31423. moviegworlds
  31424. movieimport
  31425. movieimport68k
  31426. movieimportdispatch
  31427. movieimportversion
  31428. movieprefs
  31429. movieprefs
  31430. movieprefs
  31431. eproc
  31432. movieproc
  31433. movieproc
  31434. moviesp
  31435. movieshop
  31436. movietoaiff
  31437. movietoaiff
  31438. movietoaiff
  31439. movietoaiff
  31440. movietoaiff
  31441. moving
  31442. moving
  31443. source
  31444. powerpc
  31445. threaded
  31446. threaded
  31447. player
  31448. player
  31449. mp3player
  31450. mp3player
  31451. mpblitter
  31452. mpblitter
  31453. mpblitter
  31454. mpdelayuntiltest
  31455. mpdelayuntiltest
  31456. mpdelayuntiltest
  31457. mpfilecopy
  31458. mpfilecopy
  31459. mpfilecopy
  31460. mpfilecopy-ppc
  31461. mphelloworld
  31462. mphelloworld
  31463. pascal
  31464. mping
  31465. mpperiodicaltest
  31466. mpperiodicaltest
  31467. mpperiodicaltest
  31468. program
  31469. quicktime
  31470. image
  31471. compression
  31472. quicktime
  31473. import
  31474. export
  31475. quicktime
  31476. quicktime
  31477. media
  31478. quicktime
  31479. tutorial
  31480. qtzoo
  31481. quicktime
  31482. quicktime
  31483. windows
  31484. quicktime
  31485. compress
  31486. decompress
  31487. quicktime
  31488. quicktime
  31489. movie
  31490. convert
  31491. track
  31492. quicktime
  31493. movie
  31494. export
  31495. quicktime
  31496. movie
  31497. structures
  31498. quicktime
  31499. movie
  31500. toolbox
  31501. quicktime
  31502. music
  31503. quicktime
  31504. music
  31505. instruments
  31506. notes
  31507. tunes
  31508. quicktime
  31509. packetizer
  31510. reassembler
  31511. component
  31512. quicktime
  31513. compression
  31514. quicktime
  31515. picture
  31516. streaming
  31517. splice
  31518. image
  31519. quicktime
  31520. preview
  31521. customgetfilepreviews
  31522. image
  31523. capture
  31524. digital
  31525. camera
  31526. quicktime
  31527. sequence
  31528. grabber
  31529. quicktime
  31530. sound
  31531. converter
  31532. format
  31533. audio
  31534. e    No Changef
  31535. QuickTime
  31536. Dev.CD Nov 00 TC Disk 2
  31537. All Packages
  31538. MovieGWorldsI9Sample showing how to use QuickTime and gWorlds together.J
  31539. About DTSQTUtilities
  31540. DTSQTUtilities.c
  31541. DTSQTUtilities.h
  31542. MovieGWorlds(PPC)
  31543. MovieGWorlds.c
  31544. MovieGWorlds.h
  31545. MovieGWorlds.mcp
  31546. MovieProc
  31547. MovieProc.c
  31548. MovieProc.h
  31549. Sample Movie
  31550. TrackGWorlds
  31551. TrackGWorlds.c
  31552. TrackGWorlds.hM    QuickTimeN
  31553. QuickTime, gworld, movieOBDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MovieGWorlds:PMDev.CD Nov 00 TC Disk 2
  31554.  - Sample Code
  31555.  - QuickTime
  31556.  - Basics
  31557.  - MovieGWorldsV
  31558. 72022X
  31559. Nov 00^    TC Disk 2
  31560. --set theItem to choose file -- uncomment to test in an AS editor
  31561.     tell application "Finder"
  31562.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MovieGWorlds:"
  31563.         activate
  31564.     end tell
  31565. on error errMsg number errNum
  31566.     --enter statements to perform when no records are found such as...
  31567.     display dialog "Sorry, the item you selected could not be found."
  31568.     return
  31569. end try
  31570. e    No Changef
  31571. QuickTime
  31572. gworld
  31573. movieq
  31574. Dev.CD Nov 00 TC Disk 2
  31575. All Packages
  31576. MovieSpritesI^Demonstrates how to test for mouse clicks on a sprite.
  31577. Part of An Introduction to QuickTime.
  31578. JdApplication Files
  31579. Clippings
  31580. Common Files
  31581. Completed Lab
  31582. QTSprites
  31583. QTSprites.mcp
  31584. Sprite.mov
  31585. Start CodeK
  31586. Nov 00M
  31587. A PowerMacintosh Computer running MacOS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.
  31588. QuickTime, Effects
  31589. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:MovieSprites:PUDev.CD Nov 00 TC Disk 2
  31590.  - Sample Code
  31591.  - QuickTime
  31592.  - QuickTimeIntro
  31593.  - MovieSpritesV
  31594. 72023X
  31595. Nov 00^    TC Disk 2
  31596. e    No Changeo&http://developer.apple.com/samplecode/
  31597. e things out if it. This means quitting all your normally open applications like Malph, Darkside, and CodeWarrior before you can remove the Display Flip FKey. You can change the FKey number by changing the resource ID of the FKey either in the project or using ResEdit after the fact.
  31598. --set theItem to choose file -- uncomment to test in an AS editor
  31599.     tell application "Finder"
  31600.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:"
  31601.         activate
  31602.     end tell
  31603. on error errMsg number errNum
  31604.     --enter statements to perform when no records are found such as...
  31605.     display dialog "Sorry, the item you selected could not be found."
  31606.     return
  31607. end try
  31608. isk 1
  31609.  - Sample Code
  31610.  - Devices and Hardware
  31611.  - Display Manager
  31612.  - DMFkey Source
  31613. print
  31614. suited
  31615. suites~
  31616. summarizationj
  31617. summarize
  31618. summarizes
  31619. summarizing
  31620. summaryB
  31621. a Access application, a panel appears that shows them if the camera is connected, the number of images in the camera, and two buttons (one to view images in the camera and the other to transfer images between the computer and the camera). This camera panel is an example of a camera component. Camera vendors will be provided with the opportunity to create components unique to their digital cameras. 
  31622. This entire modular architecture will provide advantages for application developers, camera
  31623.  vendors, and ultimately, end users. It will make it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  31624. sighyper
  31625. hytime
  31626. snarfer
  31627. snarfer
  31628. snarfer
  31629. user's
  31630. guide
  31631. sound
  31632. manager
  31633. fully
  31634. usual
  31635. readme
  31636. think
  31637. think
  31638. pascal
  31639. files
  31640. thisV
  31641. threaded
  31642. threadedprogress
  31643. threadedprogress
  31644. threedmetafile
  31645. threedmetafile
  31646. threedmetafile
  31647. threedmetafile
  31648. tim's
  31649. tim's
  31650. libraries
  31651. timecodes
  31652. title
  31653. tlightgrayadorner
  31654. tlightgrayadorner
  31655. tlightgrayadorner
  31656. tmlrules
  31657. tmlrules
  31658. tn120
  31659. tn120
  31660. gworld
  31661. tn91testcode
  31662. tn91testcode
  31663. tn91testcode
  31664. tnetworkstream
  31665. tnetworkstream
  31666. tnetworkstream
  31667. opicsS
  31668. --set theItem to choose file -- uncomment to test in an AS editor
  31669.     tell application "Finder"
  31670.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  31671.         activate
  31672.     end tell
  31673. on error errMsg number errNum
  31674.     --enter statements to perform when no records are found such as...
  31675.     display dialog "Sorry, the item you selected could not be found."
  31676.     return
  31677. end try
  31678. displays
  31679. indicator
  31680. error
  31681. tones
  31682. application
  31683. explains
  31684. summary
  31685. macintosh
  31686. software
  31687. distributed
  31688. world
  31689. summary
  31690. sample
  31691. discussion
  31692. detect
  31693. whether
  31694. summary
  31695. monitor
  31696. iotracer
  31697. performance
  31698. tools
  31699. summary
  31700. apple
  31701. cd-rom
  31702. handbook
  31703. provides
  31704. overview
  31705. summary
  31706. apple
  31707. chinese
  31708. handwriting
  31709. offers
  31710. another
  31711. summary
  31712. apple
  31713. grayscale
  31714. appearance
  31715. system
  31716. specif
  31717. summary
  31718. apple
  31719. international
  31720. glossaries
  31721. contains
  31722. translat
  31723. 72478X
  31724. Nov 00^    TC Disk 1
  31725. --set theItem to choose file -- uncomment to test in an AS editor
  31726.     tell application "Finder"
  31727.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Record RetrievePictInfo:"
  31728.         activate
  31729.     end tell
  31730. on error errMsg number errNum
  31731.     --enter statements to perform when no records are found such as...
  31732.     display dialog "Sorry, the item you selected could not be found."
  31733.     return
  31734. end try
  31735. e    No Changef'RecordRetrievePictInfo
  31736. RetrievePictInfoq
  31737. Dev.CD Nov 00 TC Disk 1
  31738. All Packages
  31739. Record sound specific rate
  31740. This sample shows how to use SPBRecord to record to memory, convert the
  31741. sampling rate to some arbitrary rate, and then write the recorded, rate
  31742. converted samples to disk, asynchronously, using PBWriteAsync.
  31743. This sample is useful for those developers who wish more flexibility
  31744. than what is offered with SPBRecordToFile, or for those wishing to record
  31745. at a rate not supported by the sound input driver.
  31746. --set theItem to choose file -- uncomment to test in an AS editor
  31747.     tell application "Finder"
  31748.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:"
  31749.         activate
  31750.     end tell
  31751. on error errMsg number errNum
  31752.     --enter statements to perform when no records are found such as...
  31753.     display dialog "Sorry, the item you selected could not be found."
  31754.     return
  31755. end try
  31756. re found such as...
  31757.     display dialog "Sorry, the item you selected could not be found."
  31758.     return
  31759. end try
  31760. e    No Changef
  31761. QuickTime
  31762. Dev.CD Nov 00 TC Disk 2
  31763. All Packages
  31764. DraggingSpritesI
  31765. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  31766. DraggingSprites
  31767. DraggingSprites.zip
  31768. README.txt
  31769. Feb 00
  31770. O[Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DraggingSprites:V
  31771. 70129X
  31772. 1e    No Change
  31773. 73020X
  31774. Nov 00^    TC Disk 1
  31775. --set theItem to choose file -- uncomment to test in an AS editor
  31776.     tell application "Finder"
  31777.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Multiprecision:"
  31778.         activate
  31779.     end tell
  31780. on error errMsg number errNum
  31781.     --enter statements to perform when no records are found such as...
  31782.     display dialog "Sorry, the item you selected could not be found."
  31783.     return
  31784. end try
  31785. e    No ChangefPVelocity Engine
  31786. AlitVec
  31787. Multiprecision arithmetic
  31788. arbitrary precision arithmeticq
  31789. Dev.CD Nov 00 TC Disk 1
  31790. All Packages
  31791. VelEng Wavelet
  31792. 73021X
  31793. change
  31794. e    No Changef
  31795. QuickTime
  31796. browser
  31797. Dev.CD Nov 00 TC Disk 2
  31798. All Packages
  31799. MovieCallbacksI
  31800. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J7mc.bat
  31801. MovieCallbacks
  31802. MovieCallbacks.zip
  31803. README.txt
  31804. Feb 00
  31805. - Common
  31806.     - Sun Compliant Java Runtime Environment 1.1
  31807.     - QuickTime 3 
  31808.     - QTJava.zip
  31809.     - QTJava media samples
  31810. - Mac OS:
  31811.     - System 8 or later
  31812.     - Macintosh Runtime for Java (MRJ) 2.1
  31813. - Windows 95, 98, or NT::
  31814.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31815. QuickTime, Java, MRJOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:P[Dev.CD Nov 00 TC Disk 2
  31816.  - Sample Code
  31817.  - QuickTime
  31818.  - QuickTime for Java
  31819.  - MovieCallbacksV
  31820. 72021X
  31821. Nov 00^    TC Disk 2
  31822. e    No Change
  31823. 72994X
  31824. Nov 00^    TC Disk 1
  31825. --set theItem to choose file -- uncomment to test in an AS editor
  31826.     tell application "Finder"
  31827.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:TradDriverLoaderLib:"
  31828.         activate
  31829.     end tell
  31830. on error errMsg number errNum
  31831.     --enter statements to perform when no records are found such as...
  31832.     display dialog "Sorry, the item you selected could not be found."
  31833.     return
  31834. end try
  31835. e    No Changef;PCI ndrv driver loader
  31836. driver
  31837. device driver
  31838. Load PCI Driverq
  31839. Dev.CD Nov 00 TC Disk 1
  31840. All Packages
  31841. TransferProvider
  31842. 72995X
  31843. betweenl
  31844. blockreader
  31845. blocks
  31846. blueprint{
  31847. movie
  31848. dataref
  31849. moviebrowser
  31850. moviecallbacks
  31851. moviegworlds
  31852. moviesprites
  31853. movietoaiff
  31854. threaded
  31855. mp3player
  31856. mpdelayuntiltest
  31857. mpfilecopy
  31858. mphelloworld
  31859. mphelloworld
  31860. pascal
  31861. mping
  31862. mping
  31863. mpintertasktime
  31864. mpperiodicaltest
  31865. script
  31866. 1.1.1
  31867. mpwtool
  31868. mpwtool
  31869. 2.2.2
  31870. 2.2.3
  31871. debug
  31872. mrj2.2.3
  31873. mrj2.2.3
  31874. redistribution
  31875. mrplus
  31876. mrplus
  31877. msdos
  31878. multifinder
  31879. multifinder
  31880. 6.1b9
  31881. multilingual
  31882. multilingual
  31883. editor
  31884. multimedia
  31885. multimedia
  31886. standards
  31887. reports
  31888. multipage
  31889. multiplay
  31890. multiprecision
  31891. multiprocessing
  31892. multiprocessing
  31893. music
  31894. musicmixer
  31895. mycomponent
  31896. mydeviceloop
  31897. myhelpmenu
  31898. myregistercomponent
  31899. onescannerx
  31900. opp's
  31901. oracle
  31902. change
  31903. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  31904. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  31905. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  31906. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  31907. e port so that when TextEdit erases it just copies your bits rather than erasing.
  31908. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  31909. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  31910. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  31911. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  31912. All Packages
  31913. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  31914. Dev.CD Jan 94
  31915. Dev.CD Oct 93
  31916. Dev.CD Jul 93P6Dev.CD Apr 94
  31917. Dev.CD Jan 94
  31918. Dev.CD Oct 93
  31919. Dev.CD Jul 9V
  31920. 72870X
  31921. Apr 94
  31922. --set theItem to choose file -- uncomment to test in an AS editor
  31923.     tell application "Finder"
  31924.         open item "Dev.CD Apr 94
  31925. Dev.CD Jan 94
  31926. Dev.CD Oct 93
  31927. Dev.CD Jul 93"
  31928.         activate
  31929.     end tell
  31930. on error errMsg number errNum
  31931.     --enter statements to perform when no records are found such as...
  31932.     display dialog "Sorry, the item you selected could not be found."
  31933.     return
  31934. end try
  31935. All Packages
  31936. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  31937. Dev.CD Jan 94
  31938. Dev.CD Oct 93
  31939. Dev.CD Jul 93P6Dev.CD Apr 94
  31940. Dev.CD Jan 94
  31941. Dev.CD Oct 93
  31942. Dev.CD Jul 9V
  31943. 72871X
  31944. Apr 94
  31945. iw-half-dither
  31946. j-1.1
  31947. james
  31948. jamie
  31949. january{
  31950. january/february
  31951. japan{
  31952. view^
  31953. macapp
  31954. center
  31955. center
  31956. viewenable
  31957. viewer
  31958. virtual
  31959. virtualuser
  31960. visigenic
  31961. visrgn
  31962. voice
  31963. volume
  31964. volumes
  31965. vrefnum
  31966. vrefnum
  31967. dirid
  31968. vtwinj
  31969. virtual
  31970. virtual
  31971. virtualuser
  31972. filetool
  31973. memor
  31974. virtual
  31975. virtualuser
  31976. testing
  31977. automation
  31978. automated
  31979. vu-meter
  31980. vumeter
  31981. vumeter
  31982. sound
  31983. level
  31984. meters
  31985. sample
  31986. volume
  31987. waitnextevent
  31988. wake100
  31989. waste
  31990. waste
  31991. textedit
  31992. worldscript
  31993. wavelet
  31994. checkbox
  31995. control
  31996. color
  31997. objects
  31998. enterprise
  31999. objects
  32000. framework
  32001. zanzibar
  32002. zeroscrap
  32003. zoomtowindowdevice
  32004. ivergestaltexplore
  32005. --set theItem to choose file -- uncomment to test in an AS editor
  32006.     tell application "Finder"
  32007.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Movie From DataRef:"
  32008.         activate
  32009.     end tell
  32010. on error errMsg number errNum
  32011.     --enter statements to perform when no records are found such as...
  32012.     display dialog "Sorry, the item you selected could not be found."
  32013.     return
  32014. end try
  32015.    --enter statements to perform when no records are found such as...
  32016.     display dialog "Sorry, the item you selected could not be found."
  32017.     return
  32018. end try
  32019. e    No Changef
  32020. srcCopy
  32021. PenMode
  32022. invert
  32023. Carbon
  32024. o&http://developer.apple.com/samplecode/q
  32025. Dev.CD Nov 00 TC Disk 1
  32026. DrawSprocket SDKI
  32027. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.d other features.V
  32028. 70132X
  32029. --set theItem to choose file -- uncomment to test in an AS editor
  32030.     tell application "Finder"
  32031.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:"
  32032.         activate
  32033.     end tell
  32034. on error errMsg number errNum
  32035.     --enter statements to perform when no records are found such as...
  32036.     display dialog "Sorry, the item you selected could not be found."
  32037.     return
  32038. end try
  32039. rawSprocketTest.c
  32040. DrawSprocketTest.CW2.prj
  32041. DrawSprocketTest.CW5.prj
  32042. makefileK
  32043. Feb 00MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO;Dev.CD Nov 00 TC Disk 1:Sample Code:Games:DrawSprocketTest:PCDev.CD Nov 00 TC Disk 1
  32044.  - Sample Code
  32045.  - Games
  32046.  - DrawSprocketTestV
  32047. 70133X
  32048. Nov 00^    TC Disk 1
  32049. e    No Change
  32050. umousetrackbehavior
  32051. umousetrackbehavior
  32052. un/mount
  32053. un/mount
  32054. un/mount
  32055. un/mount
  32056. un/mount
  32057. under~
  32058. unicodeutilities
  32059. unicodeutilities
  32060. unitntrycnt
  32061. unitntrycnt
  32062. universal
  32063. universal
  32064. interfaces
  32065. universalinterfaces3
  32066. universalinterfaces3
  32067. university
  32068. unmountit
  32069. unmountit
  32070. unmountit
  32071. unmountit
  32072. unmountprojector
  32073. unresolved
  32074. unsupported
  32075. unsupported
  32076. libraries
  32077. untitled
  32078. untitled
  32079. 1.4mb
  32080. format
  32081. untitled
  32082. unwrapcommenttext
  32083. update
  32084. updated
  32085. updated
  32086. documentation
  32087. updated
  32088. grayscale
  32089. appearance
  32090. updater
  32091. e    No Changeq
  32092. Dev.CD Nov 00 TC Disk 1
  32093. All Packages
  32094. Movie From DataRefIoDemonstrates Asynchronous Movie loading and the NewMovieFromDataRef API.
  32095. Part of An Introduction to QuickTime.JoApplication Files
  32096. Clippings
  32097. Common Files
  32098. Completed Lab
  32099. OpenMovieFromDataRef
  32100. OpenMovieFromDataRef.mcp
  32101. Start CodeK
  32102. Nov 00M
  32103. A Power Macintosh Computer running Mac OS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.
  32104. N%QuickTime, Asynchronous Movie LoadingOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Movie From DataRef:P[Dev.CD Nov 00 TC Disk 2
  32105.  - Sample Code
  32106.  - QuickTime
  32107.  - QuickTimeIntro
  32108.  - Movie From DataRefV
  32109. 72019X
  32110. Nov 00^    TC Disk 2
  32111. e    No Changeo&http://developer.apple.com/samplecode/
  32112. e    No Changef$QuickTime
  32113. Asynchronous Movie Loadingo&http://developer.apple.com/samplecode/q
  32114. Dev.CD Nov 00 TC Disk 2
  32115. All Packages
  32116. MovieBrowserI
  32117. BrowserMaker will create a document with links to other movies in a folder. MovieBrowser will open this document and act as a browser environment to the movies.J
  32118. BrowserMaker.c
  32119. MovieBrowser.c
  32120. MovieBrowser.rsrc
  32121. MW BrowserMaker
  32122. MW MovieBrowser
  32123. MW68k BrowserMaker.
  32124. MW68k MovieBrowser.
  32125. README
  32126. TH BrowserMaker
  32127. TH BrowserMaker.
  32128. TH MovieBrowser.
  32129. TH MovieBrowser.
  32130. .rsrc
  32131. TH MovieBrowser
  32132. M    QuickTimeN
  32133. QuickTime, browser
  32134. OCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:PNDev.CD Nov 00 TC Disk 2
  32135.  - Sample Code
  32136.  - QuickTime
  32137.  - Goodies
  32138.  - MovieBrowserV
  32139. 72020X
  32140. Nov 00^    TC Disk 2
  32141. e    No Change
  32142. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  32143. SNMP, Network ManagementODDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:SNMP:SNMP Development:PODev.CD Nov 00 TC Disk 1
  32144.  - Tool Chest
  32145.  - Networking
  32146.  - SNMP
  32147.  - SNMP DevelopmentV
  32148. 72592X
  32149. Nov 00^    TC Disk 1
  32150. --set theItem to choose file -- uncomment to test in an AS editor
  32151.     tell application "Finder"
  32152.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:SNMP:SNMP Development:"
  32153.         activate
  32154.     end tell
  32155. on error errMsg number errNum
  32156.     --enter statements to perform when no records are found such as...
  32157.     display dialog "Sorry, the item you selected could not be found."
  32158.     return
  32159. end try
  32160. e    No Changef
  32161. Network Managementq
  32162. Dev.CD Nov 00 TC Disk 1
  32163. All Packages
  32164. SoftVdig
  32165. 72593X
  32166. updated
  32167. CLUTq
  32168. Dev.CD Nov 00 TC Disk 1
  32169. All Packages
  32170. DrawTextCodecI
  32171. This is an example of the fun you can have writing codecs. This is a QuickTime codec ( with sources ) for compressing black and white pictures into the glyphs of your favourite font. J
  32172. CodecTestMain(PPC)
  32173. CodecTestMain.c
  32174. DrawTextCodec
  32175. DrawTextCodec.h
  32176. DrawTextCodec.mcp
  32177. DrawTextCodec.rsrc
  32178. DrawTextComponent.c
  32179. DrawTextCompress.c
  32180. DrawTextDecompress.cM    QuickTimeN
  32181. QuickTime, codecOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:PNDev.CD Nov 00 TC Disk 2
  32182.  - Sample Code
  32183.  - QuickTime
  32184.  - Codecs
  32185.  - DrawTextCodecV
  32186. 70134X
  32187. Nov 00^    TC Disk 2
  32188. e    No Change
  32189. e    No Changef
  32190. MacApp
  32191. behavior
  32192. MouseInfoq
  32193. Dev.CD Nov 00 TC Disk 2
  32194. All Packages
  32195. MovableModalI
  32196. MoveableModal is a source code sample illustrating how to implement a Moveable Modal dialog. Moveable Modal dialogs behave in a way similar to non-modal dialog windows, but they remain in front of all other windows until they are closed.J1MModal(PPC)
  32197. MModal.c
  32198. MModal.rsrc
  32199. MovableModal.mcpOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:MovableModal:PQDev.CD Nov 00 TC Disk 1
  32200.  - Sample Code
  32201.  - Human Interface Toolbox
  32202.  - MovableModalV
  32203. 72018X
  32204. Nov 00^    TC Disk 1
  32205. --set theItem to choose file -- uncomment to test in an AS editor
  32206.     tell application "Finder"
  32207.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:MovableModal:"
  32208.         activate
  32209.     end tell
  32210. on error errMsg number errNum
  32211.     --enter statements to perform when no records are found such as...
  32212.     display dialog "Sorry, the item you selected could not be found."
  32213.     return
  32214. end try
  32215. e    No Changeq
  32216. Dev.CD Nov 00 TC Disk 1
  32217. All Packages
  32218. F    MouseInfoI
  32219. This sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  32220. 5About.cp
  32221. About.h
  32222. Definitions.h
  32223. IncludeFiles.h
  32224. MMouseInfo.cp
  32225. MouseInfo.MAMake
  32226. MouseInfo.r
  32227. PICT.rsrc
  32228. READMEFIRST
  32229. ResourceConstants.h
  32230. UAppFrameAdorner.cp
  32231. UAppFrameAdorner.h
  32232. UMenuedWindow.cp
  32233. UMenuedWindow.h
  32234. UMouseDocument.cp
  32235. UMouseDocument.h
  32236. UMouseInfo.cp
  32237. UMouseInfo.h
  32238. UMouseTrackBehavior.cp
  32239. UMouseTrackBehavior.h
  32240. M(MacApp 3.0 or later, System 7.0 or laterN
  32241. MacApp, behavior, MouseInfoOIDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:PTDev.CD Nov 00 TC Disk 2
  32242.  - Sample Code
  32243.  - Platforms and Tools
  32244.  - MacApp
  32245.  - MouseInfoV
  32246. 72017X
  32247. Nov 00^    TC Disk 2
  32248. e    No Change
  32249. Drive Setup
  32250. Dev.CD Dec 00 RL Disk 1
  32251. All Packages
  32252. Driver Installer
  32253. 70136X
  32254. --set theItem to choose file -- uncomment to test in an AS editor
  32255.     tell application "Finder"
  32256.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:"
  32257.         activate
  32258.     end tell
  32259. on error errMsg number errNum
  32260.     --enter statements to perform when no records are found such as...
  32261.     display dialog "Sorry, the item you selected could not be found."
  32262.     return
  32263. end try
  32264. ion. MOSL also supports data comparison for most revelant data types.
  32265. The MoreOSL library is targetted to run on a PowerPC with Mac OS 8.5 and above. It compiles and works best under Carbon, but it will compile and work with InterfaceLib.
  32266. !Read Me
  32267. MIB_Carbon.h
  32268. MoreAppearance
  32269. MoreAppleEvents
  32270. MoreDebugging
  32271. MoreDialogs
  32272. MoreMemory
  32273. MoreNavigation
  32274. MoreOSL
  32275. MoreProcesses
  32276. MoreQuickDraw
  32277. MoreResources
  32278. MoreSetup.h
  32279. MoreSetup.r
  32280. MoreTextUtils
  32281. MoreToolbox
  32282. MoreWindows
  32283. PLStringFuncsK
  32284. Aug 00M
  32285. Mac OS 8.5N<AppleScript, OSL, ObjectSupportLib, scripting implementationOBDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MoreOSL:PJDev.CD Nov 00 TC Disk 1
  32286.  - Sample Code
  32287.  - Interapplication Comm
  32288.  - MoreOSLivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  32289. ORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Nov 00 TC Disk 1
  32290.  - Sample Code
  32291.  - Devices and Hardware
  32292.  - Disks
  32293.  - DriverGestalt DemoV
  32294. 70137X
  32295. 1e    No Change
  32296. resolutionsx
  32297. resolven
  32298. resolvealiastopathn
  32299. resolverelativealias
  32300. resolves
  32301. resolving
  32302. resorcerer
  32303. resorting
  32304. resource[
  32305. resources]
  32306. respect
  32307. respective
  32308. respectively
  32309. PMDev.CD Oct 00 SDK1
  32310.  - Development Kits
  32311.  - Mac OS
  32312.  - Universal Interfaces3.3.2V
  32313. 73009X
  32314. Oct 00^
  32315. --set theItem to choose file -- uncomment to test in an AS editor
  32316.     tell application "Finder"
  32317.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:"
  32318.         activate
  32319.     end tell
  32320. on error errMsg number errNum
  32321.     --enter statements to perform when no records are found such as...
  32322.     display dialog "Sorry, the item you selected could not be found."
  32323.     return
  32324. end try
  32325. e    No Changef"CarbonLib 1.0.2
  32326. Mac OS 9
  32327. QuickTimeo)http://developer.apple.com/sdk/index.htmlq
  32328. Dev.CD Oct 00 SDK1
  32329. All Packages
  32330. UniversalHIDModuleTestI
  32331. N/AJ0TestHIDprobe.c
  32332. UHIDTest.c
  32333. Why was this archived?K
  32334. Feb 00M
  32335. N/AOIDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Games:UniversalHIDModuleTest:PTDev.CD Nov 00 TC Disk 1
  32336.  - Sample Code
  32337.  - Archive
  32338.  - Games
  32339.  - UniversalHIDModuleTestV
  32340. 73010X
  32341. Nov 00^    TC Disk 1
  32342. e    No Change
  32343. MoreOSL, or MOSL for short, is a source code library for implementing AppleScript support within your application. It has the following key features.
  32344. o C implementation -- Many AppleScript support frameworks (for example, PowerPlant, MacApp) are available to C++ applications only. MOSL is entirely written in C.
  32345. o object focused -- Historically, DTS AppleScript support samples have concentrated on supporting text scripting. MOSL ignores text scripting and concentrates on the scripting of 
  32346. discrete objects, such as windows and items within windows.
  32347. o modern -- MOSL incorporates modern AppleScript techniques, such as 'deep' object resolution. It is also fully Carbon compatible.
  32348. o well tested -- MOSL includes a test application, TestMoreOSL, that demonstrates its capabilities. It also includes a large suite of AppleScript-based tests.
  32349. o comprehensive -- MOSL allows you to easily implement the bulk of the core event suite. MOSL supports all key forms except formRelativePosit
  32350. tcp/ip
  32351. networking
  32352. standards
  32353. based
  32354. tear-off
  32355. techdocs
  32356. technical
  32357. technical
  32358. documentation
  32359. publications
  32360. techdocs
  32361. techpubs
  32362. techniques
  32363. oriented
  32364. object
  32365. pascal
  32366. framework
  32367. ooptesample
  32368. testdeviceattribute
  32369. testing
  32370. testing
  32371. debugging
  32372. testing
  32373. debugging
  32374. networking
  32375. communications
  32376. testing
  32377. debugging
  32378. printers
  32379. testing
  32380. international
  32381. testing
  32382. memory
  32383. virtual
  32384. debugging
  32385. textO
  32386. encoding
  32387. character
  32388. encoding
  32389. converter
  32390. services
  32391. manager
  32392. services
  32393. textedit
  32394. tsmte
  32395. text-to-speech
  32396. textedit
  32397. textedit
  32398. tesample
  32399. cplustesample
  32400. textedit
  32401. transparent
  32402. texture
  32403. thread
  32404. threading
  32405. print
  32406. tilisten
  32407. 72015X
  32408. Nov 00^    TC Disk 1
  32409. --set theItem to choose file -- uncomment to test in an AS editor
  32410.     tell application "Finder"
  32411.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MoreOSL:"
  32412.         activate
  32413.     end tell
  32414. on error errMsg number errNum
  32415.     --enter statements to perform when no records are found such as...
  32416.     display dialog "Sorry, the item you selected could not be found."
  32417.     return
  32418. end try
  32419. e    No Changef9AppleScript
  32420. ObjectSupportLib
  32421. scripting implementationo&http://developer.apple.com/samplecode/q
  32422. Dev.CD Nov 00 TC Disk 1
  32423. All Packages
  32424. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  32425. MountAlias Info
  32426. MountAlias Info.txtK
  32427. Vol XIM
  32428. System 7.0 requiredO:Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:PBDev.CD Nov 00 TC Disk 1
  32429.  - Tool Chest
  32430.  - Toolbox
  32431.  - MountAlias 1.0V
  32432. 72016X
  32433. Nov 00^    TC Disk 1
  32434. e    No Change
  32435. This is an example of using QuickTimes FireWire video output component to play a DV stream (.dv movie) out to a DV Camera.
  32436. This code is based on VidOutApp originally written by Jay Lloyd, Casey King and Adrienne Wang.
  32437. The main component of this example is an easy to use class which encapsulates the basic set of functions required to output a DV Stream over FireWire.
  32438. Requirements: CodeWarrior Pro 5 (IDE 4.0.4), Mac OS 8.5+, QuickTime 4.0+, FireWire capable Macintosh, DV Camera, UniversalB) Interfaces 3.3.1+ or QuickTime 4.1+ SDK.
  32439. CVideoOutput.cpp
  32440. CVideoOutput.h
  32441. Read Me
  32442. SimpleVideoOut PPC
  32443. SimpleVideoOut.c
  32444. SimpleVideoOut.prj
  32445. SimpleVideoOut.rsrc
  32446. SimpleVideoOut_prefix.hNkVideo Output Component, FireWire, DV, Digital Video, Digital Video Output, Firewire Video Output, ExportingOGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SimpleVideoOut:PRDev.CD Nov 00 TC Disk 2
  32447.  - Sample Code
  32448.  - QuickTime
  32449.  - Capturing
  32450.  - SimpleVideoOut
  32451. osaactiveproc
  32452. osaka
  32453. osasendproc
  32454. osborne
  32455. oserr
  32456. osl-compliant
  32457. ostrich
  32458. ot/ppp
  32459. ot/ppp's
  32460. otchecknetfornbpname
  32461. otgetendpointinfo
  32462. other[
  32463. otherresinfo-mungede
  32464. network
  32465. setup
  32466. network
  32467. preferences
  32468. dumpnetworksetup
  32469. networking
  32470. newgworldr
  32471. cially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of a
  32472.  real project.
  32473. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  32474. You will need to download InputSprocket 1.2.1 in order to build this project.
  32475. Feb 00
  32476. 72014X
  32477. Nov 00^    TC Disk 1
  32478. --set theItem to choose file -- uncomment to test in an AS editor
  32479.     tell application "Finder"
  32480.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreNetworkSetup:"
  32481.         activate
  32482.     end tell
  32483. on error errMsg number errNum
  32484.     --enter statements to perform when no records are found such as...
  32485.     display dialog "Sorry, the item you selected could not be found."
  32486.     return
  32487. end try
  32488. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  32489. Dev.CD Nov 00 TC Disk 1
  32490. All Packages
  32491. MoreOSL
  32492. 72015X
  32493. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  32494. JfMoreInterfaceLib
  32495. MoreMemory
  32496. MoreQuickDraw
  32497. MoreSetup.h
  32498. MoreTextUtils
  32499. NetworkSetup
  32500. PLStringFuncs
  32501. Read MeK
  32502. Jan 99L
  32503. Dec 99M
  32504. Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreNetworkSetup:PHDev.CD Nov 00 TC Disk 1
  32505.  - Sample Code
  32506.  - Networking
  32507.  - MoreNetworkSetup
  32508. 72615X
  32509. Nov 00^    TC Disk 1
  32510. --set theItem to choose file -- uncomment to test in an AS editor
  32511.     tell application "Finder"
  32512.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:SpriteWorld:"
  32513.         activate
  32514.     end tell
  32515. on error errMsg number errNum
  32516.     --enter statements to perform when no records are found such as...
  32517.     display dialog "Sorry, the item you selected could not be found."
  32518.     return
  32519. end try
  32520. e    No Changef(Sprite
  32521. SpriteWorld
  32522. blitter
  32523. Graphicso&http://developer.apple.com/samplecode/q
  32524. Dev.CD Nov 00 TC Disk 1
  32525. All Packages
  32526. SprocketInvaders
  32527. SprocketInvaders is a full featured game specfically built to demonstrate GameSprockets.  It contains implmentations of Draw, Sound, Input and Net Sprocket.  It also shows some other basic techniques for games, such as handling events loops, sprites and CD audio.
  32528. Feb 00V
  32529. 72616X
  32530. 1e    No Change
  32531. 68KSimpleText
  32532. 68KSimpleText.make
  32533. AboutBox.c
  32534. AboutBox.h
  32535. AboutBox.r
  32536. AGFile.h
  32537. AGFileLib.o
  32538. AGFileLib.xcoff
  32539. AppleGuideGlue.xcoff
  32540. Clipboard.c
  32541. Clipboard.h
  32542. Clipboard.r
  32543. CW 10 BuildFolder
  32544. FATSimpleText
  32545. FATSimpleText.make
  32546. GXFile.c
  32547. GXFile.h
  32548. GXFile.r
  32549. Localize.r
  32550. MacIncludes.h
  32551. MacIncludes.pch
  32552. MovieFile.c
  32553. MovieFile.h
  32554. MovieFile.r
  32555. PICTFile.c
  32556. PICTFile.h
  32557. PICTFile.r
  32558. PPCSimpleText
  32559. PPCSimpleText.make
  32560. SimpleText.c
  32561. SimpleText.doc
  32562. SimpleText.h
  32563. SimpleText.r
  32564. TextDrag.c
  32565. TextFile.a
  32566. TextFile.c
  32567. TextFile.h
  32568. TextFile.r
  32569. ThreB.eDMetafile.c
  32570. ThreeDMetafile.h
  32571. ThreeDMetafile.r
  32572. dzversion
  32573. e-spanish
  32574. easyview
  32575. editcdev
  32576. editcdev
  32577. editcdev
  32578. editorc
  32579. edittextcdev
  32580. edittextcdev
  32581. eenie
  32582. eenie
  32583. mamake
  32584. eenie
  32585. eenierez
  32586. eenierez
  32587. ffectdispatch
  32588. effectdispatch
  32589. effectfilter16
  32590. effectfilter16
  32591. effectfilter32
  32592. effectfilter32
  32593. O:Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:PBDev.CD Nov 00 TC Disk 2
  32594.  - Sample Code
  32595.  - Overview
  32596.  - MoreIsBetterV
  32597. 72013X
  32598. Nov 00^    TC Disk 2
  32599. --set theItem to choose file -- uncomment to test in an AS editor
  32600.     tell application "Finder"
  32601.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:"
  32602.         activate
  32603.     end tell
  32604. on error errMsg number errNum
  32605.     --enter statements to perform when no records are found such as...
  32606.     display dialog "Sorry, the item you selected could not be found."
  32607.     return
  32608. end try
  32609. e    No ChangefUhigh level
  32610. toolbox
  32611. MoreFiles
  32612. MoreIsBetter
  32613. wrapper
  32614. library code
  32615. MoreIsBetterq
  32616. Dev.CD Nov 00 TC Disk 2
  32617. All Packages
  32618. MoreNetworkSetup
  32619. 72014X
  32620. ities
  32621.  - DropDisk 1.0b5V
  32622. 70141X
  32623. Dec 99^
  32624. N]high level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library code, MoreIsBetter(Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  32625. Features:  This updated version fixes a bug which prevented Drop
  32626. PS from seeing printers in zones other than the default one.
  32627. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  32628. PS is freeware, provided by Bare Bones Software.
  32629. J-!NOT AN APPLE PRODUCT!:
  32630. About Drop
  32631. Nov 94L
  32632. Sep 95M
  32633. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  32634. PS 1.1.3:PFDev.CD Nov 99 TC
  32635.  - Tool Chest
  32636.  - Developer Utilities
  32637.  - Drop
  32638. PS 1.1.3
  32639. tanding of how SpriteWorld works, or change areas you want to work differently. 
  32640. The SpriteWorld package including the source code, documentation, and sample code is wholly owned andCopyright 
  32641.  1995-2000 by Vern Jensen, Karl Bunker, and Anders Bj
  32642. rklund
  32643.     This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
  32644.     Permission is granted to anyone to use this software for any p
  32645. urpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
  32646.     1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  32647.     2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  32648. solution
  32649. solutions
  32650. solve
  32651. solved
  32652. solves
  32653. theny
  32654. system
  32655. can't
  32656. even[
  32657. there's
  32658. thereby
  32659. therefore
  32660. theresa
  32661. these`
  32662. these
  32663. applications
  32664. demonstrate
  32665. write
  32666. background
  32667. theta
  32668. finderevents
  32669. findfamilies
  32670. finding
  32671. finding
  32672. applications
  32673. creator
  32674. firewire
  32675. firewire
  32676. video
  32677. output
  32678. firmware
  32679. fixed
  32680. fixed
  32681. point
  32682. floating
  32683. floating
  32684. window
  32685. floppy
  32686. floppy
  32687. folder
  32688. folder
  32689. encoding
  32690. family
  32691. management
  32692. manager
  32693. metrics
  32694. fonts
  32695. fontsync
  32696. forecolor
  32697. foreground
  32698. clearly
  32699. 00 TC Disk 2:Sample Code:Printing:DropPrint USB:PCDev.CD Nov 00 TC Disk 2
  32700.  - Sample Code
  32701.  - Printing
  32702.  - DropPrint USBV
  32703. 70142X
  32704. Nov 00^    TC Disk 2
  32705. --set theItem to choose file -- uncomment to test in an AS editor
  32706.     tell application "Finder"
  32707.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:DropPrint USB:"
  32708.         activate
  32709.     end tell
  32710. on error errMsg number errNum
  32711.     --enter statements to perform when no records are found such as...
  32712.     display dialog "Sorry, the item you selected could not be found."
  32713.     return
  32714. end try
  32715. e    No Changef    print
  32716. Dev.CD Nov 00 TC Disk 2
  32717. All Packages
  32718. DSApplet
  32719. [This applet demonstrates how to stream an movie from the server and create a sprite from it. It defines MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite. Its preferred that you create an archive of the classes directory when if you wish to put the applet on the web server.
  32720. 16-bit
  32721. 16384
  32722. 16x16
  32723. 17000
  32724. 1992-1995
  32725. 1993-94
  32726. 1995{
  32727. accelerated
  32728. power
  32729. macintosh
  32730. artwork
  32731. program
  32732. 1995-2000
  32733. 1996S
  32734. 1999{
  32735. imagewriter
  32736. 2-1.1.3
  32737. 2-335
  32738. 2-341
  32739. prototypes
  32740. prototyping
  32741. prototyping
  32742. toolkit
  32743. protoviews
  32744. protoviews
  32745. protoviews
  32746. protoviews
  32747. providerfactory
  32748. providerfactory
  32749. providerfactory
  32750. providerfactory
  32751. providerfactory
  32752. pshdldemo
  32753. All Packages
  32754. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32755. Dev.CD Jan 94
  32756. Dev.CD Oct 93
  32757. Dev.CD Jul 93
  32758. Dev.CD Apr 93PDDev.CD Apr 94
  32759. Dev.CD Jan 94
  32760. Dev.CD Oct 93
  32761. Dev.CD Jul 93
  32762. Dev.CD Apr 9V
  32763. 72896X
  32764. Apr 94
  32765. --set theItem to choose file -- uncomment to test in an AS editor
  32766.     tell application "Finder"
  32767.         open item "Dev.CD Apr 94
  32768. Dev.CD Jan 94
  32769. Dev.CD Oct 93
  32770. Dev.CD Jul 93
  32771. Dev.CD Apr 93"
  32772.         activate
  32773.     end tell
  32774. on error errMsg number errNum
  32775.     --enter statements to perform when no records are found such as...
  32776.     display dialog "Sorry, the item you selected could not be found."
  32777.     return
  32778. end try
  32779. All Packages
  32780. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32781. Dev.CD Jan 94
  32782. Dev.CD Oct 93
  32783. Dev.CD Jul 93
  32784. Dev.CD Apr 93PDDev.CD Apr 94
  32785. Dev.CD Jan 94
  32786. Dev.CD Oct 93
  32787. Dev.CD Jul 93
  32788. Dev.CD Apr 9V
  32789. 72897X
  32790. Apr 94
  32791. ignore
  32792. ignores
  32793. ignoring
  32794. context
  32795. switch
  32796. context
  32797. switch
  32798. context
  32799. switch
  32800. context
  32801. switch
  32802. debugging
  32803. dsuserprocs
  32804. dsuserprocs
  32805. dsuserprocs
  32806. dsutils
  32807. dsutils
  32808. dsutils
  32809. stylechat
  32810. utilities
  32811. utilitieslib
  32812. dtscpluslib
  32813. dtscpluslib
  32814. dtscpluslibrary
  32815. dtscpluslibrary
  32816. dzautodrone
  32817. dzautodrone
  32818. dzautodroneburn
  32819. dzautodroneburn
  32820. dzautodroneexpl
  32821. dzautodroneexpl
  32822. dzdisplay
  32823. dzdisplay
  32824. dzdisplay
  32825. dzdrone
  32826. dzdrone
  32827. dzdrone
  32828. dzevenmoreresources
  32829. dzevenmoreresources
  32830. dzevents
  32831. dzevents
  32832. dzevents
  32833. dzgame
  32834. dzgame
  32835. dzgame
  32836. dzinput
  32837. selection
  32838. selectors
  32839. sendaec
  32840. sendae
  32841. sendae
  32842. sendera
  32843. sender
  32844. sender
  32845. sender
  32846. sender
  32847. rsrca
  32848. sendps
  32849. sendps
  32850. sequel
  32851. sequencer
  32852. sequences
  32853. serial
  32854. serial
  32855. arbitration
  32856. serialdriverarb
  32857. serialdriverarb
  32858. serialdriverarbitrat
  32859. serialdriverarbitrat
  32860. serialportsample
  32861. serialportsample
  32862. serialportsample
  32863. serialportsample
  32864. pbproj
  32865. serverT
  32866. server
  32867. controller
  32868. server
  32869. controller
  32870. server
  32871. controller
  32872. server
  32873. remote
  32874. control
  32875. server
  32876. remote
  32877. control
  32878. servercontrolintf
  32879. servercontrolintf
  32880. setfileflag
  32881. setfileflag
  32882. setfinderlock
  32883. setfinderlock
  32884. setfinfo
  32885. setfinfo
  32886. setfolderflag
  32887. setfolderflag
  32888. setlockbit
  32889. setlockbit
  32890. setlockbitatomsample
  32891.     E\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  32892. MoreFinderEvents.cp
  32893. MoreFinderEvents.h
  32894. TestFinderEvents
  32895. TestFinderEvents.c
  32896. TestFinderEvents.rsrc
  32897. TestFinderEvents.
  32898. Why was this archived?K
  32899. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsOZDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Interapplication Comm:Finder:MoreFinderEvents:PhDev.CD Nov 00 TC Disk 1
  32900.  - Sample Code
  32901.  - Archive
  32902.  - Interapplication Comm
  32903.  - Finder
  32904.  - MoreFinderEventsRJq
  32905. Dev.CD Nov 00 TC Disk 2
  32906. All Packages
  32907. DSp Context Switch
  32908. 70144X
  32909. usage
  32910. usbprinterclass
  32911. usbprinterdriver
  32912. This sample code illustrates how to compress and decompress JPEG images using QuickTime. We use the FCompressImage function, but you could also use the CompressImage function. Although this sample demonstrates only JPEG compression/decompression, you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  32913. This code is based largely on the existing code sample "JPEG Sample" by Mike Marinkovich and Guillermo Ortiz. This newer version is uncBcoupled from the Mac application framework they used and now runs on Windows.
  32914. Enjoy,
  32915. QuickTime Team
  32916. J>Building QT Samples
  32917. QTReadWriteJPEG.c
  32918. QTReadWriteJPEG.h
  32919. READMEOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtreadwritejpeg:PQDev.CD Nov 00 TC Disk 2
  32920.  - Sample Code
  32921.  - QuickTime
  32922.  - Goodies
  32923.  - qtreadwritejpeg
  32924. update-based
  32925. updatedr
  32926. updated
  32927. conceptual
  32928. reference
  32929. documentation
  32930. updatemovies
  32931. updater
  32932. updateresfile
  32933. updatesv
  32934. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  32935. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  32936. Issues:
  32937. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  32938. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  32939. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  32940. [3] It's been sugges
  32941. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  32942. --set theItem to choose file -- uncomment to test in an AS editor
  32943.     tell application "Finder"
  32944.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  32945.         activate
  32946.     end tell
  32947. on error errMsg number errNum
  32948.     --enter statements to perform when no records are found such as...
  32949.     display dialog "Sorry, the item you selected could not be found."
  32950.     return
  32951. end try
  32952. eject
  32953. cards
  32954. location
  32955. module
  32956. embedding
  32957. embedding
  32958. profile
  32959. documentation
  32960. empty
  32961. empty
  32962. engine
  32963. emulator
  32964. enable/disable
  32965. e    No Changeq
  32966. Dev.CD Nov 00 TC Disk 1
  32967. All Packages
  32968. New & RevisedF
  32969. Virtual User 3.2
  32970. Virtual User is the primary tool used by Apple Computer to perform integration, compatibility, and user-perceived performance testing.
  32971. Virtual User 3.2 is a full release version with major and minor enhancements, and several bug fixes.  See the VU 3.2 Release Notes for details.
  32972. Includes: Virtual User (PowerPC-only application, Mac OS 8.1-9.x compatible);  Agent VU (enabling system extension); documents; examples.
  32973. Virtual User 3.2.binK
  32974. Dec 97L
  32975. Dec 00
  32976.  00 RL Disk 1:What's New:Tool Chest:Testing & Debugging:Virtual User 3.2:V
  32977. 73028X
  32978. UpdatedoPftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Virtual_User_Tools/
  32979. 72609X
  32980. May 98^
  32981. --set theItem to choose file -- uncomment to test in an AS editor
  32982.     tell application "Finder"
  32983.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  32984.         activate
  32985.     end tell
  32986. on error errMsg number errNum
  32987.     --enter statements to perform when no records are found such as...
  32988.     display dialog "Sorry, the item you selected could not be found."
  32989.     return
  32990. end try
  32991. e    No Changeq
  32992. Dev.CD May 98 TC
  32993. All Packages
  32994. SPEC S&L v.1.0.1
  32995.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  32996. Features:
  32997. Electronic Documentation in Apple DocViewer form.
  32998. 27 different 3rd party application scripts.
  32999. 26 Virtual User libraries
  33000. Several V.U. external tools to aid test automation
  33001. Issues:  Not supported
  33002. Virtual User tools.imgK
  33003. Feb 94M
  33004. Virtual User 2.0.1OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:V
  33005. 72610X
  33006. 1e    No Change
  33007. B-British:
  33008. BR-BrazilianPortuguese:
  33009. C-French Canadian:
  33010. CH-Simplified Chinese:
  33011. D-German:
  33012. DK-Danish:
  33013. Dutch:
  33014. E-Spanish:
  33015. F-French:
  33016. H-Norwegian:
  33017. Japanese:
  33018. K-Finnish:
  33019. KH-HangulKorean:
  33020. N-Dutch:
  33021. PO-Portuguese:
  33022. S-Swedish:
  33023. T-Italian:
  33024. TA-TradChinese:K
  33025. Apr 93L
  33026. Jul 98M
  33027. Requires a Mac OS
  33028. based computer with a 68040 or PowerPC processor (excludes 68030-based systems with 68040 processor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  33029. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  33030.  - System Software
  33031.  - Worldwide System SoftwareV
  33032. 73070X
  33033. Jul 98^
  33034. SSW/SDK
  33035. e    No Change
  33036. yes/no
  33037. yield/suspend/resume
  33038. yielding
  33039. yieldtoanythread
  33040. 72012X
  33041. Nov 00^    TC Disk 1
  33042. --set theItem to choose file -- uncomment to test in an AS editor
  33043.     tell application "Finder"
  33044.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Interapplication Comm:Finder:MoreFinderEvents:"
  33045.         activate
  33046.     end tell
  33047. on error errMsg number errNum
  33048.     --enter statements to perform when no records are found such as...
  33049.     display dialog "Sorry, the item you selected could not be found."
  33050.     return
  33051. end try
  33052. Movedf&Finder AppleEvents FinderEvents eventsq
  33053. Dev.CD Nov 00 TC Disk 1
  33054. All Packages
  33055. MoreIsBetter
  33056. "MoreIsBetter is a code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  33057. It contains wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  33058. J+MIB-Clients
  33059. MIB-Documentation
  33060. MIB-LibrariesK
  33061. Nov 98L
  33062. Dec 99M
  33063. Universal Headers 3.2
  33064. developer's
  33065. developer/documentat
  33066. developersT
  33067. developingW
  33068. developments{
  33069. devfeedback
  33070. devicel
  33071. deviceloop
  33072. devicesW
  33073. devon
  33074. devsupport
  33075. code-reviewed
  33076. code-swapping
  33077. codec
  33078. codecs
  33079. coded
  33080. codesV
  33081. codewarriorZ
  33082. upMenu
  33083. MarkC
  33084. MarkPascal
  33085. MountProjector
  33086. MountServer
  33087. MyBuildMenu
  33088. OpenCheckedOut
  33089. OpenMultFiles
  33090. OSErr
  33091. PasMatIt
  33092. Print2
  33093. ProjectFolders
  33094. ProjectMenu
  33095. ProjListMenu
  33096. RelString
  33097. SetMarkers
  33098. SetMFSB
  33099. SetProject
  33100. SetProjector
  33101. SourceMenu
  33102. StripUnits
  33103. UnmountProjector
  33104. UnwrapCommentText
  33105. UserStartup
  33106. Goodies
  33107. WrapCommentText
  33108. MPW Goodies Info
  33109. MPW Goodies Info.txt
  33110. ATags
  33111. ATags Manual
  33112. ATags Manual.txt
  33113. CTags
  33114. Ctags Manual
  33115. Ctags Manual.txt
  33116. Findtag
  33117. Findtag Manual
  33118. Findtag Manual.txt
  33119. PopTag
  33120. PopTag Manual
  33121. PopTag Manual.txt
  33122. PTags
  33123. Ptags Manual
  33124. Ptags Manual.txt
  33125. READ ME
  33126. READ ME.txt
  33127. Sample Startup
  33128. Tags.Help
  33129. follows
  33130. font[
  33131. fontsN
  33132. fontsync
  33133. 9e    No Changeq
  33134. Dev.CD Nov 00 TC Disk 1
  33135. All Packages
  33136. System 7.0 WDEFI
  33137. Summary: System 7.0 standard window definition procedure.
  33138. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  33139. StandardWDEF.aK
  33140. Vol VIIIM
  33141. System 7.0O;Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 WDEF:PCDev.CD Nov 00 TC Disk 1
  33142.  - Tool Chest
  33143.  - Toolbox
  33144.  - System 7.0 WDEFV
  33145. 72663X
  33146. Nov 00^    TC Disk 1
  33147. --set theItem to choose file -- uncomment to test in an AS editor
  33148.     tell application "Finder"
  33149.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 WDEF:"
  33150.         activate
  33151.     end tell
  33152. on error errMsg number errNum
  33153.     --enter statements to perform when no records are found such as...
  33154.     display dialog "Sorry, the item you selected could not be found."
  33155.     return
  33156. end try
  33157. e    No Changeq
  33158. Dev.CD Nov 00 TC Disk 1
  33159. All Packages
  33160. System 7.5 Update 1.0O
  33161. Dev.CD Jan 96 SSWP
  33162. Dev.CD Jan 96 SSV
  33163. 72664X
  33164. Jan 96
  33165. (** = new, * = revised)
  33166. 2BufRecord&Play:  This application uses double buffering for both recording and playback.
  33167. 2BufRecordBufferCmd:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using bufferCmd.
  33168. 2BufRecordSndPlay:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using SndPlay.
  33169. BufCallback:  This code demonstrates the use of a call back routine with the sound
  33170.  manager.  All it does is play a sound with bufferCmd and then wait for the call back routine to be called.  When the routine is called the app goes back to the event loop.
  33171. Cheap Studio: This sample shows how to use the SndPlayDoubleBufferand Record to disk examples to make a program that plays and records at the same time.
  33172. ClickSound:  A simple sound producer.
  33173. Double Buffer:  This sample application shows how to play sounds using double buffering.
  33174. EasyPlayRecord:  This simple applicat
  33175. utesample
  33176. utilcode
  33177. utilitiesQ
  33178. utilities
  33179. utilities
  33180. utilities
  33181. utilitiescommon
  33182. utilitiescommon
  33183. utilitieslib
  33184. utility
  33185. utilityservices
  33186. uwindoid
  33187. uwindoid
  33188. uwindoid
  33189. v1.5.2
  33190. v1.5.3
  33191. validator
  33192. MoreFiles is a collection of high-level routines written over the years to answer File Manager questions developers have sent to Apple Developer Technical Support, and to answer questions on various online services and the internet. The routines have been tested (but not stress-tested), documented, code-reviewed, and used in both my own programs, the Macintosh OS, and in many commercial products.
  33193. J1CHeaders
  33194. MoreFilesReadMe
  33195. PascalInterfaces
  33196. SourcesK
  33197. Nov 93L
  33198. Nov 98N
  33199. File Manager Sample CodeO4Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MoreFiles:P<Dev.CD Nov 00 TC Disk 1
  33200.  - Sample Code
  33201.  - Files
  33202.  - MoreFilesght
  33203. SETPT
  33204. SETRECT
  33205. BTstBool
  33206. BTstQ
  33207. CenterWindow
  33208. CenterRectInRect
  33209. GetRectDevice
  33210. GetRectDeviceRect
  33211. GetWindowDevice
  33212. GetWindowDeviceRect
  33213. PStrConcat
  33214. ZoomToWindowDevice
  33215. DTS.Utilitiesq
  33216. Dev.CD Nov 00 TC Disk 2
  33217. All Packages
  33218. DTSCPlusLibraryV
  33219. 70147X
  33220. simple
  33221. simple
  33222. sample
  33223. which
  33224. demonstrates
  33225. setdeskcpa
  33226. simple
  33227. program
  33228. simpleapp
  33229. simplechooser
  33230. simplecocoaapp
  33231. simplecocoaapp
  33232. small
  33233. application
  33234. meant
  33235. simpleeditsdi
  33236. simpleeditsdi
  33237. sample
  33238. application
  33239. demonstrates
  33240. simplehelp
  33241. simplehelp
  33242. basic
  33243. sample
  33244. demonstrates
  33245. adding
  33246. simpleinit
  33247. 3.2.1
  33248. 8.5.1
  33249. 802.2
  33250. 802.3
  33251. a/roseR
  33252. 72468X
  33253. Oct 98^
  33254. x--set theItem to choose file -- uncomment to test in an AS editor
  33255.     tell application "Finder"
  33256.         open item "Dev.CD Oct 98 SDK:Development Kits:"
  33257.         activate
  33258.     end tell
  33259. on error errMsg number errNum
  33260.     --enter statements to perform when no records are found such as...
  33261.     display dialog "Sorry, the item you selected could not be found."
  33262.     return
  33263. end try
  33264. DeletedfUQTVR
  33265. QuickTime VR
  33266. Make QTVR Object
  33267. Make QTVR Panorama
  33268. QuickTime
  33269. virtual reality
  33270. toolsq
  33271. Dev.CD Oct 98 SDK
  33272. xD(All Packages
  33273. Reference Library Edition
  33274. QuickView
  33275.  Developer Edition
  33276. All Packages
  33277. QuickDraw GXO
  33278. Dev.CD Apr 95
  33279. Dev.CD Jan 95P
  33280. Dev.CD Apr 95
  33281. Dev.CD Jan 9V
  33282. 72336X
  33283. Apr 95
  33284. p--set theItem to choose file -- uncomment to test in an AS editor
  33285.     tell application "Finder"
  33286.         open item "Dev.CD Apr 95
  33287. Dev.CD Jan 95"
  33288.         activate
  33289.     end tell
  33290. on error errMsg number errNum
  33291.     --enter statements to perform when no records are found such as...
  33292.     display dialog "Sorry, the item you selected could not be found."
  33293.     return
  33294. end try
  33295. All Packages
  33296. QuickDraw GXO
  33297. Dev.CD Apr 95
  33298. Dev.CD Jan 95P
  33299. Dev.CD Apr 95
  33300. Dev.CD Jan 9V
  33301. 72337X
  33302. Apr 95
  33303. p--set theItem to choose file -- uncomment to test in an AS editor
  33304.     tell application "Finder"
  33305.         open item "Dev.CD Apr 95
  33306. Dev.CD Jan 95"
  33307.         activate
  33308.     end tell
  33309. on error errMsg number errNum
  33310.     --enter statements to perform when no records are found such as...
  33311.     display dialog "Sorry, the item you selected could not be found."
  33312.     return
  33313. end try
  33314. All Packages
  33315. b--set theItem to choose file -- uncomment to test in an AS editor
  33316.     tell application "Finder"
  33317.         open item "Dev.CD Jul 95"
  33318.         activate
  33319.     end tell
  33320. on error errMsg number errNum
  33321.     --enter statements to perform when no records are found such as...
  33322.     display dialog "Sorry, the item you selected could not be found."
  33323.     return
  33324. end try
  33325. packages
  33326. 72011X
  33327. Nov 00^    TC Disk 1
  33328. --set theItem to choose file -- uncomment to test in an AS editor
  33329.     tell application "Finder"
  33330.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MoreFiles:"
  33331.         activate
  33332.     end tell
  33333. on error errMsg number errNum
  33334.     --enter statements to perform when no records are found such as...
  33335.     display dialog "Sorry, the item you selected could not be found."
  33336.     return
  33337. end try
  33338. e    No Changef
  33339. File Manager Sample Codeq
  33340. Dev.CD Nov 00 TC Disk 1
  33341. All Packages
  33342. MoreFinderEvents
  33343. 72012X
  33344. tion "Finder"
  33345.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:DTSCPlusLibrary:"
  33346.         activate
  33347.     end tell
  33348. on error errMsg number errNum
  33349.     --enter statements to perform when no records are found such as...
  33350.     display dialog "Sorry, the item you selected could not be found."
  33351.     return
  33352. end try
  33353. e    No Changef?C++
  33354. framework
  33355. rapid application development
  33356. DTSCPlusLibraryq
  33357. Dev.CD Nov 00 TC Disk 2
  33358. All Packages
  33359. color
  33360. space
  33361. profile
  33362. labelmenu
  33363. labelmenu
  33364. labelmenu
  33365. labelmenu
  33366. labelmenu
  33367. language
  33368. language
  33369. analysis
  33370. entire
  33371. contents
  33372. network
  33373. dumps
  33374. dumpsrec
  33375. dumpster
  33376. duplicate
  33377. during_
  33378. dutch
  33379. dvd-rom
  33380. dykstra-erickson
  33381. dylan
  33382. yours
  33383. yourself
  33384. yuv-decomposed
  33385. zanzibar
  33386. zap's
  33387. zaptcp
  33388. dukemovie
  33389. dukemovie
  33390. dumparpcache
  33391. dumparpcache
  33392. dumparpcache
  33393. dumparpcache
  33394. dumpnetworksetup
  33395. dumpnetworksetup
  33396. dumpnetworksetup
  33397. dumpnetworksetup-ppc
  33398. dumpscreen
  33399. dumpscreen
  33400. dumpscreen
  33401. dumpster
  33402. dutch
  33403. dutch
  33404. 1.1.3
  33405. primer
  33406. dzautodrone
  33407. dzautodrone
  33408. dzautodroneburn
  33409. dzautodroneburn
  33410. dzautodroneexpl
  33411. dzautodroneexpl
  33412. dzdisplay
  33413. dzdisplay
  33414. dzdisplay
  33415. dzdrone
  33416. dzdrone
  33417. dzdrone
  33418. dzevenmoreresources
  33419. dzevenmoreresources
  33420. dzevents
  33421. dzevents
  33422. dzevents
  33423. dzgame
  33424. dzgame
  33425. dzgame
  33426. dzinput
  33427. sample
  33428. serves
  33429. purposes
  33430. contains
  33431. sample
  33432. sample
  33433. shows
  33434. implementation
  33435. netsprocket
  33436. sample
  33437. shows
  33438. basic
  33439. implementations
  33440. drawsprocket
  33441. sample
  33442. shows
  33443. build
  33444. three
  33445. types
  33446. quicktime
  33447. sample
  33448. shows
  33449. transport
  33450. sample
  33451. shows
  33452. create
  33453. basic
  33454. controlstrip
  33455. module
  33456. sample
  33457. shows
  33458. commonly
  33459. sample
  33460. shows
  33461. access
  33462. interactive
  33463. sample
  33464. shows
  33465. macapp
  33466. behaviors
  33467. sample
  33468. shows
  33469. thread
  33470. application
  33471. sample
  33472. shows
  33473. cmchoose
  33474. cmgetconfig
  33475. sample
  33476. shows
  33477. spbrecord
  33478. record
  33479. memory
  33480. sample
  33481. shows
  33482. network
  33483. setup
  33484. library
  33485. sample
  33486. shows
  33487. postscripthandle
  33488. piccomment
  33489. sample
  33490. shows
  33491. quicktime
  33492. graphicimporter
  33493. transport
  33494. autopush
  33495. driver
  33496. transport
  33497. resource
  33498. codewarrior
  33499. ethern
  33500. transport
  33501. debug
  33502. transport
  33503. kernel
  33504. strlog
  33505. debug
  33506. streams
  33507. otstreaml
  33508. transport
  33509. appletalk
  33510. rawmode
  33511. nbplookup
  33512. otlookup
  33513. transport
  33514. mapper
  33515. mapperref
  33516. otlookupnametest
  33517. transport
  33518. netstat
  33519. display
  33520. cache
  33521. logical
  33522. physic
  33523. transport
  33524. no-copy
  33525. receives
  33526. otbuffer
  33527. otbufferinfo
  33528. nocopy
  33529. transport
  33530. rawip
  33531. otpingsample
  33532. transport
  33533. traceroute
  33534. rawip
  33535. ottraceroutesamp
  33536. transport
  33537. otgetendpointinfo
  33538. tendpointinfo
  33539. etsda
  33540. transport
  33541. otlifo
  33542. otfifo
  33543. otlink
  33544. linked
  33545. transport
  33546. otoptionmanagment
  33547. option
  33548. management
  33549. getsetopt
  33550. transport
  33551. registry
  33552. otgetindexedport
  33553. transport
  33554. serial
  33555. registry
  33556. otgetuserportnamefro
  33557. transport
  33558. server
  33559. tilisten
  33560. notifiers
  33561. listen/accept
  33562. hando
  33563. ottcpwilldial
  33564. Nov 00^    TC Disk 1
  33565. --set theItem to choose file -- uncomment to test in an AS editor
  33566.     tell application "Finder"
  33567.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  33568.         activate
  33569.     end tell
  33570. on error errMsg number errNum
  33571.     --enter statements to perform when no records are found such as...
  33572.     display dialog "Sorry, the item you selected could not be found."
  33573.     return
  33574. end try
  33575. e    No Changeq
  33576. Dev.CD Nov 00 TC Disk 1
  33577. All Packages
  33578. SlotsI
  33579. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  33580. SlotsK
  33581. Oct 92OCDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:SlotsPNDev.CD Nov 00 TC Disk 1
  33582.  - Tool Chest
  33583.  - Devices
  33584.  - NuBus/Slot Manager
  33585.  - SlotV
  33586. 72569X
  33587. Nov 00^    TC Disk 1
  33588. e    No Change
  33589. tesapple
  33590. draggingspritesapple
  33591. draglib
  33592. dragstuff
  33593. dragstuff
  33594. dragutils
  33595. dragutils
  33596. dragwindowgrid
  33597. timecode
  33598. media
  33599. handler
  33600. use-nvramrc
  33601. 70150X
  33602. Nov 00^    TC Disk 1
  33603. e    No Changeo&http://developer.apple.com/samplecode/
  33604. arcellana
  33605. architectural
  33606. architecture{
  33607. chitectures
  33608. archive
  33609. archived
  33610. archivesz
  33611. e    No Changef
  33612. QuickTime
  33613. Dev.CD Nov 00 TC Disk 2
  33614. All Packages
  33615. VelEng FFT
  33616. G4 Velocity Engine implementation of fast Fourier transform (FFT) and associated convolution/correlation routines. 
  33617. Though arbitrary signal lengths (i.e. all powers of 2) are handled, our design emphasis is on very long signals (length N >= 2^16 and on into the millions), for which cache considerations are paramount. The core of the library is a particular variant of full-complex FFT that for signal length N = 2^10 executes at 1.15 giga ops (500 MHz G4). This cache-friendly, core FFT play
  33618. .s a dominant role in the long-signal cases such as two-dimensional FFT and convolution. More important perhaps than the core performance benchmark is the manner in which one can sift through the myriad prevailing (and new) FFT frameworks, to arrive at a suitable such framework for the Velocity Engine.
  33619. J?G4 FFT.pdf
  33620. Test vBigDSP
  33621. Test vBigDSP.c
  33622. Test vBigDSP.out
  33623. vBigDSPM
  33624. G4019X
  33625. 1e    No Change
  33626. macin
  33627. opentransport
  33628. opentransport
  33629. cache
  33630. display
  33631. dumparpcache
  33632. opentransport
  33633. control
  33634. strip
  33635. module
  33636. opentransport
  33637. server
  33638. thread
  33639. manager
  33640. tcp/ip
  33641. iostreams
  33642. optimization
  33643. optimization
  33644. buffered
  33645. system
  33646. cache
  33647. cacheline
  33648. optimizati
  33649. optimization
  33650. power
  33651. macintosh
  33652. powerpc
  33653. toolbox
  33654. option
  33655. oracle
  33656. ordered
  33657. oriented
  33658. ot/ppp
  33659. ot/ppp
  33660. control
  33661. strip
  33662. ot/ppp
  33663. control
  33664. strip
  33665. sample
  33666. ot/ppp
  33667. transport
  33668. getpppstatus
  33669. ot/ppp
  33670. otbuffer
  33671. otbufferinfo
  33672. otdumpinternetstatus
  33673. otdumpportregistry
  33674. otendpointinfo
  33675. otfifo
  33676. otfindserialports
  33677. otgetendpointinfo
  33678. otgetindexedport
  33679. otgetuserportnamefro
  33680. otlifo
  33681. otlink
  33682. otllctest
  33683. otlookup
  33684. otlookupnametest
  33685. otoptionmanagment
  33686. otpapsampleserver
  33687. "AEHelpers.c
  33688. AEHelpers.h
  33689. FileHelpers.c
  33690. FileHelpers.h
  33691. FinderRegistry.h
  33692. MoreAppleEvents.mcp
  33693. MoreAppleEventsLib(PPC)
  33694. MoreFinderEvents.c
  33695. MoreFinderEvents.h
  33696. ObjectHelpers.c
  33697. ObjectHelpers.h
  33698. OSAHelpers.c
  33699. OSAHelpers.h
  33700. PrivateConditionals.h
  33701. ProcessHelpers.c
  33702. ProcessHelpers.h
  33703. ProductInfo
  33704. VersionInfo.r
  33705. MOMinimum system version: 7.0, Also used some functions in the MoreFiles package.N.AppleScript, Apple events, AppleEvents, FinderOJDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MoreAppleEvents:PRDev.CD Nov 00 TC Disk 1
  33706.  - Sample Code
  33707.  - Interapplication Comm
  33708.  - MoreAppleEventsnd audio can be delivered to the consumer on a single interactive c
  33709. 70151X
  33710. Open TransportN$Open Transport, autopush, sad driverO<Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreAutoPush:PDDev.CD Nov 00 TC Disk 1
  33711.  - Sample Code
  33712.  - Networking
  33713.  - MoreAutoPushV
  33714. 72010X
  33715. Nov 00^    TC Disk 1
  33716. --set theItem to choose file -- uncomment to test in an AS editor
  33717.     tell application "Finder"
  33718.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreAutoPush:"
  33719.         activate
  33720.     end tell
  33721. on error errMsg number errNum
  33722.     --enter statements to perform when no records are found such as...
  33723.     display dialog "Sorry, the item you selected could not be found."
  33724.     return
  33725. end try
  33726. e    No Changef"Open Transport
  33727. autopush
  33728. sad drivero&http://developer.apple.com/samplecode/q
  33729. Dev.CD Nov 00 TC Disk 1
  33730. All Packages
  33731. F    MoreFiles
  33732. 72011X
  33733. All Packages
  33734. System Enabler 065 (LC 575)O
  33735. Dev.CD Apr 94
  33736. Dev.CD Jan 94P
  33737. Dev.CD Apr 94
  33738. Dev.CD Jan 9V
  33739. 72781X
  33740. Apr 94
  33741. p--set theItem to choose file -- uncomment to test in an AS editor
  33742.     tell application "Finder"
  33743.         open item "Dev.CD Apr 94
  33744. Dev.CD Jan 94"
  33745.         activate
  33746.     end tell
  33747. on error errMsg number errNum
  33748.     --enter statements to perform when no records are found such as...
  33749.     display dialog "Sorry, the item you selected could not be found."
  33750.     return
  33751. end try
  33752. All Packages
  33753. System Enabler 065 (LC 575)O
  33754. Dev.CD Apr 94P
  33755. Dev.CD Apr 9V
  33756. 72782X
  33757. Apr 94
  33758. b--set theItem to choose file -- uncomment to test in an AS editor
  33759.     tell application "Finder"
  33760.         open item "Dev.CD Apr 94"
  33761.         activate
  33762.     end tell
  33763. on error errMsg number errNum
  33764.     --enter statements to perform when no records are found such as...
  33765.     display dialog "Sorry, the item you selected could not be found."
  33766.     return
  33767. end try
  33768. All Packages
  33769. 72783
  33770. p--set theItem to choose file -- uncomment to test in an AS editor
  33771.     tell application "Finder"
  33772.         open item "Dev.CD Apr 92
  33773. Dev.CD Mar 92"
  33774.         activate
  33775.     end tell
  33776. on error errMsg number errNum
  33777.     --enter statements to perform when no records are found such as...
  33778.     display dialog "Sorry, the item you selected could not be found."
  33779.     return
  33780. end try
  33781. ulates
  33782. simulation
  33783. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  33784. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  33785. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  33786. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  33787. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  33788. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  33789. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  33790. 72009X
  33791. Nov 00^    TC Disk 1
  33792. --set theItem to choose file -- uncomment to test in an AS editor
  33793.     tell application "Finder"
  33794.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MoreAppleEvents:"
  33795.         activate
  33796.     end tell
  33797. on error errMsg number errNum
  33798.     --enter statements to perform when no records are found such as...
  33799.     display dialog "Sorry, the item you selected could not be found."
  33800.     return
  33801. end try
  33802. e    No Changef+AppleScript
  33803. Apple events
  33804. AppleEvents
  33805. Finderq
  33806. Dev.CD Nov 00 TC Disk 1
  33807. All Packages
  33808. MoreAutoPushI
  33809. This sample serves two purposes: it contains a sample code library that simplifies access to the STREAMS "sad" (autopush) driver, and it includes a program that you can use to establish arbitrary autopushes for testing purposes.
  33810. J8MoreOpenTransport
  33811. MoreSetup.h
  33812. Read Me About MoreAutoPushK
  33813. Nov 00O<Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreAutoPush:V
  33814. 72010X
  33815. 1e    No Changeo&http://developer.apple.com/samplecode/
  33816. catalogs
  33817. catch
  33818. catched
  33819. catches
  33820. categoriesj
  33821. category
  33822. catmoving
  33823. catsearch
  33824. causeX
  33825. caused
  33826. causes
  33827. causing
  33828. cautionP
  33829. caution
  33830. software
  33831. compatible
  33832. system
  33833. cautionary
  33834. caveats
  33835. cbufffilestream
  33836. tracker
  33837. sample
  33838. demonstrates
  33839. cdevse
  33840. cdk's
  33841. celestial
  33842. celik
  33843. center
  33844. centered
  33845. central
  33846. centre
  33847. certain
  33848. certainly
  33849. certificate
  33850. certificates
  33851. certified
  33852. cfdata
  33853. summary
  33854. macintosh
  33855. developer
  33856. notes
  33857. published
  33858. developer
  33859. summary
  33860. macintosh
  33861. technology
  33862. apple
  33863. summary
  33864. macintosh
  33865. translation
  33866. manager
  33867. summary
  33868. macodbc
  33869. standard
  33870. developers
  33871. write
  33872. summary
  33873. makemake
  33874. which
  33875. generates
  33876. correct
  33877. summary
  33878. manalyzer
  33879. local
  33880. network
  33881. analyzer
  33882. summary
  33883. memory
  33884. monitor
  33885. software
  33886. utility
  33887. which
  33888. provides
  33889. summary
  33890. midiconverter
  33891. application
  33892. converting
  33893. gener
  33894. ival Gd.pdf
  33895. QT3-More Than Dig. Video.pdf
  33896. Simplified Stream Audio.pdf
  33897. Web Animation Guide.pdf
  33898. WebObjects Database Part I.pdf
  33899. WebObjects Database Part II.pdf
  33900. WebObjects Memory Mgmt.pdf
  33901. WebObjects Tools and Techniques
  33902. WebObjectsCategories&Posers.pdf
  33903. WebObjectsPerformanceTuning
  33904. Working with WebObjects.pdf
  33905. Writing for Interactive Media
  33906. --set theItem to choose file -- uncomment to test in an AS editor
  33907.     tell application "Finder"
  33908.         open item "Dev.CD Apr 94
  33909. Dev.CD Jan 94
  33910. Dev.CD Oct 93
  33911. Dev.CD Jul 93
  33912. Dev.CD Apr 93"
  33913.         activate
  33914.     end tell
  33915. on error errMsg number errNum
  33916.     --enter statements to perform when no records are found such as...
  33917.     display dialog "Sorry, the item you selected could not be found."
  33918.     return
  33919. end try
  33920. savings
  33921. scale
  33922. scanner
  33923. scomQ
  33924. scrap
  33925. screent
  33926. scriptb
  33927. scriptableO
  33928. scripting
  33929. scriptswitcher
  33930. scriptswitcher
  33931. script
  33932. switcher
  33933. scroll
  33934. scrollbar
  33935. scrollbar
  33936. controls
  33937. setcontrolmaximum
  33938. setcontrolminimum
  33939. setco
  33940. scrollbars
  33941. scrolling
  33942. caching
  33943. calccmask
  33944. calcmask
  33945. calculate
  33946. calculates
  33947. calculates
  33948. value
  33949. counters
  33950. prescalers
  33951. calculator
  33952. calendar
  33953. calibration
  33954. callh
  33955. --set theItem to choose file -- uncomment to test in an AS editor
  33956.     tell application "Finder"
  33957.         open item "Dev.CD Apr 94
  33958. Dev.CD Jan 94
  33959. Dev.CD Oct 93
  33960. Dev.CD Jul 93
  33961. Dev.CD Apr 93"
  33962.         activate
  33963.     end tell
  33964. on error errMsg number errNum
  33965.     --enter statements to perform when no records are found such as...
  33966.     display dialog "Sorry, the item you selected could not be found."
  33967.     return
  33968. end try
  33969. internal
  33970. logic
  33971. internally
  33972. internals
  33973. international
  33974. internationalization
  33975. internety
  33976. interoperability
  33977. interoperate
  33978. All Packages
  33979. System Enabler 088 (AVs)O
  33980. Dev.CD Apr 94
  33981. Dev.CD Jan 94P
  33982. Dev.CD Apr 94
  33983. Dev.CD Jan 9V
  33984. 72821X
  33985. Apr 94
  33986. p--set theItem to choose file -- uncomment to test in an AS editor
  33987.     tell application "Finder"
  33988.         open item "Dev.CD Apr 94
  33989. Dev.CD Jan 94"
  33990.         activate
  33991.     end tell
  33992. on error errMsg number errNum
  33993.     --enter statements to perform when no records are found such as...
  33994.     display dialog "Sorry, the item you selected could not be found."
  33995.     return
  33996. end try
  33997. All Packages
  33998. System Enabler 088 (AVs)O
  33999. Dev.CD Apr 94
  34000. Dev.CD Jan 94P
  34001. Dev.CD Apr 94
  34002. Dev.CD Jan 9V
  34003. 72822X
  34004. Apr 94
  34005. p--set theItem to choose file -- uncomment to test in an AS editor
  34006.     tell application "Finder"
  34007.         open item "Dev.CD Apr 94
  34008. Dev.CD Jan 94"
  34009.         activate
  34010.     end tell
  34011. on error errMsg number errNum
  34012.     --enter statements to perform when no records are found such as...
  34013.     display dialog "Sorry, the item you selected could not be found."
  34014.     return
  34015. end try
  34016. Summary:  The Word Services Apple Event Suite allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is probably the simplest really useful thing you can do with Apple Events.
  34017. The Word Services SDK contains the suite specification, tutorial documents, the Spellswell 7 Demo from Working Software, a HyperCard Word Services XCMD and the complete source code to Writeswell Jr., a simple Word Services word processor.
  34018. Issues:  ThB
  34019. e Word Services SDK, including the specification and sample code, are copyrighted by Working Software, but the copyrights given in the code grant permission to distribute it. 
  34020. Spellswell
  34021.  7 Demo:
  34022. Word Services MacHack '94.pdf
  34023. Word Services Specification.pdf
  34024. Word Services XCMD 1.0d2:
  34025. Writeswell Jr.:K
  34026. Aug 96M
  34027. System 7.0 or later.OvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:
  34028. rPSDev.CD Feb 00 TC
  34029.  - What's New?
  34030.  - Development Kits
  34031.  - Mac OS
  34032.  - QuickTime Java SDKV
  34033. 72463X
  34034. Feb 00^
  34035. --set theItem to choose file -- uncomment to test in an AS editor
  34036.     tell application "Finder"
  34037.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  34038.         activate
  34039.     end tell
  34040. on error errMsg number errNum
  34041.     --enter statements to perform when no records are found such as...
  34042.     display dialog "Sorry, the item you selected could not be found."
  34043.     return
  34044. end try
  34045. e    No Changef
  34046. QuickTime
  34047. http://developer.apple.com/sdk/q
  34048. Dev.CD Feb 00 TC
  34049. sD!All Packages
  34050. Tool Chest Edition
  34051. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  34052. QTJava_SDK.zipK
  34053. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  34054. 72464X
  34055. 1e    No Changeo
  34056. http://developer.apple.com/sdk/
  34057. multiprocessor
  34058. manager
  34059. sample
  34060. solaris
  34061. 1:Sample Code:Human Interface Toolbox:EditTextCdev:PQDev.CD Nov 00 TC Disk 1
  34062.  - Sample Code
  34063.  - Human Interface Toolbox
  34064.  - EditTextCdevV
  34065. 70152X
  34066. Nov 00^    TC Disk 1
  34067. --set theItem to choose file -- uncomment to test in an AS editor
  34068.     tell application "Finder"
  34069.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:EditTextCdev:"
  34070.         activate
  34071.     end tell
  34072. on error errMsg number errNum
  34073.     --enter statements to perform when no records are found such as...
  34074.     display dialog "Sorry, the item you selected could not be found."
  34075.     return
  34076. end try
  34077. e    No Changef
  34078. textq
  34079. Dev.CD Nov 00 TC Disk 1
  34080. All Packages
  34081. EenieI
  34082. Eenie - example MacApp program of how to use the Dependency mechanism
  34083. and Adorners. Also shows how to use the new View format with defining
  34084. customized cursors over views.V
  34085. 70153X
  34086. 1e    No Change
  34087. 72963X
  34088. Sep 00^    RL Disk 2
  34089. --set theItem to choose file -- uncomment to test in an AS editor
  34090.     tell application "Finder"
  34091.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:FunctionIndex:"
  34092.         activate
  34093.     end tell
  34094. on error errMsg number errNum
  34095.     --enter statements to perform when no records are found such as...
  34096.     display dialog "Sorry, the item you selected could not be found."
  34097.     return
  34098. end try
  34099. Deletedf#Function Index
  34100. Mac OS 8
  34101. Inside Mac.o.http://developer.apple.com/techpubs/index.htmlq
  34102. Dev.CD Sep 00 RL Disk 2
  34103. All Packages
  34104. New & RevisedF Technical Publications: Hardware
  34105.     veness
  34106. electronics
  34107. elegant
  34108. element
  34109. elements
  34110. eliminates
  34111. eliminating
  34112. elizabeth
  34113. email
  34114. embed
  34115. packages
  34116. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  34117. JQDisplay Device Driver Guide
  34118. Mac OS Runtime Architectures
  34119. Read Me - Other SSW DocsK
  34120. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  34121.  - Technical Documentation
  34122.  - More SSW Documentationer
  34123. custom cursor
  34124. dependency
  34125. Eenieq
  34126. Dev.CD Nov 00 TC Disk 2
  34127. D!All Packages
  34128. Tool Chest Edition
  34129. Eject PC Cards Location Module
  34130. lOTDev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:P_Dev.CD Jul 99 SDK1
  34131.  - What's New
  34132.  - Reference Library
  34133.  - Technical Publications
  34134.  - MacOSXServerV
  34135. 72969X
  34136. Jul 99^
  34137. --set theItem to choose file -- uncomment to test in an AS editor
  34138.     tell application "Finder"
  34139.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  34140.         activate
  34141.     end tell
  34142. on error errMsg number errNum
  34143.     --enter statements to perform when no records are found such as...
  34144.     display dialog "Sorry, the item you selected could not be found."
  34145.     return
  34146. end try
  34147. Deletedf@MacOSXServer
  34148. AppKit
  34149. Foundation
  34150. Project Builder
  34151. Interface Builderq
  34152. Dev.CD Jul 99 SDK1
  34153. All Packages
  34154. New & RevisedF!Technical Publications: QuickTime
  34155. demonstation
  34156. demonstrateb
  34157. Nov 96L
  34158. Dec 96M
  34159. System 7.0 or laterN5SimpleText, SimpleText source code, SimpleText SampleO?Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:SimpleText Sample:PGDev.CD Nov 00 TC Disk 2
  34160.  - Sample Code
  34161.  - Overview
  34162.  - SimpleText SampleV
  34163. 72565X
  34164. Nov 00^    TC Disk 2
  34165. --set theItem to choose file -- uncomment to test in an AS editor
  34166.     tell application "Finder"
  34167.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:SimpleText Sample:"
  34168.         activate
  34169.     end tell
  34170. on error errMsg number errNum
  34171.     --enter statements to perform when no records are found such as...
  34172.     display dialog "Sorry, the item you selected could not be found."
  34173.     return
  34174. end try
  34175. e    No Changef3SimpleText
  34176. SimpleText source code
  34177. SimpleText Sampleq
  34178. Dev.CD Nov 00 TC Disk 2
  34179. All Packages
  34180. SimpleVideoOut
  34181. 72566X
  34182. moofwars
  34183. morefiles
  34184. moreisbetter
  34185. morpheme
  34186. mouse
  34187. mouse
  34188. driver
  34189. mouse
  34190. moved
  34191. mouseevent
  34192. mouseinfo
  34193. moved
  34194. movewindow
  34195. movie
  34196. movie
  34197. importer
  34198. movies
  34199. pascal
  34200. audio
  34201. debug
  34202. uments outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  34203. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  34204. e    No Change
  34205. 72008X
  34206. Dec 99^
  34207. --set theItem to choose file -- uncomment to test in an AS editor
  34208.     tell application "Finder"
  34209.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  34210.         activate
  34211.     end tell
  34212. on error errMsg number errNum
  34213.     --enter statements to perform when no records are found such as...
  34214.     display dialog "Sorry, the item you selected could not be found."
  34215.     return
  34216. end try
  34217. Deletedq
  34218. Dev.CD Dec 99 RL
  34219. All Packages
  34220. MoreAppleEvents
  34221. This sample includes a library of utility routines that assist in the creation and sending of Apple events and object descriptors.
  34222. Contains routines to help you:
  34223. - Building Apple events and the objects needed to communicate with other applications.
  34224. - Send Apple events and extract results from the Apple event replies. 
  34225. - Build and send events to the Finder. 
  34226. - Load and execute AppleScript scripts from an application.
  34227. 72009X
  34228. 1e    No Change
  34229. sprockets
  34230. sprite
  34231. blitter
  34232. drawsprocket
  34233. moofwars@
  34234. getdevicelist
  34235. getnextdevice
  34236. baseaddr
  34237. rowbytes
  34238. pixelsize@
  34239. graphicimporter@
  34240. guide@
  34241. postscript
  34242. sample
  34243. code@
  34244. hierarchical
  34245. menus@
  34246. imaging@
  34247. inline@
  34248. after
  34249. wombat@
  34250. language@
  34251. line@
  34252. loading@
  34253. macapp
  34254. framework
  34255. object-oriented
  34256. standard
  34257. library
  34258. carbonli@
  34259. macintalk@
  34260. manager@
  34261. cumentationV
  34262. 70155X
  34263. Apr 98^
  34264. --set theItem to choose file -- uncomment to test in an AS editor
  34265.     tell application "Finder"
  34266.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  34267.         activate
  34268.     end tell
  34269. on error errMsg number errNum
  34270.     --enter statements to perform when no records are found such as...
  34271.     display dialog "Sorry, the item you selected could not be found."
  34272.     return
  34273. end try
  34274. e    No Change
  34275. sprockets
  34276. sprite
  34277. blitter
  34278. drawsprocket
  34279. moofwars
  34280. gamepad
  34281. games
  34282. gaming
  34283. gamma
  34284. gatewayT
  34285. gdevice
  34286. gdevicechanged
  34287. generator
  34288. gestalt
  34289. gestalt
  34290. gestaltnativecputype
  34291. gestaltprocessortype
  34292. gestalt
  34293. gestaltvmattr
  34294. gestalt
  34295. quickdraw
  34296. gestaltquickdrawvers
  34297. gestaltquickdrawfeat
  34298. gestalt
  34299. selector
  34300. codes
  34301. gestalt
  34302. manager
  34303. machine
  34304. identificatio
  34305. gestaltnativecputype
  34306. gestaltprocessortype
  34307. gestaltquickdrawfeat
  34308. gestaltquickdrawvers
  34309. gestaltvmattr
  34310. getcontrolmaximum
  34311. getcontrolminimum
  34312. getcontrolvalue
  34313. getcpixel
  34314. getctable
  34315. getctable
  34316. newpalette
  34317. setpalette
  34318. palette
  34319. animation
  34320. animatepal
  34321. getcwmgrport
  34322. getcwmgrport
  34323. getdevicelist
  34324. getnextdevice
  34325. copybits
  34326. openpictur
  34327. getdevicelist
  34328. getdevicelist
  34329. gdevicechanged
  34330. getnextdevice
  34331. getmaindevice
  34332. 70157X
  34333. All Packages
  34334. SimplePlayerSDII
  34335. SimpleSDIPlayer is a sample application that demonstrates how to display QuickTime movies using the SDI (single document interface).
  34336. mssccprj.scc
  34337. QTime.c
  34338. QTime.h
  34339. README.txt
  34340. resource.h
  34341. SimplePlayerSDI.c
  34342. SimplePlayerSDI.def
  34343. SimplePlayerSDI.dsp
  34344. SimplePlayerSDI.dsw
  34345. SimplePlayerSDI.exe
  34346. SimplePlayerSDI.h
  34347. SimplePlayerSDI.mak
  34348. SimplePlayerSDI.rc
  34349. STDWIN.C
  34350. STDWIN.HOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:SimplePlayerSDI.win:PTDev.CD Nov 00 TC Disk 2
  34351.  - Sample Code
  34352.  - QuickTime
  34353.  - Basics
  34354.  - SimplePlayerSDI.winV
  34355. 72564X
  34356. Nov 00^    TC Disk 2
  34357. e    No Change
  34358. enterbutton
  34359. environment
  34360. eomodeler
  34361. eomodeler
  34362. errata~
  34363. error
  34364. errormsg
  34365. errormsg
  34366. errormsg
  34367. errors
  34368. ethernet
  34369. event~
  34370. eventloop
  34371. eventloop
  34372. events
  34373. events
  34374. apple
  34375. ethernet
  34376. apple
  34377. video
  34378. morley@
  34379. move@
  34380. movieplayer@
  34381. mpw's@
  34382. mueller@
  34383. multi-interface@
  34384. multifinder@
  34385. must@
  34386. nasty@
  34387. needed@
  34388. networking@
  34389. fcode
  34390. tokenizer
  34391. board
  34392. fcode
  34393. driver
  34394. development@
  34395. newer@
  34396. newmoviefromdataref@
  34397. nifty@
  34398. no-so-subtle@
  34399. non-portable@
  34400. normal@
  34401. notation@
  34402. on-line-service@
  34403. onscreen@
  34404. opencheckedout@
  34405. optimized@
  34406. oracle@
  34407. others@
  34408. outlines@
  34409. paint@
  34410. particular@
  34411. pasmatit@
  34412. passwords@
  34413. patterns@
  34414. performa@
  34415. photograph@
  34416. platform@
  34417. plug-in@
  34418. pluses@
  34419. portable@
  34420. power@
  34421. powerpc-based@
  34422. preparememoryforio@
  34423. presents@
  34424. prgeneral@
  34425. printer-specific@
  34426. privileges@
  34427. processes@
  34428. product@
  34429. profile@
  34430. programs@
  34431. projectdrag@
  34432. protocol's@
  34433. developing
  34434. drivers
  34435. sometimes
  34436. resedit@
  34437. which@
  34438. while@
  34439. wilderness@
  34440. window@
  34441. windows@
  34442. windows/dos@
  34443. customer
  34444. million
  34445. windo@
  34446. plug-in's
  34447. within@
  34448. woes@
  34449. workings@
  34450. world@
  34451. writer@
  34452. wwdc@
  34453. you'll@
  34454. you'll
  34455. access
  34456. documentation
  34457. software
  34458. technolo@
  34459. yours@
  34460. 04/95@
  34461. 1.0.1b1c2@
  34462. 1.5.1@
  34463. 2.1.1@
  34464. counterabout@
  34465. 9650@
  34466. pen item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  34467.         activate
  34468.     end tell
  34469. on error errMsg number errNum
  34470.     --enter statements to perform when no records are found such as...
  34471.     display dialog "Sorry, the item you selected could not be found."
  34472.     return
  34473. end try
  34474. Deleted
  34475. Deleted
  34476. moofwars
  34477. piece
  34478. sample
  34479. demonstrates
  34480. morec
  34481. morefiles
  34482. morefiles
  34483. collection
  34484. high-level
  34485. routines
  34486. written
  34487. morefinderevents
  34488. moreisbetter
  34489. moreisbetter
  34490. sample
  34491. library
  34492. which
  34493. provides
  34494. morenetworksetup
  34495. moreosl
  34496. moreosl
  34497. short
  34498. source
  34499. library
  34500. imple
  34501. moreover
  34502. --set theItem to choose file -- uncomment to test in an AS editor
  34503.     tell application "Finder"
  34504.         open item "Dev.CD Apr 94
  34505. Dev.CD Jan 94
  34506. Dev.CD Oct 93
  34507. Dev.CD Jul 93"
  34508.         activate
  34509.     end tell
  34510. on error errMsg number errNum
  34511.     --enter statements to perform when no records are found such as...
  34512.     display dialog "Sorry, the item you selected could not be found."
  34513.     return
  34514. end try
  34515. layouts
  34516. lclick
  34517. ldefproc0
  34518. leading
  34519. leading-edge
  34520. leads{
  34521. leaks
  34522. legal
  34523. length
  34524. lengths
  34525. less{
  34526. lesser
  34527. lessons
  34528. letters
  34529. letting_
  34530. levela
  34531. Apple HD SC Setup (Modified)
  34532. cksum
  34533. disk.a
  34534. disk.a.o
  34535. disk.c
  34536. disk.c.o
  34537. disk.h
  34538. DriverGestalt.h
  34539. READ ME
  34540. SCSI Driver Example
  34541. scsi.h
  34542. SCSIDriver.Make
  34543. UnitNtryCnt.h
  34544. Version.rM
  34545. SCSINVSCSI, SCSI disk device driver, SCSI Manager 4.3, old SCSI Manager, SCSI Driver ExampleORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Driver Example:P]Dev.CD Nov 00 TC Disk 1
  34546.  - Sample Code
  34547.  - Devices and Hardware
  34548.  - SCSI
  34549.  - SCSI Driver ExampleV
  34550. 72517X
  34551. Nov 00^    TC Disk 1
  34552. --set theItem to choose file -- uncomment to test in an AS editor
  34553.     tell application "Finder"
  34554.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Driver Example:"
  34555.         activate
  34556.     end tell
  34557. on error errMsg number errNum
  34558.     --enter statements to perform when no records are found such as...
  34559.     display dialog "Sorry, the item you selected could not be found."
  34560.     return
  34561. end try
  34562. fRSCSI
  34563. SCSI disk device driver
  34564. SCSI Manager 4.3
  34565. old SCSI Manager
  34566. SCSI Driver Example
  34567. z as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  34568. This version runs only in 8-bit mode, although DrawSprocket should set this mode automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  34569. J$MoofEncoder
  34570. MoofWars
  34571. Tim's LibrariesK
  34572. Oct 96L
  34573. Nov 98M
  34574. PowerPC, DrawSprocketN>game, sprockets, sprite, blit, blitter, DrawSprocket, MoofWarsO3Dev.CD Nov 00 TC Disk 1:Sample Code:Games:MoofWars:P;Dev.CD Nov 00 TC Disk 1
  34575.  - Sample Code
  34576.  - Games
  34577.  - MoofWars & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  34578.  - Programs & Marketing
  34579.  - Market & Distribution Guides
  34580.  - Euro Distributors/LocalizersV
  34581. 70159X
  34582. May 98^
  34583. developing
  34584. drivers
  34585. sometimes
  34586. resedit
  34587. whenever
  34588. where]
  34589. where's
  34590. whereas
  34591. whereby
  34592. wherever
  34593. whether
  34594. modifymouseaccl
  34595. modifymouseaccl
  34596. modifymouseaccl
  34597. module
  34598. module
  34599. displaying
  34600. image
  34601. module
  34602. playing
  34603. movie
  34604. module
  34605. drawing
  34606. module
  34607. playing
  34608. sounds
  34609. module
  34610. custom
  34611. controllers
  34612. module
  34613. advanced
  34614. compositing
  34615. module
  34616. switching
  34617. compositors
  34618. module
  34619. transitions
  34620. module
  34621. screen
  34622. module10
  34623. module10
  34624. qtzoo
  34625. ppearance
  34626. moreappleevents
  34627. moreappleevents
  34628. moreappleeventslib
  34629. moreappleeventslib
  34630. moreautopush
  34631. morecarbonaccessors
  34632. morecarbonaccessors
  34633. moredebugging
  34634. moredesktopmgr
  34635. moredesktopmgr
  34636. moredesktopmgr
  34637. moredialogs
  34638. morefiles
  34639. morefiles
  34640. morefiles
  34641. morefilesextras
  34642. morefilesextras
  34643. morefilesextras
  34644. morefilesreadme
  34645. morefinderevents
  34646. morefinderevents
  34647. morefinderevents
  34648. morefinderevents
  34649. moreinterfacelib
  34650. 72007X
  34651. Nov 00^    TC Disk 1
  34652. --set theItem to choose file -- uncomment to test in an AS editor
  34653.     tell application "Finder"
  34654.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:MoofWars:"
  34655.         activate
  34656.     end tell
  34657. on error errMsg number errNum
  34658.     --enter statements to perform when no records are found such as...
  34659.     display dialog "Sorry, the item you selected could not be found."
  34660.     return
  34661. end try
  34662. e    No Changef8game
  34663. sprockets
  34664. sprite
  34665. blitter
  34666. DrawSprocket
  34667. MoofWarsq
  34668. Dev.CD Nov 00 TC Disk 1
  34669. D(All Packages
  34670. Reference Library Edition
  34671. More SSW Documentation
  34672. cursordevices
  34673. cursordevices
  34674. cursors
  34675. cursors
  34676. custicon
  34677. custicon
  34678. custicon
  34679. custom
  34680. customenabler
  34681. customget
  34682. customget
  34683. customget
  34684. customget
  34685. unresolved
  34686. alias
  34687. customget
  34688. unresolved
  34689. alias
  34690. customicon
  34691. customicon
  34692. customicon
  34693. customization
  34694. custompc/b
  34695. custompc/b
  34696. custompc/b
  34697. custompiccomments
  34698. custompiccomments
  34699. custompiccomments
  34700. customputappend
  34701. customputappend
  34702. sultinBPg in a savings of 2.4:1 over a 24-bit/pixel image (6*4 + 2*8)/4 = 10 bits/pixel.
  34703. J@ExampleCodec(PPC)
  34704. examplecodec.c
  34705. ExampleCodec.mcp
  34706. examplecodec.rM    QuickTimeN
  34707. QuickTime, codecOBDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:ExampleCodec:PMDev.CD Nov 00 TC Disk 2
  34708.  - Sample Code
  34709.  - QuickTime
  34710.  - Codecs
  34711.  - ExampleCodecV
  34712. 70161X
  34713. Nov 00^    TC Disk 2
  34714. e    No Change
  34715. Core Foundation, Base Services, Bundle Services, Collection Services, Plugin , Preference Services, PropertyList , String Services, URL Services, Utitlity Services, XML ServicesO=Dev.CD Dec 00 RL Disk 2:TechnicalPublications:corefoundation:PBDev.CD Dec 00 RL Disk 2
  34716.  - TechnicalPublications
  34717.  - corefoundationV
  34718. 72960X
  34719. Dec 00^    RL Disk 2b
  34720. Revised
  34721. --set theItem to choose file -- uncomment to test in an AS editor
  34722.     tell application "Finder"
  34723.         open item "Dev.CD Dec 00 RL Disk 2:TechnicalPublications:corefoundation:"
  34724.         activate
  34725.     end tell
  34726. on error errMsg number errNum
  34727.     --enter statements to perform when no records are found such as...
  34728.     display dialog "Sorry, the item you selected could not be found."
  34729.     return
  34730. end try
  34731. Updated
  34732. /A.http://developer.apple.com/techpubs/index.html
  34733. p--set theItem to choose file -- uncomment to test in an AS editor
  34734.     tell application "Finder"
  34735.         open item "Dev.CD Apr 94
  34736. Dev.CD Jan 94"
  34737.         activate
  34738.     end tell
  34739. on error errMsg number errNum
  34740.     --enter statements to perform when no records are found such as...
  34741.     display dialog "Sorry, the item you selected could not be found."
  34742.     return
  34743. end try
  34744. --set theItem to choose file -- uncomment to test in an AS editor
  34745.     tell application "Finder"
  34746.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:"
  34747.         activate
  34748.     end tell
  34749. on error errMsg number errNum
  34750.     --enter statements to perform when no records are found such as...
  34751.     display dialog "Sorry, the item you selected could not be found."
  34752.     return
  34753. end try
  34754. herUsingQTV
  34755. 70162X
  34756. Nov 00^    TC Disk 2
  34757. --set theItem to choose file -- uncomment to test in an AS editor
  34758.     tell application "Finder"
  34759.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:FastDitherUsingQT:"
  34760.         activate
  34761.     end tell
  34762. on error errMsg number errNum
  34763.     --enter statements to perform when no records are found such as...
  34764.     display dialog "Sorry, the item you selected could not be found."
  34765.     return
  34766. end try
  34767. e    No Changef
  34768. QuickTime
  34769. dithering
  34770. compressionq
  34771. Dev.CD Nov 00 TC Disk 2
  34772. All Packages
  34773. 70163X
  34774. --set theItem to choose file -- uncomment to test in an AS editor
  34775.     tell application "Finder"
  34776.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Simple DrawSprocket:"
  34777.         activate
  34778.     end tell
  34779. on error errMsg number errNum
  34780.     --enter statements to perform when no records are found such as...
  34781.     display dialog "Sorry, the item you selected could not be found."
  34782.     return
  34783. end try
  34784. synchronization
  34785. guide
  34786. system
  34787. manager
  34788. filecopy
  34789. filecopy
  34790. filehelpers
  34791. filehelpers
  34792. filehelpers
  34793. fileisopen
  34794. fileisopen
  34795. filelogging
  34796. filelogging
  34797. filelogging
  34798. filemaker
  34799. filemaker
  34800. files
  34801. e    No Changef8Cursor Device Manager
  34802. mouse
  34803. acceleration
  34804. ModifyMouseAcclq
  34805. Dev.CD Nov 00 TC Disk 1
  34806. All Packages
  34807. Moofwars
  34808. MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  34809. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as efficiently
  34810. 72007X
  34811. OS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOPDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:File Synchronization 1.1:PXDev.CD Nov 00 TC Disk 1
  34812.  - Tool Chest
  34813.  - Developer Utilities
  34814.  - File Synchronization 1.1V
  34815. 70163X
  34816. Nov 00^    TC Disk 1
  34817. e    No Change
  34818. --set theItem to choose file -- uncomment to test in an AS editor
  34819.     tell application "Finder"
  34820.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modal TextEdit:"
  34821.         activate
  34822.     end tell
  34823. on error errMsg number errNum
  34824.     --enter statements to perform when no records are found such as...
  34825.     display dialog "Sorry, the item you selected could not be found."
  34826.     return
  34827. end try
  34828. sion 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  34829.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  34830.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  34831. All Packages
  34832. ModifyMouseAccl
  34833. ModifyMouseAccl is a snippet to demonstrate how one uses the Cursor Device Manager to change the acceleration curve setting associated with the standard Apple mouse.  You can select extremely sensitive or tablet-like acceleration settings by setting the NOACCLCURVE define appropriately.
  34834. JYCrsrDev.h
  34835. CursorDevices.Glue.c
  34836. ModifyMouseAccl(PPC)
  34837. ModifyMouseAccl.c
  34838. ModifyMouseAccl.mcpM
  34839. Cursor Device ManagerN;Cursor Device Manager, mouse, acceleration, ModifyMouseAcclOMDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:PXDev.CD Nov 00 TC Disk 1
  34840.  - Sample Code
  34841.  - Devices and Hardware
  34842.  - ADB
  34843.  - ModifyMouseAcclV
  34844. 72006X
  34845. Nov 00^    TC Disk 1
  34846. e    No Change
  34847. summary
  34848. minilauncher
  34849. launch
  34850. applications
  34851. summary
  34852. mountalias
  34853. control
  34854. panel
  34855. device
  34856. automatica
  34857. summary
  34858. mping
  34859. network
  34860. testing
  34861. protoco
  34862. summary
  34863. network
  34864. management
  34865. specifications
  34866. macintosh
  34867. summary
  34868. networkstream
  34869. stream
  34870. class
  34871. object
  34872.  such as...
  34873.     display dialog "Sorry, the item you selected could not be found."
  34874.     return
  34875. end try
  34876. e    No Changef@File System Manager
  34877. External File System
  34878. Foreign File Systemq
  34879. Dev.CD Oct 00 SDK1
  34880. All Packages
  34881. FileSharingOnIbThis snippet demonstrates how to determine whether any of the volumes on the Mac are being shared.JqFileSharingOn(PPC)
  34882. FileSharingOn.c
  34883. FileSharingOn.h
  34884. FileSharingOn.mcp
  34885. FileSharingOn.rsrc
  34886. Read Me - FileSharingIsOnM
  34887. System 7.0N
  34888. File Sharing, shared volumesO8Dev.CD Nov 00 TC Disk 1:Sample Code:Files:FileSharingOn:P@Dev.CD Nov 00 TC Disk 1
  34889.  - Sample Code
  34890.  - Files
  34891.  - FileSharingOnV
  34892. 70165X
  34893. Nov 00^    TC Disk 1
  34894. e    No Change
  34895. e    No Changeq
  34896. Dev.CD Nov 00 TC Disk 1
  34897. All Packages
  34898. Modeless Dialog SampleI`ModelessSample is a source code sample illustrating how to implement a moveable modeless dialog.JxApplication.c
  34899. DialogCode.c
  34900. Modeless Dialog Sample.mcp
  34901. ModelessDialogSample(PPC)
  34902. ModelessDialogSample.rsrc
  34903. SampleHeader.hOSDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modeless Dialog Sample:P[Dev.CD Nov 00 TC Disk 1
  34904.  - Sample Code
  34905.  - Human Interface Toolbox
  34906.  - Modeless Dialog SampleV
  34907. 72005X
  34908. Nov 00^    TC Disk 1
  34909. --set theItem to choose file -- uncomment to test in an AS editor
  34910.     tell application "Finder"
  34911.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modeless Dialog Sample:"
  34912.         activate
  34913.     end tell
  34914. on error errMsg number errNum
  34915.     --enter statements to perform when no records are found such as...
  34916.     display dialog "Sorry, the item you selected could not be found."
  34917.     return
  34918. end try
  34919. e    No Changeq
  34920. Dev.CD Nov 00 TC Disk 1
  34921. dialogbits
  34922. dialogsv
  34923. dialup
  34924. dictates
  34925. dictation
  34926. dictionaries
  34927. dictionary
  34928. didn't
  34929. dierks
  34930. differ
  34931. differences
  34932. differenta
  34933. differentiating
  34934. differently
  34935. differing
  34936. differs
  34937. difficult
  34938. Summary:  Zone Ranger is a freeware utility that provides detailed information about each heap zone that is active on the Macintosh. This information includes both the counts and total sizes of the free blocks, pointers, handles, locked handles, and resource handles in each heap zone.
  34939. Issues: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  34940.  Apple doesn't own this package.  Please read the copyright meB
  34941. ssage. 
  34942.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  34943. JFAbout ZoneRanger
  34944. Metrowerks ZoneRanger 1.1
  34945. ZoneRanger Revision HistoryK
  34946. May 94L
  34947. Nov 94M
  34948. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  34949.  - Tool Chest
  34950.  - Memory
  34951.  - ZoneRanger 1.1
  34952. system
  34953. session
  34954. sessions
  34955. skcpat
  34956. setdevicegammarampxx
  34957. setdialogcancelitem
  34958. setdialogdefaultitem
  34959. setenv
  34960. setflock
  34961. setgworld
  34962. sethideonswitch
  34963. setindstring
  34964. setled
  34965. setled
  34966. sample
  34967. program
  34968. demonstrate
  34969. setlinewidth
  34970. setmarkers
  34971. setmfsize
  34972. setmoviegworld
  34973. setpdimc
  34974. setproject
  34975. Core Foundation
  34976. Base Services
  34977. Bundle Services
  34978. Collection Services
  34979. Plugin 
  34980. Preference Services
  34981. PropertyList 
  34982. String Services
  34983. URL Services
  34984. Utitlity Services
  34985. XML Services
  34986. /A.http://developer.apple.com/techpubs/index.html
  34987. e    No Changeq
  34988. Dev.CD Nov 00 TC Disk 1
  34989. All Packages
  34990. Modal TextEdit
  34991. This snippet shows the steps necessary to implement a scrolling, editable text field in a dialog.  It may be desirable to use this technique when a text field in a dialog window may contain more than 256 characters or when a text field in a dialog window may contain styled text.
  34992. J@main.c
  34993. Modal TextEdit(PPC)
  34994. Modal TextEdit.mcp
  34995. modalTextEdit.rsrcOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modal TextEdit:PSDev.CD Nov 00 TC Disk 1
  34996.  - Sample Code
  34997.  - Human Interface Toolbox
  34998.  - Modal TextEditV
  34999. 72004X
  35000. Nov 00^    TC Disk 1
  35001. e    No Change
  35002. --set theItem to choose file -- uncomment to test in an AS editor
  35003.     tell application "Finder"
  35004.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  35005.         activate
  35006.     end tell
  35007. on error errMsg number errNum
  35008.     --enter statements to perform when no records are found such as...
  35009.     display dialog "Sorry, the item you selected could not be found."
  35010.     return
  35011. end try
  35012. 2bufrecord&play
  35013. 2bufrecordbuffercmd
  35014. 2bufrecordsndplay
  35015. which
  35016. connected
  35017. invalid
  35018. appletalk
  35019. b--set theItem to choose file -- uncomment to test in an AS editor
  35020.     tell application "Finder"
  35021.         open item "Dev.CD Jan 94"
  35022.         activate
  35023.     end tell
  35024. on error errMsg number errNum
  35025.     --enter statements to perform when no records are found such as...
  35026.     display dialog "Sorry, the item you selected could not be found."
  35027.     return
  35028. end try
  35029. simple
  35030. simplecocoaapp
  35031. simpletext
  35032. simpletext
  35033. script
  35034. print
  35035. scriptable
  35036. printing
  35037. simpletext
  35038. simpletext
  35039. source
  35040. simpletext
  35041. sample
  35042. simplified
  35043. single-link
  35044. sleep
  35045. slideshow
  35046. manager
  35047. declaration
  35048. configuration
  35049. river
  35050. sound
  35051. multiple
  35052. multiplay
  35053. sound
  35054. record
  35055. metertest
  35056. sound
  35057. studio
  35058. cheap
  35059. studio
  35060. synccmd
  35061. soundconvert
  35062. soundconverter
  35063. soundsprocket
  35064. space
  35065. spbrecord
  35066. spbrecord
  35067. asynchronous
  35068. record
  35069. record
  35070. sound
  35071. state
  35072. statements
  35073. e    No Changef
  35074. Music movie
  35075. converterq
  35076. Dev.CD Nov 00 TC Disk 1
  35077. All Packages
  35078. MiniLauncher 1.3b5
  35079. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  35080. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.
  35081. Virtual User tools.imgK
  35082. Vol VIIL
  35083. Nov/Dec 92OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  35084.  - Tool Chest
  35085.  - Testing & Debugging
  35086.  - Virtual User toolsV
  35087. 72003X
  35088. Nov 00^    TC Disk 1
  35089. e    No Change
  35090. ions can use drag and drop commands in a way compatible with current and past versions of the Finder.
  35091. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  35092. Nov 99V
  35093. 70167X
  35094. can't[
  35095. cancel
  35096. cancelwindowcheckout
  35097. cannot
  35098. capabilites
  35099. capabilities`
  35100. capability
  35101. capable
  35102. capacity
  35103. capitalize
  35104. capped
  35105. captureU
  35106. captured
  35107. nt.  For the above example, 
  35108. This is a sample document.
  35109.  would be the only text that is indexed.   
  35110. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  35111.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  35112. PDF Text Extractor
  35113.  to index and summarize PDF files.  
  35114. --set theItem to choose file -- uncomment to test in an AS editor
  35115.     tell application "Finder"
  35116.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MIDIConverter:"
  35117.         activate
  35118.     end tell
  35119. on error errMsg number errNum
  35120.     --enter statements to perform when no records are found such as...
  35121.     display dialog "Sorry, the item you selected could not be found."
  35122.     return
  35123. end try
  35124. generally
  35125. generate
  35126. generated
  35127. generates
  35128. generating
  35129. generation
  35130. generator
  35131. generators
  35132. generic
  35133. rmany
  35134. gestaltB
  35135. gestaltequ
  35136. gestalticonutilities
  35137. gestalttable
  35138. events
  35139. needs
  35140. events
  35141. get1resource
  35142. getdraghilite
  35143. gethideonswitch
  35144. getkeysV
  35145. getlastchange
  35146. getmfsize
  35147. getnextevent
  35148. getnextfond
  35149. getopen
  35150. getprocessinformatio
  35151. getresource
  35152. getsounddescriptione
  35153. getstdfilterproc
  35154. getsystemgammas
  35155. getter
  35156. getting{
  35157. e    No Changef
  35158. Virtual Userq
  35159. Dev.CD Nov 00 TC Disk 1
  35160. All Packages
  35161. VU Tutorial & Scripts
  35162. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  35163. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  35164. Virtual User tools.imgK
  35165. Aug 92M
  35166. Apple DocViewer applicationN
  35167. VU, Virtual UserOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  35168.  - Tool Chest
  35169.  - Testing & Debugging
  35170.  - Virtual User toolsV
  35171. 73041X
  35172. Nov 00^    TC Disk 1
  35173. e    No Change
  35174. goodies
  35175. grabbing
  35176. graphic
  35177. graphic
  35178. import/export
  35179. installer
  35180. interactiona
  35181. international
  35182. issue
  35183. 72974X
  35184. Nov 00^    TC Disk 2
  35185. --set theItem to choose file -- uncomment to test in an AS editor
  35186.     tell application "Finder"
  35187.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:TESample:"
  35188.         activate
  35189.     end tell
  35190. on error errMsg number errNum
  35191.     --enter statements to perform when no records are found such as...
  35192.     display dialog "Sorry, the item you selected could not be found."
  35193.     return
  35194. end try
  35195. e    No Changef
  35196. TextEdit
  35197. TESampleq
  35198. Dev.CD Nov 00 TC Disk 2
  35199. All Packages
  35200. F    Test CodeI
  35201. Simple RAVE test program.JaTest Code
  35202. TestLinked
  35203. TestLinked.prefix.h
  35204. TestLinked.
  35205. TestShared
  35206. TestShared.prefix.h
  35207. TestShared.
  35208. OJDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:Test Code:PUDev.CD Nov 00 TC Disk 1
  35209.  - Sample Code
  35210.  - Graphics 3D
  35211.  - RAVE 1.5 DevKit
  35212.  - Test CodeV
  35213. 72975X
  35214. Nov 00^    TC Disk 1
  35215. e    No Change
  35216. e    No Changeq
  35217. Dev.CD Nov 00 TC Disk 2
  35218. All Packages
  35219. MIDIConverter
  35220. Summary:  MIDIConverter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  35221. J;MIDIConverter
  35222. MIDIConverter Readme
  35223. MIDIConverter Readme.txtK
  35224. Apr 95M*System 7 or later, QuickTime 1.5 or later.N
  35225. MIDI, Music movie, converterO;Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MIDIConverter:PCDev.CD Nov 00 TC Disk 1
  35226.  - Tool Chest
  35227.  - QuickTime
  35228.  - MIDIConverterV
  35229. 72002X
  35230. Nov 00^    TC Disk 1
  35231. e    No Change
  35232.     No Change
  35233. --set theItem to choose file -- uncomment to test in an AS editor
  35234.     tell application "Finder"
  35235.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFCQTClasses.win:"
  35236.         activate
  35237.     end tell
  35238. on error errMsg number errNum
  35239.     --enter statements to perform when no records are found such as...
  35240.     display dialog "Sorry, the item you selected could not be found."
  35241.     return
  35242. end try
  35243. C Disk 1
  35244.  - Sample Code
  35245.  - Interapplication Comm
  35246.  - FinderDragProV
  35247. 70167X
  35248. Nov 00^    TC Disk 1
  35249. --set theItem to choose file -- uncomment to test in an AS editor
  35250.     tell application "Finder"
  35251.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderDragPro:"
  35252.         activate
  35253.     end tell
  35254. on error errMsg number errNum
  35255.     --enter statements to perform when no records are found such as...
  35256.     display dialog "Sorry, the item you selected could not be found."
  35257.     return
  35258. end try
  35259. e    No Changef
  35260. SillyBallsq
  35261. Dev.CD Nov 00 TC Disk 2
  35262. All Packages
  35263. SimonIBA simple game to demonstrate Cocoa development in project builder.J~.DS_Store
  35264. build
  35265. English.lproj
  35266. main.m
  35267. ReadMe.rtf
  35268. Simon.app
  35269. Simon.pbproj
  35270. SimonController.h
  35271. SimonController.m
  35272. SimonController.nibK
  35273. Nov 00M
  35274. Mac OS X or laterN$Cocoa, game, project builder, SimpleONDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:Simon:PYDev.CD Nov 00 TC Disk 2
  35275.  - Sample Code
  35276.  - Platforms and Tools
  35277.  - Project Builder
  35278.  - SimonV
  35279. 72557X
  35280. Nov 00^    TC Disk 2
  35281. --set theItem to choose file -- uncomment to test in an AS editor
  35282.     tell application "Finder"
  35283.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:Simon:"
  35284.         activate
  35285.     end tell
  35286. on error errMsg number errNum
  35287.     --enter statements to perform when no records are found such as...
  35288.     display dialog "Sorry, the item you selected could not be found."
  35289.     return
  35290. end try
  35291. floattolong
  35292. windstuff
  35293. winprefixl
  35294. winprefix
  35295. wiredp
  35296. wired
  35297. movies
  35298. spritesp
  35299. wiredsprite
  35300. wiredsprite
  35301. wiredspriteutilities
  35302. wiredspriteutilities
  35303. wiredspriteutilities
  35304. withv
  35305. services
  35306. machack
  35307. services
  35308. specification
  35309. services
  35310. specification
  35311. services
  35312. 1.0d2
  35313. workgroupT
  35314. workgroup
  35315. server
  35316. workgroup
  35317. server
  35318. working
  35319. gif89a
  35320. gimedapalette
  35321. gimedapalette
  35322. gimedapalette&sound
  35323. gimedapalette&sound
  35324. gimedapalette&sound
  35325. gimedapalette&sound
  35326. global
  35327. global
  35328. globallist
  35329. globallist
  35330. globalmaster
  35331. globalmaster
  35332. globals
  35333. globals
  35334. globals
  35335. hicimporter
  35336. graphicimporter
  35337. quicktime
  35338. oughta
  35339. pictures
  35340. guillermo
  35341. ortiz
  35342. quicktime
  35343. provides
  35344. functions
  35345. allow
  35346. create
  35347. quicktime
  35348. quicktime
  35349. includes
  35350. quicktime
  35351. javad
  35352. quicktime
  35353. windows
  35354. includes
  35355. quicktime
  35356. uicktime-enabled
  35357. quicktime-readable
  35358. quicktime/mac
  35359. quicktimesdk
  35360. quicktimevr
  35361. quinn
  35362. quite
  35363. quitting
  35364. quoted
  35365. quoting
  35366. qwerty
  35367. races
  35368. radcliffe
  35369. radically
  35370. radio
  35371. radiostation
  35372. radiostation
  35373. small
  35374. functional
  35375. streaming
  35376. server
  35377. raises
  35378. expansion
  35379. ramifications
  35380. ramps
  35381. randall
  35382. random
  35383. range
  35384. rangingw
  35385. ment:V
  35386. 70169X
  35387. 1e    No Change
  35388. simpleplayermfcdoc
  35389. simpleplayermfcdoc
  35390. simpleplayermfcdoc
  35391. simpleplayermfcview
  35392. simpleplayermfcview
  35393. simpleplayermfcview
  35394. simpleplayersdi
  35395. simpleplayersdi
  35396. simpleplayersdi
  35397. simpleplayersdi
  35398. simpleplayersdi
  35399. simpleplayersdi
  35400. simpleplayersdi
  35401. simpleplayersdi
  35402. simpleplayersdi
  35403. simplepopupcdef
  35404. simplepopupcdef
  35405. simplepopupcdef
  35406. simplepopupcdef
  35407. simplepoputcdef
  35408. simplepoputcdef
  35409. simpletext
  35410. simpletext
  35411. simpletext
  35412. simpletext
  35413. simpletext
  35414. simpletext
  35415. simpletext
  35416. simpletext
  35417. sample
  35418. simplevideoout
  35419. simplevideoout
  35420. simplevideoout
  35421. simplevideoout
  35422. prefix
  35423. simplevideoout
  35424. simplevideoout
  35425. simplified
  35426. simplified
  35427. stream
  35428. audio
  35429. sin440
  35430. sin440
  35431. movieplayer
  35432. movies\
  35433. movieshop
  35434. moviestask
  35435. movietoaiff
  35436. moving
  35437. moving
  35438. source
  35439. powerpc
  35440. mpc106A
  35441. mpdelayuntil
  35442. mping
  35443. system
  35444. utine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. This sample allows an application to tell the Finder to open a folder, launch an application, or open a document.
  35445. Nov 99V
  35446. 70170X
  35447. 1e    No Change
  35448. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimplePlayer.win:PUDev.CD Nov 00 TC Disk 2
  35449.  - Sample Code
  35450.  - QuickTime
  35451.  - Basics
  35452.  - MFC SimplePlayer.winV
  35453. 72000X
  35454. Nov 00^    TC Disk 2
  35455. --set theItem to choose file -- uncomment to test in an AS editor
  35456.     tell application "Finder"
  35457.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimplePlayer.win:"
  35458.         activate
  35459.     end tell
  35460. on error errMsg number errNum
  35461.     --enter statements to perform when no records are found such as...
  35462.     display dialog "Sorry, the item you selected could not be found."
  35463.     return
  35464. end try
  35465. e    No Changeq
  35466. Dev.CD Nov 00 TC Disk 2
  35467. All Packages
  35468. MFCQTClassesI,Some sample Microsoft MFC QuickTime classes.J
  35469. CQuickTime.cpp
  35470. CQuickTime.hOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFCQTClasses.win:PQDev.CD Nov 00 TC Disk 2
  35471.  - Sample Code
  35472.  - QuickTime
  35473.  - Basics
  35474.  - MFCQTClasses.winV
  35475. 72001X
  35476. Nov 00^    TC Disk 2
  35477. e    No Change
  35478. FindFamilies
  35479. 70171X
  35480. setlockbitatomsample
  35481. setupgl
  35482. sheets@
  35483. showinit@
  35484. shtml@
  35485. simple@
  35486. simpleeditsdi
  35487. simpleplayermfcdoc@
  35488. simpleprefs@
  35489. sites@
  35490. snapshotsample
  35491. software
  35492. licensing
  35493. info@
  35494. sound@
  35495. soundconvert
  35496. rsrc@
  35497. source
  35498. masher@
  35499. speechmessage@
  35500. srcs@
  35501. standardmenus@
  35502. start@
  35503. stiletto
  35504. sources@
  35505. strings
  35506. listen
  35507. rsrc@
  35508. strip@
  35509. support
  35510. synccatch@
  35511. systemfolder@
  35512. tech@
  35513. tesampleglue@
  35514. testbed
  35515. prefix@
  35516. testfinderlaunch
  35517. testprinterclass
  35518. textchanger
  35519. 2.0.1@
  35520. than@
  35521. themes@
  35522. toolbox
  35523. topseeturvee@
  35524. transitions
  35525. themes@
  35526. ts3window
  35527. tsmte@
  35528. type@
  35529. ueenie@
  35530. umousetrackbehavior
  35531. updates@
  35532. userstartup
  35533. goodies@
  35534. validator
  35535. 1.11@
  35536. watcher@
  35537. webobjects
  35538. database
  35539. whats@
  35540. windstuff
  35541. MainFrm.cpp
  35542. MainFrm.h
  35543. mssccprj.scc
  35544. ReadMe.txt
  35545. resource.h
  35546. SimpleEditMFC.cpp
  35547. SimpleEditMFC.dsp
  35548. SimpleEditMFC.dsw
  35549. SimpleEditMFC.exe
  35550. SimpleEditMFC.h
  35551. SimpleEditMFC.mak
  35552. SimpleEditMFC.rc
  35553. SimpleEditMFCDoc.cpp
  35554. SimpleEditMFCDoc.h
  35555. SimpleEditMFCView.cpp
  35556. SimpleEditMFCView.h
  35557. StdAfx.cpp
  35558. StdAfx.h
  35559. OHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:PSDev.CD Nov 00 TC Disk 2
  35560.  - Sample Code
  35561.  - QuickTime
  35562.  - Basics
  35563.  - MFC SimpleEdit.win    No Changef/FOND
  35564. Font Family
  35565. GetNextFOND
  35566. FindFamilies q
  35567. Dev.CD Nov 00 TC Disk 2
  35568. All Packages
  35569. FindPrinterI=This sample gets the name of the currently selected printer.
  35570. J1CurrentPrinter.c
  35571. FindPrinter(PPC)
  35572. FindPrinter.mcpK
  35573. Mar 96N
  35574. printer, current, find
  35575. O9Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:FindPrinter:PADev.CD Nov 00 TC Disk 2
  35576.  - Sample Code
  35577.  - Printing
  35578.  - FindPrinterV
  35579. 70172X
  35580. Nov 00^    TC Disk 2
  35581. e    No Change
  35582. --set theItem to choose file -- uncomment to test in an AS editor
  35583.     tell application "Finder"
  35584.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Games:UniversalHIDModuleTest:"
  35585.         activate
  35586.     end tell
  35587. on error errMsg number errNum
  35588.     --enter statements to perform when no records are found such as...
  35589.     display dialog "Sorry, the item you selected could not be found."
  35590.     return
  35591. end try
  35592. mfcmdiplayer
  35593. mfcmdiplayer
  35594. mfcmdiplayer
  35595. mfcmdiplayer
  35596. mfcmdiplayer
  35597. mfcmdiplayer
  35598. mfcmdiplayer
  35599. mfcmdiplayer
  35600. mfcmdiplayerdoc
  35601. mfcmdiplayerdoc
  35602. mfcmdiplayerdoc
  35603. mfcmdiplayerview
  35604. mfcmdiplayerview
  35605. mfcmdiplayerview
  35606. carbon
  35607. mib-clients
  35608. mib-documentation
  35609. mib-ii
  35610. mib-libraries
  35611. midiconverter
  35612. midiconverter
  35613. readme
  35614. midiconverter
  35615. readme
  35616. midiglue
  35617. mini-conference
  35618. minimaldeclrom
  35619. minimaldeclrom
  35620. misccode
  35621. misccode
  35622. misccode
  35623. missinglibraryroutin
  35624. missinglibraryroutin
  35625. modaltextedit
  35626. modeless
  35627. modeless
  35628. dialog
  35629. sample
  35630. modelessdialogsample
  35631. modelessdialogsample
  35632. modelessdialogsample
  35633. modifymouseaccl
  35634. 71999X
  35635. Nov 00^    TC Disk 2
  35636. --set theItem to choose file -- uncomment to test in an AS editor
  35637.     tell application "Finder"
  35638.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:"
  35639.         activate
  35640.     end tell
  35641. on error errMsg number errNum
  35642.     --enter statements to perform when no records are found such as...
  35643.     display dialog "Sorry, the item you selected could not be found."
  35644.     return
  35645. end try
  35646. e    No Changeq
  35647. Dev.CD Nov 00 TC Disk 2
  35648. All Packages
  35649. MFC SimplePlayerI=A Microsoft MFC application that plays a movie with QuickTime
  35650. 3MainFrm.cpp
  35651. MainFrm.h
  35652. mssccprj.scc
  35653. ReadMe.txt
  35654. Resource.h
  35655. SimplePlayerMFC.cpp
  35656. SimplePlayerMFC.dsp
  35657. SimplePlayerMFC.dsw
  35658. SimplePlayerMFC.exe
  35659. SimplePlayerMFC.h
  35660. SimplePlayerMFC.mak
  35661. SimplePlayerMFC.rc
  35662. SimplePlayerMFCDoc.cpp
  35663. SimplePlayerMFCDoc.h
  35664. SimplePlayerMFCView.cpp
  35665. SimplePlayerMFCView.h
  35666. StdAfx.cpp
  35667. StdAfx.h
  35668. 72000X
  35669. 1e    No Change
  35670. OGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC MDIPlayer.win:PRDev.CD Nov 00 TC Disk 2
  35671.  - Sample Code
  35672.  - QuickTime
  35673.  - Basics
  35674.  - MFC MDIPlayer.winV
  35675. 71998X
  35676. Nov 00^    TC Disk 2
  35677. --set theItem to choose file -- uncomment to test in an AS editor
  35678.     tell application "Finder"
  35679.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC MDIPlayer.win:"
  35680.         activate
  35681.     end tell
  35682. on error errMsg number errNum
  35683.     --enter statements to perform when no records are found such as...
  35684.     display dialog "Sorry, the item you selected could not be found."
  35685.     return
  35686. end try
  35687. e    No Changef Windows
  35688. QuickTime
  35689. Playerq
  35690. Dev.CD Nov 00 TC Disk 2
  35691. All Packages
  35692. MFC SimpleEditIRA Microsoft MFC application that plays a movie with QuickTime and enables editing
  35693. 71999X
  35694. 1e    No Change
  35695. o records are found such as...
  35696.     display dialog "Sorry, the item you selected could not be found."
  35697.     return
  35698. end try
  35699. e    No Changef
  35700. vRefNum
  35701. DirID
  35702. M`PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. Visual C++ 5.0 or later.
  35703. N$Windows, QuickTime, MFC, MDI, Player 00 TC Disk 1:Sample Code:Communications Toolbox:FindSerialPorts:"
  35704.         activate
  35705.     end tell
  35706. on error errMsg number errNum
  35707.     --enter statements to perform when no records are found such as...
  35708.     display dialog "Sorry, the item you selected could not be found."
  35709.     return
  35710. end try
  35711. 72980X
  35712. Oct 00^
  35713. --set theItem to choose file -- uncomment to test in an AS editor
  35714.     tell application "Finder"
  35715.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Text Encoding Converter 1.5:"
  35716.         activate
  35717.     end tell
  35718. on error errMsg number errNum
  35719.     --enter statements to perform when no records are found such as...
  35720.     display dialog "Sorry, the item you selected could not be found."
  35721.     return
  35722. end try
  35723. e    No ChangefCText Encoding Converter
  35724. Unicode
  35725. charset
  35726. character encoding
  35727. MIMEq
  35728. Dev.CD Oct 00 SDK1
  35729. All Packages
  35730. TEXTtotypeIntlCoercion
  35731. 72981X
  35732. comments
  35733. commercial
  35734. commit
  35735. commitment
  35736. committed{
  35737. common{
  35738. commons
  35739. commpiler{
  35740. commtoolbox
  35741. communicatex
  35742. e    No Changef+SCSI
  35743. SCSI Manager
  35744. asynchronous
  35745. SCSI DriveIDq
  35746. Dev.CD Nov 00 TC Disk 1
  35747. All Packages
  35748. SCSI Driver Example
  35749. SCSI Driver Example is a sample disk driver that supports the asynchronous SCSI Manager (SCSI Manager 4.3). It is written in MPW C with a small amount of assembler interface "glue." It was compiled  under MPW 3.3.1 (ETO 13).
  35750. It correctly demonstrates asyncronous I/O, simple completion routine state machines,  the transition from one SCSI Manager to another, using the new driver rules and so on.  On the other hand it doesn't do much error handling and doesn't work on the Mac Plus.  No provB
  35751. ision is made to support vendor- or version-specific disk hardware or firmware. In particular, note that this sample does not use the automatic Request Sense capability of the asynchronous SCSI Manager.
  35752. 72517X
  35753. printclippedoffscree
  35754. printclippedoffscree
  35755. printclippedoffscree
  35756. printcomments
  35757. printcomments
  35758. reinstaller
  35759. rekey
  35760. rekey
  35761. rekey
  35762. rekeytrans
  35763. relase
  35764. related
  35765. related
  35766. paper
  35767. release
  35768. release
  35769. extensions
  35770. release
  35771. installer
  35772. release
  35773. notes
  35774. release
  35775. notes
  35776. 8/31/93
  35777. compound
  35778. compress
  35779. compressed
  35780. compressionQ
  35781. compression
  35782. stdpic
  35783. stdbits
  35784. compressed
  35785. compsite
  35786. computer
  35787. computer
  35788. based
  35789. media
  35790. television
  35791. broadcast
  35792. graphics
  35793. conditional
  35794. conference
  35795. conferencing
  35796. configuration
  35797. connection
  35798. connectivity
  35799. consumer
  35800. middleware
  35801. music
  35802. movie
  35803. converter
  35804. mismatch
  35805. missA
  35806. mixed
  35807. mixerl
  35808. modal
  35809. modal
  35810. dialog
  35811. inserted
  35812. events
  35813. modaldialog
  35814. modaldialog
  35815. model
  35816. modes
  35817. modifymouseaccl
  35818. moduleN
  35819. monitor
  35820. moofwars
  35821. morefiles
  35822. moreisbetter
  35823. morpheme
  35824. mouse
  35825. mouseevent
  35826. mouseinfo
  35827. moved
  35828. movewindow
  35829. movieY
  35830. movies
  35831. multiprocessing
  35832. thread
  35833. thread
  35834. pthread
  35835. posix
  35836. multiprocessing
  35837. sorting
  35838. tasks
  35839. thread
  35840. quicktime
  35841. audio
  35842. soundconverter
  35843. multithreaded
  35844. music
  35845. mutable
  35846. native
  35847. needs
  35848. netsprocket
  35849. networkR
  35850. zones
  35851. heaps
  35852. hebrew
  35853. browser
  35854. center
  35855. pages
  35856. systems
  35857. helper
  35858. class
  35859. driver
  35860. hierarchical
  35861. level
  35862. hinting
  35863. hooper
  35864. hotspot
  35865. hp-ux
  35866. rendering
  35867. htmlrenderinglib
  35868. human
  35869. human
  35870. interface
  35871. guidelines
  35872. hwindowide
  35873. hypercard
  35874. hypercard
  35875. player
  35876. cardbus
  35877. ibook
  35878. family
  35879. plotting
  35880. resources
  35881. services
  35882. utilities
  35883. iconref
  35884. All Packages
  35885. QuickDraw GXO
  35886. Dev.CD Jun 97 SSWP
  35887. Dev.CD Jun 97 SSV
  35888. 72363X
  35889. Jun 97
  35890. f--set theItem to choose file -- uncomment to test in an AS editor
  35891.     tell application "Finder"
  35892.         open item "Dev.CD Jun 97 SSW"
  35893.         activate
  35894.     end tell
  35895. on error errMsg number errNum
  35896.     --enter statements to perform when no records are found such as...
  35897.     display dialog "Sorry, the item you selected could not be found."
  35898.     return
  35899. end try
  35900. All Packages
  35901. QuickDraw GXO
  35902. Dev.CD Jun 97 SSWP
  35903. Dev.CD Jun 97 SSV
  35904. 72364X
  35905. Jun 97
  35906. f--set theItem to choose file -- uncomment to test in an AS editor
  35907.     tell application "Finder"
  35908.         open item "Dev.CD Jun 97 SSW"
  35909.         activate
  35910.     end tell
  35911. on error errMsg number errNum
  35912.     --enter statements to perform when no records are found such as...
  35913.     display dialog "Sorry, the item you selected could not be found."
  35914.     return
  35915. end try
  35916. All Packages
  35917. QuickDraw GXO
  35918. Dev.CD Jun 97 SSWV
  35919. 72365X
  35920. This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector. The code calls SPBSetDeviceInfo() to initially set metering to off, then does a quick sampling of sound input using SPBGetDeviceInfo(). Metering is then turned on and sampling is repeated. This is an SIOW application and could be done more elegantly using a graphical representation for sound input levels. But you get the idea.
  35921. J(MeterTest(PPC)
  35922. MeterTest.c
  35923. MeterTest.mcpM
  35924. Sound Manager 3.2.1 or laterN
  35925. sound, record, MeterTestO4Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MeterTest:P<Dev.CD Nov 00 TC Disk 2
  35926.  - Sample Code
  35927.  - Sound
  35928.  - MeterTestlocalized resources.
  35929. Features:
  35930.  creates new FMAT resources from a format string.
  35931.  lets you pick characters for format string from a palette.
  35932.  works with any script system.
  35933.  displays sample numbers to give you immediate feedback.
  35934. Issues:  Provided by Michael Hecht, SAS.
  35935. FMAT Editor.imgange
  35936. 71997X
  35937. Nov 00^    TC Disk 2
  35938. --set theItem to choose file -- uncomment to test in an AS editor
  35939.     tell application "Finder"
  35940.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MeterTest:"
  35941.         activate
  35942.     end tell
  35943. on error errMsg number errNum
  35944.     --enter statements to perform when no records are found such as...
  35945.     display dialog "Sorry, the item you selected could not be found."
  35946.     return
  35947. end try
  35948. e    No Changef
  35949. sound
  35950. record
  35951. MeterTestq
  35952. Dev.CD Nov 00 TC Disk 2
  35953. All Packages
  35954. MFC MDIPlayerIXThe is a Microsoft Foundation Class, Multi-Documment Interface version of the QT Player.
  35955. *ChildFrm.cpp
  35956. ChildFrm.h
  35957. MainFrm.cpp
  35958. MainFrm.h
  35959. MFCMDIPlayer.cpp
  35960. MFCMDIPlayer.dsp
  35961. MFCMDIPlayer.dsw
  35962. MFCMDIPlayer.exe
  35963. MFCMDIPlayer.h
  35964. MFCMDIPlayer.mak
  35965. MFCMDIPlayer.rc
  35966. MFCMDIPlayerDoc.cpp
  35967. MFCMDIPlayerDoc.h
  35968. MFCMDIPlayerView.cpp
  35969. MFCMDIPlayerView.h
  35970. mssccprj.scc
  35971. ReadMe.txt
  35972. Resource.h
  35973. StdAfx.cpp
  35974. StdAfx.h
  35975. 71998X
  35976. 1e    No Change
  35977. features
  35978. allows
  35979. users
  35980. chess
  35981. network
  35982.  uncomment to test in an AS editor
  35983.     tell application "Finder"
  35984.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Folder Watching:"
  35985.         activate
  35986.     end tell
  35987. on error errMsg number errNum
  35988.     --enter statements to perform when no records are found such as...
  35989.     display dialog "Sorry, the item you selected could not be found."
  35990.     return
  35991. end try
  35992. e    No ChangefNbackground-only applications
  35993. PBCatSearch
  35994. AppleScript subroutines
  35995. Apple Events
  35996. Dev.CD Nov 00 TC Disk 1
  35997. All Packages
  35998. Fonts 6.0.4O
  35999. Dev CD Vol. VP
  36000. Dev CD Vol. V
  36001. 70178X
  36002. Vol. V
  36003. appleevent
  36004. interaction
  36005. aeinteractwithusera
  36006. appleevent
  36007. manager
  36008. coercionf
  36009. appleevent
  36010. manager
  36011. coercion
  36012. handlers
  36013. appleevent
  36014. manager
  36015. suspend/resume
  36016. aesuspendthecurrente
  36017. appleeventsO
  36018. appleevents
  36019. applescript
  36020. appleevent
  36021. object
  36022. model
  36023. appleevents
  36024. applescript
  36025. scriptable
  36026. editorO
  36027. appleevents
  36028. applescript
  36029. scriptable
  36030. editor
  36031. appleevent
  36032. appleglot
  36033. appleglot
  36034. localization
  36035. internationalization
  36036. translation
  36037. applescriptO
  36038. applescript
  36039. apple
  36040. events
  36041. aegizmosg
  36042. applescript
  36043. apple
  36044. events
  36045. appleevents
  36046. finder
  36047. ng an FBA. 'Folder Watcher Script App' is a AppleScript script application which notifies the 'FW Receiver' of changes by sending AppleScript subroutine Apple events.
  36048. JA Read Me
  36049. Folder Watcher FBA
  36050. Folder Watcher Script App
  36051. FW ReceiverK
  36052. Apr 96L
  36053. May 97M
  36054. System 7.1, AppleScript
  36055. qttimecode
  36056. timecode
  36057. track
  36058. movie
  36059. topseeturvee
  36060. total
  36061. tpifile
  36062. tpifile
  36063. tpifile
  36064. tpifile
  36065. tpifile
  36066. tpifileregister
  36067. tpifileregister
  36068. tpifiletest
  36069. tpifiletest
  36070. helper
  36071. traceroute
  36072. trackgworlds
  36073. trackgworlds
  36074. trackgworlds
  36075. traddriverloaderlib
  36076. traddriverloaderlib
  36077. traddriverloaderlib
  36078. traddriverloaderlib
  36079. traddriverloaderlib
  36080. traditional
  36081. traffic
  36082. trainingS
  36083. transferprovider
  36084. transferprovider
  36085. transferprovider
  36086. transferprovider
  36087. transitioneffect
  36088. transitioneffect
  36089. transitions
  36090. Open Transport 1.1.1 or higherN9Open Transport, STREAMS, module, driver, asynchronous I/OO7Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:TPIFile:P?Dev.CD Nov 00 TC Disk 1
  36091.  - Sample Code
  36092.  - Networking
  36093.  - TPIFileV
  36094. 72992X
  36095. Nov 00^    TC Disk 1
  36096. --set theItem to choose file -- uncomment to test in an AS editor
  36097.     tell application "Finder"
  36098.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:TPIFile:"
  36099.         activate
  36100.     end tell
  36101. on error errMsg number errNum
  36102.     --enter statements to perform when no records are found such as...
  36103.     display dialog "Sorry, the item you selected could not be found."
  36104.     return
  36105. end try
  36106. e    No Changef5Open Transport
  36107. STREAMS
  36108. module
  36109. driver
  36110. asynchronous I/O
  36111. monitorh
  36112. moofencoder
  36113. moofwars
  36114. atsui
  36115. moreappearance
  36116. moreappleevents
  36117. moreappleevents
  36118. moreappleeventslib
  36119. moreappleeventslib
  36120. moreautopush
  36121. morecarbonaccessors
  36122. morecarbonaccessors
  36123. moredebugging
  36124. moredesktopmgr
  36125. moredesktopmgr
  36126. moredesktopmgr
  36127. moredialogs
  36128. morefiles
  36129. morefiles
  36130. morefiles
  36131. morefilesextras
  36132. morefilesextras
  36133. morefilesextras
  36134. morefilesreadme
  36135. morefinderevents
  36136. morefinderevents
  36137. morefinderevents
  36138. morefinderevents
  36139. moreinterfacelib
  36140. ommunication@
  36141. compatibility
  36142. issues@
  36143. complete@
  36144. completed@
  36145. compressimage@
  36146. computing@
  36147. concurrently@
  36148. conjuntion@
  36149. connections@
  36150. connectivity@
  36151. containing@
  36152. contains
  36153. contains
  36154. demonstrating
  36155. write
  36156. engine@
  36157. content
  36158. contents@
  36159. e    No Changef
  36160. Alias Manager
  36161. relative aliasq
  36162. Dev.CD Nov 00 TC Disk 1
  36163. All Packages
  36164. Restore Screen Cluts
  36165. This snippet shows how to restore all the screen's color tables back to what they normally are using two different methods. To demonstrate this, set your main screen to eight bits per pixel and run the program and open the Flowers PICT file. A window that displays the contents of the PICT file appears on the main screen, and its color table should change to the one in the PICT file. The is controlled by a palette full of tolerant colors. Now close the window, and you'll see that the screenB
  36166. 's color table does not get set back to the default color table. But if you go to the Display menu and choose either of the commands there, all the screen's color tables should be restored back to what they normally are.
  36167. 72487X
  36168. 1e    No Change
  36169. winprefix
  36170. wiredp
  36171. wired
  36172. movies
  36173. spritesp
  36174. withv
  36175. workgroupT
  36176. working
  36177. quicktime
  36178. object
  36179. panorama
  36180. quickt
  36181. qtzoo
  36182. qualified
  36183. query
  36184. queue
  36185. quick
  36186. quickdraw
  36187. quickdraw
  36188. windows
  36189. metafile
  36190. copybits
  36191. newgworld
  36192. gworld
  36193. carbon
  36194. bandai
  36195. bandwidthA
  36196. barrier
  36197. baseaddr
  36198. based
  36199. batch
  36200. beginfullscreen
  36201. behavior
  36202. bi-directional
  36203. bitblitz
  36204. This sample code creates a sprite movie containing a sprite track. 
  36205. The sprite track contains three sprites: a space ship, an icon, and a world. Optionally, the track also contains a fourth sprite, a background picture. The space ship and icon move about as the sprite movie plays.
  36206. This sample code also shows how to test for mouse clicks ("hits") on a sprite. Open a movie containing a sprite track and then click on a sprite; its visibility state is toggled between visible and invisible. 
  36207. Application Files
  36208. Building QT Samples
  36209. Common Files
  36210. QTSprites 68k
  36211. QTSprites 68k.mcp
  36212. QTSprites PPC
  36213. QTSprites PPC.mcp
  36214. QTSprites Win.mcp
  36215. QTSprites.c
  36216. QTSprites.exe
  36217. QTSprites.h
  36218. QTSprites.mak
  36219. QTSprites.r
  36220. README - QTSpritesM
  36221. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OQDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTSprites:
  36222. Jan 96L
  36223. May 97M
  36224. System 7.1, AppleScriptNXAppleEvents, AppleScript, scriptable text editor, AppleEvent Object Model, attachabilityOGDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MenuScripter:PODev.CD Nov 00 TC Disk 1
  36225.  - Sample Code
  36226.  - Interapplication Comm
  36227.  - MenuScripterV
  36228. 71996X
  36229. Nov 00^    TC Disk 1
  36230. --set theItem to choose file -- uncomment to test in an AS editor
  36231.     tell application "Finder"
  36232.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MenuScripter:"
  36233.         activate
  36234.     end tell
  36235. on error errMsg number errNum
  36236.     --enter statements to perform when no records are found such as...
  36237.     display dialog "Sorry, the item you selected could not be found."
  36238.     return
  36239. end try
  36240. e    No ChangefTAppleEvents
  36241. AppleScript
  36242. scriptable text editor
  36243. AppleEvent Object Model
  36244. attachabilityq
  36245. Dev.CD Nov 00 TC Disk 1
  36246. All Packages
  36247. F    MeterTest
  36248. 71997X
  36249. ? Example Scripts
  36250.  Read Me
  36251. Associated Documentation
  36252. CodeWarrior 8 Projects
  36253. MenuScripter
  36254. MenuScripter.68K.7
  36255. MenuScripter.68K.
  36256. MenuScripter.make
  36257. MenuScripter.PPC.7
  36258. MenuScripter.PPC.
  36259. Objects68K
  36260. ObjectsPPC
  36261. Resources
  36262. script changecreator
  36263. script datestring
  36264. script get/set selection
  36265. script shift
  36266. script topseeturvee
  36267. Sources
  36268. found."
  36269.     return
  36270. end try
  36271. --set theItem to choose file -- uncomment to test in an AS editor
  36272.     tell application "Finder"
  36273.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:"
  36274.         activate
  36275.     end tell
  36276. on error errMsg number errNum
  36277.     --enter statements to perform when no records are found such as...
  36278.     display dialog "Sorry, the item you selected could not be found."
  36279.     return
  36280. end try
  36281. Toolbox Managers and  several common, and some not so common, features of these 
  36282. Managers:
  36283.  Code Fragment Manager
  36284. -Loading and preparing a code fragment from the data fork of a file.
  36285. -Retrieving a list of exported symbols fr
  36286. 70180X
  36287. drawtkl
  36288. drawtkl
  36289. drive
  36290. drive
  36291. setup
  36292. drive
  36293. setup
  36294. guide
  36295. drive
  36296. utilities
  36297. driveidsample
  36298. driver
  36299. drivergestalt
  36300. drivergestalt
  36301. drivergestalt
  36302. drivergestaltdemo
  36303. drivergestaltdemo
  36304. drivergestaltdemo
  36305. drivergestaltexplore
  36306. lected could not be found."
  36307.     return
  36308. end try
  36309. applications/utiliti
  36310. applied
  36311. applies
  36312. apply
  36313. applying
  36314. appreciated
  36315. approach
  36316. approaches
  36317. appropriate
  36318. appropriately
  36319. approval
  36320. approved
  36321. approximate
  36322. approximately
  36323. approximations
  36324. boxes
  36325. branch
  36326. brand{
  36327. brave
  36328. braving
  36329. brazilian
  36330. break
  36331. breakline
  36332. breakpoints
  36333. breaks
  36334. breakthroughs
  36335. breeze
  36336. brian
  36337. bridge
  36338. bridges
  36339. brief
  36340. brigham
  36341. brightness
  36342. bring
  36343. bring-up
  36344. bringing
  36345. brings
  36346. brink
  36347. british
  36348. broad
  36349. browser
  36350. browsermaker
  36351. browsermaker
  36352. create
  36353. document
  36354. links
  36355. other
  36356. browsers
  36357. browsing
  36358. bruce
  36359. bruyndonckx
  36360. bryan
  36361. budget
  36362. bufferr
  36363. buffercmd
  36364. buffered
  36365. buffering
  36366. bugfix
  36367. buggy
  36368. e    No Changeq
  36369. Dev.CD Nov 00 TC Disk 1
  36370. All Packages
  36371. MenuScripter
  36372. The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  36373. MenuScripter 4.0 implements many of the of the techniques described in the develop articles - 'Programming for Flexibility: The Open Scripting ArB
  36374. chitecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then it is recommended that you read these articles.
  36375. Jan 96L
  36376. May 97V
  36377. 71996X
  36378. 1e    No Change
  36379. -Non standard text styles in a dialog, including popup menus and editable text items.
  36380. -Support a number of moveable modal dialogs in an application.
  36381. It also demonstrates:
  36382. -How to properly support the standard event loop
  36383. --set theItem to choose file -- uncomment to test in an AS editor
  36384.     tell application "Finder"
  36385.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:"
  36386.         activate
  36387.     end tell
  36388. on error errMsg number errNum
  36389.     --enter statements to perform when no records are found such as...
  36390.     display dialog "Sorry, the item you selected could not be found."
  36391.     return
  36392. end try
  36393. les. 
  36394. This is not intended to be a definitive 'document' on how to EFimplement these features, but 
  36395. illustrates one approach you can take. 
  36396. QAppleEventStuff.c
  36397. AppleEventStuff.h
  36398. DialogStuff.c
  36399. DialogStuff.h
  36400. DragStuff.c
  36401. Fragment Tool(PPC)
  36402. Fragment Tool.mcp
  36403. Fragments.c
  36404. FragmentStuff.h
  36405. FragmentTool.c
  36406. FragmentTool.h
  36407. FragmentTool.rsrc
  36408. Initialize.c
  36409. Lists.c
  36410. MenusStuff.c
  36411. MenuStuff.h
  36412. Prototypes.h
  36413. ReadMe-Fragment Tool
  36414. Streams.c
  36415. Streams.h
  36416. Test Fragments
  36417. Utilities.c
  36418. Utilities.h
  36419. Windows.c
  36420. Jan 96L
  36421. May 97N
  36422. CFM, Code Fragment Manager
  36423. e    No Changeq
  36424. Dev.CD Nov 00 TC Disk 1
  36425. All Packages
  36426. Menu Defproc 1.0.3
  36427. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  36428. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  36429. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  36430. ChooseTkl.c
  36431. ChooseTkl.h
  36432. Concordia
  36433. Concordia Info
  36434. Concordia Info.txt
  36435. Concordia.c
  36436. Concordia.h
  36437. Concordia.make
  36438. Concordia.r
  36439. DrawTkl.c
  36440. DrawTkl.h
  36441. PopUpTkl.c
  36442. PopUpTkl.h
  36443. SizeTkl.c
  36444. SizeTkl.hK
  36445. Vol IIIL
  36446. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O>Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:PFDev.CD Nov 00 TC Disk 1
  36447.  - Tool Chest
  36448.  - Toolbox
  36449.  - Menu Defproc 1.0.3V
  36450. 71995X
  36451. Nov 00^    TC Disk 1
  36452. e    No Change
  36453. All Packages
  36454. System UpdateO
  36455. Dev.CD Apr 94P
  36456. Dev.CD Apr 9V
  36457. 72951X
  36458. Apr 94
  36459. b--set theItem to choose file -- uncomment to test in an AS editor
  36460.     tell application "Finder"
  36461.         open item "Dev.CD Apr 94"
  36462.         activate
  36463.     end tell
  36464. on error errMsg number errNum
  36465.     --enter statements to perform when no records are found such as...
  36466.     display dialog "Sorry, the item you selected could not be found."
  36467.     return
  36468. end try
  36469. All Packages
  36470. System UpdateO
  36471. Dev.CD Apr 94
  36472. Dev.CD Jan 94P
  36473. Dev.CD Apr 94
  36474. Dev.CD Jan 9V
  36475. 72952X
  36476. Apr 94
  36477. p--set theItem to choose file -- uncomment to test in an AS editor
  36478.     tell application "Finder"
  36479.         open item "Dev.CD Apr 94
  36480. Dev.CD Jan 94"
  36481.         activate
  36482.     end tell
  36483. on error errMsg number errNum
  36484.     --enter statements to perform when no records are found such as...
  36485.     display dialog "Sorry, the item you selected could not be found."
  36486.     return
  36487. end try
  36488. All Packages
  36489. System UpdateO
  36490. Dev.CD Apr 94V
  36491. 72953X
  36492. All Packages
  36493. System Enabler 003 (LC III)OEDev.CD Apr 94
  36494. Dev.CD Jan 94
  36495. Dev.CD Oct 93
  36496. Dev.CD Jul 93
  36497. Dev.CD Apr 93PDDev.CD Apr 94
  36498. Dev.CD Jan 94
  36499. Dev.CD Oct 93
  36500. Dev.CD Jul 93
  36501. Dev.CD Apr 9V
  36502. 72737X
  36503. Apr 94
  36504. --set theItem to choose file -- uncomment to test in an AS editor
  36505.     tell application "Finder"
  36506.         open item "Dev.CD Apr 94
  36507. Dev.CD Jan 94
  36508. Dev.CD Oct 93
  36509. Dev.CD Jul 93
  36510. Dev.CD Apr 93"
  36511.         activate
  36512.     end tell
  36513. on error errMsg number errNum
  36514.     --enter statements to perform when no records are found such as...
  36515.     display dialog "Sorry, the item you selected could not be found."
  36516.     return
  36517. end try
  36518. All Packages
  36519. System Enabler 003 (LC III)OEDev.CD Apr 94
  36520. Dev.CD Jan 94
  36521. Dev.CD Oct 93
  36522. Dev.CD Jul 93
  36523. Dev.CD Apr 93PDDev.CD Apr 94
  36524. Dev.CD Jan 94
  36525. Dev.CD Oct 93
  36526. Dev.CD Jul 93
  36527. Dev.CD Apr 9V
  36528. 72738X
  36529. Apr 94
  36530. 72983X
  36531. Oct 00^
  36532. --set theItem to choose file -- uncomment to test in an AS editor
  36533.     tell application "Finder"
  36534.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Thread Manager:"
  36535.         activate
  36536.     end tell
  36537. on error errMsg number errNum
  36538.     --enter statements to perform when no records are found such as...
  36539.     display dialog "Sorry, the item you selected could not be found."
  36540.     return
  36541. end try
  36542. e    No Changef9Thread Manager
  36543. thread
  36544. threads
  36545.  tasks
  36546. tasking
  36547. multitaskingq
  36548. Dev.CD Oct 00 SDK1
  36549. All Packages
  36550. Thumbnail TestI
  36551. This sample has been updated for the Carbon API.  This contains a routine to illustrate the use of copybits to generate thumbnail images.
  36552. JxCarbonPrefix.h
  36553. CarbonRes.rsrc
  36554. ReadMe
  36555. ShrinkToBW.c
  36556. Test Text Pict
  36557. Thumbnail(PPC)
  36558. Thumbnail.c
  36559. Thumbnail.mcp
  36560. Thumbnail.rsrcL
  36561. Nov 00M
  36562. QuickDraw, CarbonLibO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Thumbnail Test:V
  36563. 72984X
  36564. 1e    No Changeo&http://developer.apple.com/samplecode/
  36565. UFailure (or Signals) is a set of exception handling routines suitable for use with MacApp, MPW Pascal, and MPW C.  It is a "jazzed-up" version of the original MacApp UFailure unit, and it includes a set of C interfaces too.J
  36566. CTestSignal
  36567. CTestSignal.c
  36568. CTestSignal.c.o
  36569. CTestSignal.make
  36570. Note-register variables
  36571. PTestSignal
  36572. PTestSignal.make
  36573. PTestSignal.p
  36574. PTestSignal.p.o
  36575. README
  36576. UFailure.a
  36577. UFailure.a.o
  36578. UFailure.h
  36579. UFailure.inc1.p
  36580. UFailure.o
  36581. UFailure.p
  36582. UFailure.p.oN$MacApp, Exception, UFailure, SignalsO@Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Signals:PHDev.CD Nov 00 TC Disk 2
  36583.  - Sample Code
  36584.  - Platforms and Tools
  36585.  - SignalsV
  36586. 72554X
  36587. Nov 00^    TC Disk 2
  36588. e    No Change
  36589. g4interface
  36590. g4interface
  36591. g4lava
  36592. g4lava
  36593. g4main
  36594. g4main
  36595. g4play
  36596. g4play
  36597. g4prefs
  36598. g4prefs
  36599. g4resources
  36600. g4resources
  36601. g4setuptakedown
  36602. g4setuptakedown
  36603. g4sound
  36604. g4sound
  36605. g4utilities
  36606. g4utilities
  36607. footprintx
  36608. WAll Packages
  36609. Mac OS SDK Edition
  36610. GameSprocket SDKs
  36611. learn
  36612. learning{
  36613. learning
  36614. eomodeler
  36615. learning
  36616. effectively
  36617. eomodeler
  36618. application
  36619. learning/testing
  36620. least
  36621. leave
  36622. leaving
  36623. ledapp
  36624. legal
  36625. length
  36626. length-2
  36627. lengths
  36628. less{
  36629. lesser
  36630. lessons
  36631. letter
  36632. letters
  36633. letting_
  36634. levela
  36635.  leaks.
  36636. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  36637. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  36638. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  36639. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  36640. t this Macintosh" dialog.
  36641. Virtual User tools.imgK
  36642. Jul 93L
  36643. Aug 94
  36644. Memory Monitor requires System Software 7.0 or greater, and Apple
  36645.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  36646. N(Testing, Memory, Virtual User, DebuggingOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:ge
  36647. PRDev.CD Nov 00 TC Disk 1
  36648.  - Tool Chest
  36649.  - Testing & Debugging
  36650.  - Virtual User tools develop a Macintosh game.
  36651.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  36652. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  36653.  NetSprocket 1B
  36654. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  36655.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  36656. JDDrawSprocket SDK
  36657. InputSprocket SDK
  36658. NetSprocket_SDK
  36659. SoundSprocket_SDKK
  36660. Jun 96L
  36661. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Oct 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Oct 00 SDK1
  36662.  - Development Kits
  36663.  - Mac OS
  36664.  - GameSprocket SDKs
  36665. enabler
  36666. encoding
  36667. installation_
  36668. installations
  36669. installedf
  36670. installer
  36671. installer
  36672. chinese
  36673. language
  36674. installers
  36675. installingV
  36676. installment
  36677. installsf
  36678. instance
  36679. instances
  36680. instantly
  36681. instead
  36682. instruction
  36683. instructional
  36684. instructions_
  36685. insure
  36686. int'l
  36687. integer
  36688. integral
  36689. integrate
  36690. integrated
  36691. integrates
  36692. integrating
  36693. integrating
  36694. computer-based
  36695. media
  36696. broadcast
  36697. environment
  36698. integration
  36699. memory-efficient
  36700. memory-intensive
  36701. memory/video
  36702. mensch
  36703. mentat
  36704. mention
  36705. mentioned
  36706. mentors
  36707. menuU
  36708. menubar
  36709. menuhandle
  36710. menuhook/mbarhook
  36711. menumanager
  36712. menusv
  36713. menuscripter
  36714. merchandised
  36715. merchandising
  36716. merely
  36717. message
  36718. methodology
  36719. methods
  36720. metrowerks
  36721. 71993X
  36722. Nov 00^    TC Disk 1
  36723. --set theItem to choose file -- uncomment to test in an AS editor
  36724.     tell application "Finder"
  36725.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  36726.         activate
  36727.     end tell
  36728. on error errMsg number errNum
  36729.     --enter statements to perform when no records are found such as...
  36730.     display dialog "Sorry, the item you selected could not be found."
  36731.     return
  36732. end try
  36733. e    No Changef%Testing
  36734. Memory
  36735. Virtual User
  36736. Debuggingq
  36737. Dev.CD Nov 00 TC Disk 1
  36738. All Packages
  36739. menu 'cicn' funIRThis sample illustrates how to add color icons of different sizes to menu items.  JOMenu 'cicn' fun(PPC)
  36740. menu 'cicn' fun.c
  36741. Menu 'cicn' fun.mcp
  36742. Menu 'cicn' fun.rsrcOLDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:PTDev.CD Nov 00 TC Disk 1
  36743.  - Sample Code
  36744.  - Human Interface Toolbox
  36745.  - Menu 'cicn' funV
  36746. 71994X
  36747. Nov 00^    TC Disk 1
  36748. e    No Change
  36749. IMPORTANT INFORMATION ABOUT THIS SDK
  36750. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  36751. http://www.apple.com/quicktime/.
  36752. QuickTime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  36753. for users. 
  36754. For example, the QuickTake 200 comes with three components: 
  36755.  Camera Access application 
  36756.  QuickTime IC system extension 
  36757.  QuickTake 200 camera component 
  36758. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  36759. g--set theItem to choose file -- uncomment to test in an AS editor
  36760.     tell application "Finder"
  36761.         open item "Dev.CD Jan 96 SDK1"
  36762.         activate
  36763.     end tell
  36764. on error errMsg number errNum
  36765.     --enter statements to perform when no records are found such as...
  36766.     display dialog "Sorry, the item you selected could not be found."
  36767.     return
  36768. end try
  36769. bridge
  36770. broadcast
  36771. broadcasting
  36772. browse
  36773. browse
  36774. internet
  36775. services
  36776. browser
  36777. btstbool
  36778. btstq
  36779. bufcallback
  36780. buffer
  36781. buffered
  36782. buffered
  36783. system
  36784. builder
  36785. built-in
  36786. bundle
  36787. bundle
  36788. services
  36789. burned-in
  36790. burned-in
  36791. address
  36792. burning
  36793. burning
  36794. business
  36795. business
  36796. processes
  36797. button
  36798. buttons
  36799. opentransport
  36800. standard
  36801. library
  36802. cacheA
  36803. cache
  36804. ratesA
  36805. cacheline
  36806. snippet
  36807. shows
  36808. control's
  36809. snippet
  36810. shows
  36811. create
  36812. install
  36813. custom
  36814. snippet
  36815. shows
  36816. determine
  36817. whether
  36818. running
  36819. snippet
  36820. shows
  36821. screen
  36822. snippet
  36823. shows
  36824. window
  36825. constrained
  36826. snippet
  36827. shows
  36828. restore
  36829. screen's
  36830. color
  36831. snippet
  36832. shows
  36833. retrieve
  36834. colortable
  36835. multi
  36836. snippet
  36837. shows
  36838. custom
  36839. document
  36840. icons
  36841. snippet
  36842. shows
  36843. stdpix
  36844. intercept
  36845. snippet
  36846. shows
  36847. access
  36848. desktop
  36849. pattern
  36850. snippet
  36851. shows
  36852. example
  36853. resource
  36854. snippet
  36855. shows
  36856. steps
  36857. necessary
  36858. implement
  36859. scroll
  36860. source
  36861. standard
  36862. compression
  36863. chapter
  36864. survival
  36865. guide
  36866. series
  36867. regarding
  36868. webobjec
  36869. survival
  36870. guide
  36871. offers
  36872. overview
  36873. audio
  36874. versions`
  36875. versit{
  36876. versus
  36877. :OS Utilities:Gestalt Selectors List 4.3:PSDev.CD Nov 00 TC Disk 1
  36878.  - Tool Chest
  36879.  - OS Utilities
  36880.  - Gestalt Selectors List 4.3V
  36881. 70184X
  36882. Nov 00^    TC Disk 1
  36883. --set theItem to choose file -- uncomment to test in an AS editor
  36884.     tell application "Finder"
  36885.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  36886.         activate
  36887.     end tell
  36888. on error errMsg number errNum
  36889.     --enter statements to perform when no records are found such as...
  36890.     display dialog "Sorry, the item you selected could not be found."
  36891.     return
  36892. end try
  36893. e    No Changef
  36894. Gestalt Selector Codes
  36895. Gestalt Manager
  36896. Machine Identification
  36897. System Identification
  36898. System Software Release
  36899. Version
  36900. Capabilities
  36901. System Featuresq
  36902. Dev.CD Nov 00 TC Disk 1
  36903. All Packages
  36904. 70185X
  36905. restoredeviceclut
  36906. restoredeviceclut
  36907. getdevicelist
  36908. newpalette
  36909. setpalette
  36910. testde
  36911. retrievepictinfo
  36912. return
  36913. return
  36914. investment
  36915. business
  36916. processes
  36917. interactive
  36918. media
  36919. reverb
  36920. rgbbackcolor
  36921. rgbforecolor
  36922. rhapsody
  36923. rhapsody
  36924. yellow
  36925. openstep
  36926. rhapsody
  36927. pages
  36928. access
  36929. access
  36930. scripting
  36931. urlaccess
  36932. urlaccess
  36933. urlaccess
  36934. urlaccess
  36935. urlaccess68k
  36936. urlaccess68k
  36937. urlaccesslib
  36938. urlaccesslib
  36939. urlservices
  36940. distribution
  36941. guide
  36942. usage
  36943. usage
  36944. history
  36945. 1.4.6f11
  36946. driver
  36947. useful
  36948. useful
  36949. addmenu
  36950. script
  36951. manual
  36952. user's
  36953. userchkgestaltfuncti
  36954. userchkgestaltfuncti
  36955. userchkgestaltfuncti
  36956. --set theItem to choose file -- uncomment to test in an AS editor
  36957.     tell application "Finder"
  36958.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:"
  36959.         activate
  36960.     end tell
  36961. on error errMsg number errNum
  36962.     --enter statements to perform when no records are found such as...
  36963.     display dialog "Sorry, the item you selected could not be found."
  36964.     return
  36965. end try
  36966. box (System 7 and higher, or separate install on System 6)N?Communications Toolbox, connection tools, CMChoose, CMGetConfigOKDev.CD Nov 00 TC Disk 1:Sample Code:Communications Toolbox:Get Tool Config:PSDev.CD Nov 00 TC Disk 1
  36967.  - Sample Code
  36968.  - Communications Toolbox
  36969.  - Get Tool ConfigV
  36970. 70185X
  36971. Nov 00^    TC Disk 1
  36972. e    No Change
  36973. e    No Changef2MemHell
  36974. Memory
  36975. stress
  36976. debug
  36977. debugging
  36978. testingq
  36979. Dev.CD Nov 00 TC Disk 1
  36980. All Packages
  36981. Memory Monitor
  36982. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  36983. 71993X
  36984. call-backs
  36985. callback
  36986. callbackcmd
  36987. callbacks
  36988. calledX
  36989. caller
  36990. callhyper
  36991. calling
  36992. callsh
  36993. calvacom
  36994. camera
  36995. cameras
  36996. cameron
  36997. campaign
  36998. campaigns
  36999. campfire
  37000. s it implement direct memory access to the ROM.
  37001. OEDev.CD Nov 00 TC Disk 1:Sample Code:Networking:GetEnetAddrDirect.ppc:V
  37002. 70187X
  37003. 1e    No Change
  37004. involved
  37005. involves
  37006. involving
  37007. iokitlib
  37008. iostreams
  37009. iotracer
  37010. ipclister
  37011. ipclistports
  37012. copy-and-paste
  37013. copy/paste
  37014. copybitsr
  37015. copybitsspeedpalette
  37016. copydeepmask
  37017. copying
  37018. copymask
  37019. copyright
  37020. copyrighted
  37021. corefoundation
  37022. coresample
  37023. corner
  37024. corporate
  37025. corporation
  37026. correct
  37027. corrected
  37028. correctly
  37029. corrects
  37030. correlate
  37031. correspondence
  37032. corresponding
  37033. corrupt
  37034. corruption
  37035. cosmetic[
  37036. costly
  37037. costs{
  37038. could]
  37039. couldn't
  37040. counter
  37041. counterpart
  37042. counterparts
  37043. countersA
  37044. counting
  37045. country
  37046. couple
  37047. courseS
  37048. coursesS
  37049. ^    TC Disk 2
  37050. --set theItem to choose file -- uncomment to test in an AS editor
  37051.     tell application "Finder"
  37052.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:HyperCard:ShowBalloon XFCN:"
  37053.         activate
  37054.     end tell
  37055. on error errMsg number errNum
  37056.     --enter statements to perform when no records are found such as...
  37057.     display dialog "Sorry, the item you selected could not be found."
  37058.     return
  37059. end try
  37060. e    No Changef
  37061. hypercard
  37062. ShowBalloon XFCNq
  37063. Dev.CD Nov 00 TC Disk 2
  37064. All Packages
  37065. ShowDialogBoxes v2.1
  37066. Summary:  SDB allows you to display dialogs, alerts, and coolAlerts of your application. Requires an associated scriptfile which specifies the relationships between the text and the dialogs. Version 2.1 adds support for displaying coolAlerts under QuickDraw GX.
  37067. ShowDialogBoxes v2.1.imgK
  37068. Vol VIIL
  37069. May 94N
  37070. Testing, InternationalO@Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:ShowDialogBoxes:V
  37071. 72551X
  37072. 1e    No Change
  37073. nto multiple-node movies. Use the QTVR 1.0 Authoring Tools Suite available in the Apple Developer Catalog for these purposes. 
  37074. The folders Make QTVR Object 1.0b2 and Make QTVR Panorama 1.0b2 contain the source code for the QuickTime VR beta-level, unsupported tools Make QTVR Object and Make QTVR Panorama. This source code is an example of how to use the file format information described in Apple Technote 1035, QuickTime VR 1.0 Panorama Movie File Format, and Apple Technote 1036, QuickTimeD
  37075.  VR 1.0 Object Movie File Format. 
  37076. This code:
  37077.  Is beta-level and unsupported. 
  37078.  Is available as a pair of MPW Projector databases or as individual files. 
  37079. Issues:  These are beta-level tools and are unsupported. 
  37080. Jun 96M
  37081. These tools run on a Macintosh and require several megabytes of free memory -- the larger the files to be created, the more memory is required.   The code requires a Macintosh and an appropriate development environment.O#Dev.CD Oct 98 SDK:Development Kits:inrect
  37082. ager.  This can involve scrambling the system heap or application heap.
  37083. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  37084. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  37085. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  37086. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  37087. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  37088. Jul 92L
  37089. Feb 93m/samplecode/
  37090. MegaMovies
  37091. Read Me
  37092. Read Me.txtK
  37093. Jul 92L
  37094. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  37095.  1.0 extensionO>Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:PFDev.CD Nov 00 TC Disk 1
  37096.  - Tool Chest
  37097.  - QuickTime
  37098.  - MegaMovies 1.6.2gs into a text file.
  37099. acur.c
  37100. acur.h
  37101. DropShell.68K.
  37102. DropShell.c
  37103. DropShell.h
  37104. DropShell.PPC.
  37105. DropShell.rsrc
  37106. DSAppleEvents.c
  37107. DSAppleEvents.h
  37108. DSGlobals.h
  37109. DSUserProcs.c
  37110. DSUserProcs.h
  37111. DSUtils.c
  37112. DSUtils.h
  37113. GetHelpStrings
  37114. Read MeK
  37115. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO:Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:GetHelpStrings:PBDev.CD Nov 00 TC Disk 1
  37116.  - Tool Chest
  37117.  - Toolbox
  37118.  - GetHelpStrings
  37119.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  37120. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  37121. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  37122. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  37123. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  37124. All Packages
  37125. System 7 Tune-UpO
  37126. Dev.CD Apr 92
  37127. Dev.CD Mar 92P
  37128. Dev.CD Apr 92
  37129. Dev.CD Mar 9V
  37130. 72659X
  37131. Apr 92
  37132. p--set theItem to choose file -- uncomment to test in an AS editor
  37133.     tell application "Finder"
  37134.         open item "Dev.CD Apr 92
  37135. Dev.CD Mar 92"
  37136.         activate
  37137.     end tell
  37138. on error errMsg number errNum
  37139.     --enter statements to perform when no records are found such as...
  37140.     display dialog "Sorry, the item you selected could not be found."
  37141.     return
  37142. end try
  37143. All Packages
  37144. System 7 Tune-UpO
  37145. Dev.CD Apr 92
  37146. Dev.CD Mar 92P
  37147. Dev.CD Apr 92
  37148. Dev.CD Mar 9V
  37149. 72660X
  37150. Apr 92
  37151. p--set theItem to choose file -- uncomment to test in an AS editor
  37152.     tell application "Finder"
  37153.         open item "Dev.CD Apr 92
  37154. Dev.CD Mar 92"
  37155.         activate
  37156.     end tell
  37157. on error errMsg number errNum
  37158.     --enter statements to perform when no records are found such as...
  37159.     display dialog "Sorry, the item you selected could not be found."
  37160.     return
  37161. end try
  37162. Summary: This test tool application demonstrates the use of the standard movie controllers and its manipulation of movie files.  This tool tests other functions to integrate QuickTime
  37163.  with other components of the System Software.
  37164. Features:
  37165. Multiple Movie Files:  More than one movie an be opened at once.  By selecting "Open Multiple", the user can input the number of movies from the same movie file to open.  This is useful for multiple movie testing.
  37166. Standard Movie Controllers:  The user
  37167.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  37168. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  37169. serialdriverarbitrat
  37170. series
  37171. server
  37172. server
  37173. controls
  37174. server
  37175. developer
  37176. servers
  37177. services
  37178. setcontrolmaximum
  37179. setcontrolminimum
  37180. setcontrolvalue
  37181. setdefaultdtp
  37182. setdeskcpat
  37183. setentrycolor
  37184. sethideonswitch
  37185. setled
  37186. setlinewidth
  37187. setpalette
  37188. erver
  37189. mouse
  37190. mouseinfo
  37191. mouseinfo
  37192. mamake
  37193. mouseinfo
  37194. mousoid
  37195. mousoid
  37196. movablemodal
  37197. movablemodal
  37198. moveablemodaldialog
  37199. moveablemodaldialog
  37200. moveablemodaldialog
  37201. movieY
  37202. movie
  37203. movie
  37204. moviebrowser
  37205. moviebrowser
  37206. moviebrowser
  37207. moviecallbacks
  37208. moviecallbacks
  37209. moviecontrol
  37210. moviecontrol
  37211. moviefile
  37212. moviefile
  37213. moviefile
  37214. 71991X
  37215. Nov 00^    TC Disk 1
  37216. --set theItem to choose file -- uncomment to test in an AS editor
  37217.     tell application "Finder"
  37218.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  37219.         activate
  37220.     end tell
  37221. on error errMsg number errNum
  37222.     --enter statements to perform when no records are found such as...
  37223.     display dialog "Sorry, the item you selected could not be found."
  37224.     return
  37225. end try
  37226. e    No Changeq
  37227. Dev.CD Nov 00 TC Disk 1
  37228. All Packages
  37229. MemHellIqMemory stress too.   Update to previous version.
  37230. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  37231. MemHell
  37232. MemHell 1.0a6 ReadMeK
  37233. Dec 93L
  37234. Dec 99M
  37235. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO?Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:PGDev.CD Nov 00 TC Disk 1
  37236.  - Tool Chest
  37237.  - Testing & Debugging
  37238.  - MemHellV
  37239. 71992X
  37240. Nov 00^    TC Disk 1
  37241. e    No Change
  37242. F    MDIPlayerI
  37243. MDIPlayer is a sample application that demonstrates how to display QuickTime movies using the MDI (multiple document interface).
  37244. mdiplayer.c
  37245. mdiplayer.dsp
  37246. mdiplayer.dsw
  37247. MDIPlayer.exe
  37248. mdiplayer.ico
  37249. mdiplayer.mak
  37250. mdiplayer.rc
  37251. movie.ico
  37252. mssccprj.scc
  37253. README.txt
  37254. resource.hOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:PNDev.CD Nov 00 TC Disk 2
  37255.  - Sample Code
  37256.  - QuickTime
  37257.  - Basics
  37258.  - MDIPlayer.winV
  37259. 71990X
  37260. Nov 00^    TC Disk 2
  37261. --set theItem to choose file -- uncomment to test in an AS editor
  37262.     tell application "Finder"
  37263.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:"
  37264.         activate
  37265.     end tell
  37266. on error errMsg number errNum
  37267.     --enter statements to perform when no records are found such as...
  37268.     display dialog "Sorry, the item you selected could not be found."
  37269.     return
  37270. end try
  37271. e    No Changeq
  37272. Dev.CD Nov 00 TC Disk 2
  37273. All Packages
  37274. MegaMovies 1.6.2
  37275. 71991X
  37276. display/context
  37277. displayaudit
  37278. displayed
  37279. displayflags
  37280. displayingv
  37281. displaylib
  37282. displaysi
  37283. displayvideo
  37284. displayvideo
  37285. sample
  37286. display
  37287. about
  37288. dispose
  37289. disposed
  37290. disposehandle
  37291. disposeresource
  37292. disposesystemgammas
  37293. disposing
  37294. distances
  37295. distaste
  37296. distinguish
  37297. distinguished
  37298. distinguishes
  37299. distinguishing
  37300. distribute
  37301. maximizing
  37302. quadra
  37303. floatingpoint
  37304. mccomponent
  37305. mdiplayer
  37306. media
  37307. megamovies
  37308. megamovies
  37309. 1.6.2
  37310. memhell
  37311. memory
  37312. memory
  37313. monitor
  37314. defproc
  37315. 1.0.3
  37316. menuscripter
  37317. metertest
  37318. mdiplayer
  37319. simpleedit
  37320. simpleplayer
  37321. mfcqtclasses
  37322. midiconverter
  37323. minilauncher
  37324. minilauncher
  37325. 1.3b5
  37326. modal
  37327. modal
  37328. textedit
  37329. modeless
  37330. modeless
  37331. dialog
  37332. sample
  37333. modern
  37334. modifymouseaccl
  37335. module
  37336. modules
  37337. monitor
  37338. moofwars
  37339. documentation
  37340. moreappleevents
  37341. moreautopush
  37342. morefiles
  37343. morefinderevents
  37344. moreisbetter
  37345. morenetworksetup
  37346. moreosl
  37347. mountalias
  37348. mountalias
  37349. mouse
  37350. mouseinfo
  37351. movablemodal
  37352. movie
  37353. onescannerx
  37354. opp's
  37355. oracle
  37356. floattolong
  37357. flookup
  37358. floppy
  37359. flowctlmacs
  37360.     tell application "Finder"
  37361.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:GiMeDaPalette with Sound:"
  37362.         activate
  37363.     end tell
  37364. on error errMsg number errNum
  37365.     --enter statements to perform when no records are found such as...
  37366.     display dialog "Sorry, the item you selected could not be found."
  37367.     return
  37368. end try
  37369. e    No Changeq
  37370. Dev.CD Nov 00 TC Disk 1
  37371. All Packages
  37372. MCComponentI
  37373. A sample QuickTime component.J
  37374. FadeScreen.c
  37375. FadeScreen.h
  37376. HideMenuBar.c
  37377. HideMenuBar.h
  37378. MCComponent(PPC)
  37379. MCComponent.mcp
  37380. MyComponent.c
  37381. MyComponent.h
  37382. MyComponent.rsrc
  37383. MyComponentRoutines.c
  37384. MyComponentRoutines.hM    QuickTimeN
  37385. QuickTime, componentOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MCComponent:PLDev.CD Nov 00 TC Disk 2
  37386.  - Sample Code
  37387.  - QuickTime
  37388.  - Codecs
  37389.  - MCComponentV
  37390. 71989X
  37391. Nov 00^    TC Disk 2
  37392. --set theItem to choose file -- uncomment to test in an AS editor
  37393.     tell application "Finder"
  37394.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MCComponent:"
  37395.         activate
  37396.     end tell
  37397. on error errMsg number errNum
  37398.     --enter statements to perform when no records are found such as...
  37399.     display dialog "Sorry, the item you selected could not be found."
  37400.     return
  37401. end try
  37402. e    No Changef
  37403. QuickTime
  37404. componentq
  37405. Dev.CD Nov 00 TC Disk 2
  37406. All Packages
  37407. 71990X
  37408. --set theItem to choose file -- uncomment to test in an AS editor
  37409.     tell application "Finder"
  37410.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  37411.         activate
  37412.     end tell
  37413. on error errMsg number errNum
  37414.     --enter statements to perform when no records are found such as...
  37415.     display dialog "Sorry, the item you selected could not be found."
  37416.     return
  37417. end try
  37418. square
  37419. squarewave
  37420. squarewavesynth
  37421. srccopy
  37422. srcxor
  37423. sresource
  37424. stability
  37425. standalone
  37426. standalone
  37427. version
  37428. standard
  37429. standardfile
  37430. standardfilepreview
  37431. standardized
  37432. standards
  37433. starmax
  37434. start
  37435. started
  37436. starting
  37437. starts
  37438. startupf
  37439. stateV
  37440. states
  37441. static
  37442. statistic
  37443. status
  37444. staying
  37445. stays
  37446. stdbits
  37447. stdout
  37448. stdpix
  37449. steal
  37450. PHDev.CD Nov 00 TC Disk 1
  37451.  - Tool Chest
  37452.  - Localization
  37453.  - ShowDialogBoxesV
  37454. 72551X
  37455. Nov 00^    TC Disk 1
  37456. --set theItem to choose file -- uncomment to test in an AS editor
  37457.     tell application "Finder"
  37458.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:ShowDialogBoxes:"
  37459.         activate
  37460.     end tell
  37461. on error errMsg number errNum
  37462.     --enter statements to perform when no records are found such as...
  37463.     display dialog "Sorry, the item you selected could not be found."
  37464.     return
  37465. end try
  37466. e    No Changef
  37467. Testing
  37468. Internationalq
  37469. Dev.CD Nov 00 TC Disk 1
  37470. All Packages
  37471. ShowInitIconIRThis code is intended to let INIT writers easily display an icon at startup time.
  37472. J-ShowInitIcon.c
  37473. ShowInitIcon.h
  37474. Usage & HistoryK
  37475. Aug 95N
  37476. INIT, iconOTDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:ShowInitIcon:PbDev.CD Nov 00 TC Disk 1
  37477.  - Sample Code
  37478.  - Devices and Hardware
  37479.  - Disks
  37480.  - RAMDisk
  37481.  - ShowInitIconV
  37482. 72552X
  37483. Nov 00^    TC Disk 1
  37484. e    No Change
  37485. e    No Changef
  37486. Marquee
  37487. selection tool
  37488. Carbono&http://developer.apple.com/samplecode/q
  37489. Dev.CD Nov 00 TC Disk 1
  37490. All Packages
  37491. Maximizing Quadra FloatingPoint
  37492. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  37493. Features: 
  37494.  Round (to nearest),Truncate (toward zero),
  37495. Floor (toward -
  37496.  Optimized for 68040; functional with 68881/2
  37497.  Over 15X faster on Quadra, but 2.6X slower on the FX
  37498. FloatToLong.a
  37499. ReadMe
  37500. ReadMe.txtK
  37501. Apr 93O`Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PkDev.CD Nov 00 TC Disk 1
  37502.  - Tool Chest
  37503.  - Development Kits
  37504.  - MPW Related
  37505.  - Maximizing Quadra FloatingPointV
  37506. 71988X
  37507. Nov 00^    TC Disk 1
  37508. e    No Change
  37509. --set theItem to choose file -- uncomment to test in an AS editor
  37510.     tell application "Finder"
  37511.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Marquee:"
  37512.         activate
  37513.     end tell
  37514. on error errMsg number errNum
  37515.     --enter statements to perform when no records are found such as...
  37516.     display dialog "Sorry, the item you selected could not be found."
  37517.     return
  37518. end try
  37519.     return
  37520. end try
  37521. 71986X
  37522. Nov 99^
  37523. --set theItem to choose file -- uncomment to test in an AS editor
  37524.     tell application "Finder"
  37525.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  37526.         activate
  37527.     end tell
  37528. on error errMsg number errNum
  37529.     --enter statements to perform when no records are found such as...
  37530.     display dialog "Sorry, the item you selected could not be found."
  37531.     return
  37532. end try
  37533. Deletedq
  37534. Dev.CD Nov 99 TC
  37535. All Packages
  37536. MarqueeI
  37537. This sample has been updated for the Carbon API.  Marquee will build and display a marquee similar to the selection rectangle tool in MacPaint
  37538. . JTCarbonPrefix.h
  37539. CarbonRes.rsrc
  37540. Marquee(PPC)
  37541. marquee.c
  37542. Marquee.mcp
  37543. Marquee.rsrc
  37544. ReadMeL
  37545. Nov 00M
  37546. Color QuickDraw, CarbonLibN
  37547. Marquee, selection tool, CarbonO8Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Marquee:P@Dev.CD Nov 00 TC Disk 1
  37548.  - Sample Code
  37549.  - Graphics 2D
  37550.  - MarqueeV
  37551. 71987X
  37552. Nov 00^    TC Disk 1
  37553. e    No Changeo&http://developer.apple.com/samplecode/
  37554. jSummary: Manalyzer is a Local Area Network Analyzer that works with the Apple NuBus Ethernet card and the NuBus Token Ring card.
  37555. Features: Filters incoming traffic by node, byte or network protocol.
  37556.       - Generates background traffic at any bandwidth.
  37557.       - Displays incoming data in several formats.
  37558.       - Decodes AppleTalk  packets up to the ATP level. 
  37559. JcManalyzer
  37560. Manalyzer Read Me
  37561. Manalyzer Read Me.txt
  37562. Manalyzer Relase Notes
  37563. Manalyzer Relase Notes.txtK
  37564. Vol VIIL
  37565. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  37566.  - Tool Chest
  37567.  - Networking
  37568.  - Manalyzer 2.0d3
  37569. common
  37570. common
  37571. files
  37572. gworld
  37573. ample
  37574. hardware
  37575. hardware
  37576. system
  37577. update
  37578. stack
  37579. localization
  37580. navigator
  37581. hebrew
  37582. hebrew
  37583. language
  37584. hebrew
  37585. language
  37586. v1.0.1
  37587. helper
  37588. helpful
  37589. helpful
  37590. scripts
  37591. hidemenubar
  37592. hiermenus
  37593. hitec
  37594. hitec
  37595. super
  37596. front
  37597. hosesample
  37598. hotsauce
  37599. movie
  37600. movie
  37601. movie
  37602. moviebrowser
  37603. moviebrowser
  37604. moviebrowser
  37605. moviecallbacks
  37606. moviecallbacks
  37607. moviecontrol
  37608. moviecontrol
  37609. moviefile
  37610. moviefile
  37611. moviefile
  37612. graphics
  37613. graphicsimportdispat
  37614. graphicsimporter68k
  37615. graphicsimportversio
  37616. grayishoutline
  37617. grayishoutline
  37618. grayishoutline
  37619. grayishoutline
  37620. grayscale
  37621. graytext
  37622. graytext
  37623. graytext
  37624. graytext
  37625. graytext
  37626. gridwindowgrow
  37627. gridwindowgrow
  37628. gridwindowgrow
  37629. gridwindowgrow
  37630. groupdrawing
  37631. groupdrawing
  37632. growtogrid
  37633. growtogrid
  37634. easyview
  37635. snippet
  37636. converts
  37637. resource
  37638. snippet
  37639. demonstrates
  37640. create
  37641. directory
  37642. snippet
  37643. demonstrates
  37644. determine
  37645. whether
  37646. snippet
  37647. demonstrates
  37648. standard
  37649. select
  37650. snippet
  37651. demonstrates
  37652. record
  37653. metering
  37654. through
  37655. snippet
  37656. demonstrates
  37657. check
  37658. existence
  37659. snippet
  37660. demonstrates
  37661. writing
  37662. simple
  37663. which
  37664. snippet
  37665. races
  37666. copybits
  37667. using
  37668. region
  37669. snippet
  37670. shows
  37671. messages
  37672. snippet
  37673. shows
  37674. custom
  37675. document
  37676. icons
  37677. snippet
  37678. shows
  37679. stdpix
  37680. intercept
  37681. snippet
  37682. shows
  37683. access
  37684. desktop
  37685. pattern
  37686. snippet
  37687. shows
  37688. example
  37689. resource
  37690. snippet
  37691. shows
  37692. steps
  37693. necessary
  37694. implement
  37695. scroll
  37696. survival
  37697. guide
  37698. offers
  37699. overview
  37700. audio
  37701. level
  37702. printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls.  If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.  Unfortunately, there's currently no good way to handle that situation.
  37703. JCGrayText(PPC)
  37704. GrayText.mcp
  37705. GrayText.p
  37706. GrayText.rsrc
  37707. PrintComments.pN(print, gray, text, PostScript, QuickDrawO6Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:GrayText:P>Dev.CD Nov 00 TC Disk 2
  37708.  - Sample Code
  37709.  - Printing
  37710.  - GrayText
  37711. All Packages
  37712. F!System Enabler 304 (Performa 600)O
  37713. Dev.CD Jul 93
  37714. Dev.CD May 93P
  37715. Dev.CD Jul 93
  37716. Dev.CD May 9V
  37717. 72904X
  37718. Jul 93
  37719. p--set theItem to choose file -- uncomment to test in an AS editor
  37720.     tell application "Finder"
  37721.         open item "Dev.CD Jul 93
  37722. Dev.CD May 93"
  37723.         activate
  37724.     end tell
  37725. on error errMsg number errNum
  37726.     --enter statements to perform when no records are found such as...
  37727.     display dialog "Sorry, the item you selected could not be found."
  37728.     return
  37729. end try
  37730. All Packages
  37731. F!System Enabler 308 (Performa 450)O
  37732. Dev.CD Jul 93
  37733. Dev.CD May 93P
  37734. Dev.CD Jul 93
  37735. Dev.CD May 9V
  37736. 72905X
  37737. Jul 93
  37738. CWDefines.h
  37739. debugf.c
  37740. debugf.h
  37741. MakeFile
  37742. MakeStartupAliasToMe
  37743. MakeStartupAliasToMe.c
  37744. MakeStartupAliasToMe.prj
  37745. MakeStartupAliasToMe.r
  37746. MakeStartupAliasToMe.rsrc
  37747. PackageExample
  37748. ReadMe
  37749. ScriptsM    CarbonLibN AppleScript, Calling AppleScriptOODev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MakeStartupAliasToMe:PWDev.CD Nov 00 TC Disk 1
  37750.  - Sample Code
  37751.  - Interapplication Comm
  37752.  - MakeStartupAliasToMeV
  37753. 71985X
  37754. Nov 00^    TC Disk 1
  37755. --set theItem to choose file -- uncomment to test in an AS editor
  37756.     tell application "Finder"
  37757.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MakeStartupAliasToMe:"
  37758.         activate
  37759.     end tell
  37760. on error errMsg number errNum
  37761.     --enter statements to perform when no records are found such as...
  37762.     display dialog "Sorry, the item you selected could not be found."
  37763.     return
  37764. end try
  37765. e    No Changef
  37766. AppleScript
  37767. Calling AppleScriptq
  37768. Dev.CD Nov 00 TC Disk 1
  37769. D!All Packages
  37770. Tool Chest Edition
  37771. Manalyzer 2.0d3
  37772. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  37773. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  37774. Makemake
  37775. Makemake manualK
  37776. Vol IIIL
  37777. Aug 92OPDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:P[Dev.CD Nov 00 TC Disk 1
  37778.  - Tool Chest
  37779.  - Development Kits
  37780.  - MPW Related
  37781.  - MakeMake 2.0d38va
  37782.  - GroupDrawingV
  37783. 70199X
  37784. Nov 00^    TC Disk 2
  37785. e    No Change
  37786. NSGetDeviceList, GDeviceChanged, GetNextDevice, GetMainDevice, NewPalette, SetPaletteO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:PCDev.CD Nov 00 TC Disk 1
  37787.  - Sample Code
  37788.  - Graphics 2D
  37789.  - MakeITableV
  37790. 71983X
  37791. Nov 00^    TC Disk 1
  37792. --set theItem to choose file -- uncomment to test in an AS editor
  37793.     tell application "Finder"
  37794.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:"
  37795.         activate
  37796.     end tell
  37797. on error errMsg number errNum
  37798.     --enter statements to perform when no records are found such as...
  37799.     display dialog "Sorry, the item you selected could not be found."
  37800.     return
  37801. end try
  37802. e    No ChangefNGetDeviceList
  37803. GDeviceChanged
  37804. GetNextDevice
  37805. GetMainDevice
  37806. NewPalette
  37807. SetPaletteq
  37808. Dev.CD Nov 00 TC Disk 1
  37809. All Packages
  37810. MakeMake 2.0d38
  37811. 71984X
  37812. 71984X
  37813. Nov 00^    TC Disk 1
  37814. --set theItem to choose file -- uncomment to test in an AS editor
  37815.     tell application "Finder"
  37816.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  37817.         activate
  37818.     end tell
  37819. on error errMsg number errNum
  37820.     --enter statements to perform when no records are found such as...
  37821.     display dialog "Sorry, the item you selected could not be found."
  37822.     return
  37823. end try
  37824. e    No Changeq
  37825. Dev.CD Nov 00 TC Disk 1
  37826. All Packages
  37827. MakeStartupAliasToMe
  37828. This small application illustrating how to launch an AppleScript
  37829. and send a list of files to it for processing.  This a simple way
  37830. for your application to access the powerful high level facilities
  37831. provided by AppleScript.
  37832. Includes an example of how you could include a 'Scripts' subfolder
  37833. inside of a Mac OS 9 package and then call the scripts in that
  37834. subfolder from inside of your application.
  37835. 71985X
  37836. 1e    No Change
  37837. --set theItem to choose file -- uncomment to test in an AS editor
  37838.     tell application "Finder"
  37839.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:"
  37840.         activate
  37841.     end tell
  37842. on error errMsg number errNum
  37843.     --enter statements to perform when no records are found such as...
  37844.     display dialog "Sorry, the item you selected could not be found."
  37845.     return
  37846. end try
  37847. d you just happened to get the same pointer again. PortList also drops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  37848. h a pointer that was never passed to InitPort or OpenPort.
  37849. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  37850. General tools.imgK
  37851. Feb 94OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  37852. 71453X
  37853. 1e    No Change
  37854. Application Files
  37855. Building QT Samples
  37856. Common Files
  37857. MakeEffectShow 68k.mcp
  37858. MakeEffectShow PPC.mcp
  37859. MakeEffectShow Win.mcp
  37860. MakeEffectSlideShow 68k
  37861. MakeEffectSlideShow PPC
  37862. MakeEffectSlideShow.c
  37863. MakeEffectSlideShow.exe
  37864. MakeEffectSlideShow.h
  37865. MakeEffectSlideShow.mak
  37866. README
  37867. N3QuickTime, Effects, Video, Track, Slideshow, ImagesOJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:MakeEffectSlideShow:PUDev.CD Nov 00 TC Disk 2
  37868.  - Sample Code
  37869.  - QuickTime
  37870.  - Effects
  37871.  - MakeEffectSlideShowevelopment Kits (Disc 2)
  37872.  - Quickdraw GX Init Update
  37873.  - GXGraphics 1.1.6 initV
  37874. 70201X
  37875. Apr 98^
  37876. PADev.CD Nov 00 TC Disk 1
  37877.  - Sample Code
  37878.  - Graphics 2D
  37879.  - MakeIconV
  37880. 71982X
  37881. Nov 00^    TC Disk 1
  37882. --set theItem to choose file -- uncomment to test in an AS editor
  37883.     tell application "Finder"
  37884.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:"
  37885.         activate
  37886.     end tell
  37887. on error errMsg number errNum
  37888.     --enter statements to perform when no records are found such as...
  37889.     display dialog "Sorry, the item you selected could not be found."
  37890.     return
  37891. end try
  37892. e    No Changef5Icon
  37893. MakeIcon
  37894. SICNq
  37895. Dev.CD Nov 00 TC Disk 1
  37896. All Packages
  37897. MakeITableI
  37898. This is a very boring app which just forces QuickDraw to update the ITable of
  37899. all the monitors.  The Resolution will end up at 5 bits.  The ITable will change
  37900. when you select start from the file menu.J;MakeITable(PPC)
  37901. MakeITable.c
  37902. MakeITable.mcp
  37903. MakeITable.rsrcM
  37904. System 6 or laterO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:V
  37905. 71983X
  37906. 1e    No Change
  37907. Mac OS 8.5N0Finder scripting, window positions, burning a CDOMDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Set Folder Windows:PUDev.CD Nov 00 TC Disk 1
  37908.  - Sample Code
  37909.  - Interapplication Comm
  37910.  - Set Folder WindowsV
  37911. 72532X
  37912. Nov 00^    TC Disk 1
  37913. --set theItem to choose file -- uncomment to test in an AS editor
  37914.     tell application "Finder"
  37915.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Set Folder Windows:"
  37916.         activate
  37917.     end tell
  37918. on error errMsg number errNum
  37919.     --enter statements to perform when no records are found such as...
  37920.     display dialog "Sorry, the item you selected could not be found."
  37921.     return
  37922. end try
  37923. e    No Changef.Finder scripting
  37924. window positions
  37925. burning a CDq
  37926. Dev.CD Nov 00 TC Disk 1
  37927. All Packages
  37928. SetDefaultDTP
  37929. 72533X
  37930. tracker
  37931. tracking
  37932. tracks
  37933. traddriverloaderlib
  37934. trade
  37935. trade-offs
  37936. trademark
  37937. tradition
  37938. traditional
  37939. traffic
  37940. trained
  37941. training{
  37942. traits
  37943. transaction
  37944. transfer
  37945. transferred
  37946. transferring
  37947. transfers
  37948. transform
  37949. transformation
  37950. transformations
  37951. transition
  37952. translate
  37953. translated
  37954. translaterotate
  37955. translaterotate
  37956. two-dimensional
  37957. translation
  37958. rotatio
  37959. translates
  37960. translation
  37961. translations
  37962. translators
  37963. translucent
  37964. transmission
  37965. raversing
  37966. treat
  37967. treatment
  37968. 71981X
  37969. Nov 00^    TC Disk 2
  37970. --set theItem to choose file -- uncomment to test in an AS editor
  37971.     tell application "Finder"
  37972.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:MakeEffectSlideShow:"
  37973.         activate
  37974.     end tell
  37975. on error errMsg number errNum
  37976.     --enter statements to perform when no records are found such as...
  37977.     display dialog "Sorry, the item you selected could not be found."
  37978.     return
  37979. end try
  37980. e    No Changef.QuickTime
  37981. Effects
  37982. Video
  37983. Track
  37984. Slideshow
  37985. Imagesq
  37986. Dev.CD Nov 00 TC Disk 2
  37987. All Packages
  37988. MakeIconI[This program shows how to take any size pixmap and scale it down to any size or depth icon.J
  37989. IconUtil.c
  37990. IconUtil.h
  37991. InitMac.c
  37992. InitMac.h
  37993. MakeIcon(PPC)
  37994. MakeIcon.c
  37995. MakeIcon.mcp
  37996. MakeIcon.output
  37997. MakeIcon.rsrc
  37998. MiscCode.c
  37999. MiscCode.h
  38000. OldBitMap.c
  38001. OldBitMap.h
  38002. TN120_Gworld.cM
  38003. Color QuickDrawN>Icon, MakeIcon, icl8, icl4, ICN#, ICON, ics#, ics4, ics8, SICNO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:V
  38004. 71982X
  38005. 1e    No Change
  38006. e    No Changef
  38007. QuickTime
  38008. Effects
  38009. o&http://developer.apple.com/samplecode/q
  38010. Dev.CD Nov 00 TC Disk 2
  38011. All Packages
  38012. MakeEffectSlideShow
  38013. This application takes the video tracks from two or more movies, asks the user to select a 2-source effect, and makes a slide show movie which uses the effect to switch from one video track to the next. 
  38014. Short video tracks are scaled up to a minimum length, and we can import all sorts of graphical image formats as movies, so you can use this to generate a slide show movie from still images -- or even a collection of stills and movies.
  38015. 68k or PowerPC (or newer) machines running System 8.B
  38016. 5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  38017. 71981X
  38018. 1e    No Change
  38019.  - QuickDraw GX
  38020.  - GXOverrideToolV
  38021. 70203X
  38022. Nov 00^    TC Disk 1
  38023. e    No Change
  38024. 2.0.1
  38025. 2.0.2
  38026. 2.0.4
  38027. 2.0.6
  38028. 2.0.7
  38029. 2.0.8
  38030. 2.0a1
  38031. 2.0v2
  38032. --set theItem to choose file -- uncomment to test in an AS editor
  38033.     tell application "Finder"
  38034.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:MakeEffectMovie:"
  38035.         activate
  38036.     end tell
  38037. on error errMsg number errNum
  38038.     --enter statements to perform when no records are found such as...
  38039.     display dialog "Sorry, the item you selected could not be found."
  38040.     return
  38041. end try
  38042. 72249X
  38043. Nov 00^    TC Disk 2
  38044. --set theItem to choose file -- uncomment to test in an AS editor
  38045.     tell application "Finder"
  38046.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtreadwritejpeg:"
  38047.         activate
  38048.     end tell
  38049. on error errMsg number errNum
  38050.     --enter statements to perform when no records are found such as...
  38051.     display dialog "Sorry, the item you selected could not be found."
  38052.     return
  38053. end try
  38054. e    No Changeq
  38055. Dev.CD Nov 00 TC Disk 2
  38056. All Packages
  38057. QTShellI
  38058. QTShell is a simple QuickTime and QuickTime VR viewer framework. It demonstrates how to incorporate QuickTime and QuickTime VR movie support into an application.
  38059. Can be compiled and run under the Mac OS and under Windows.J
  38060. Application Files
  38061. Building QT Samples
  38062. Common Files
  38063. QTShell 68k
  38064. QTShell 68k.mcp
  38065. QTShell PPC
  38066. QTShell PPC.mcp
  38067. QTShell Win.mcp
  38068. QTShell.exe
  38069. QTShell.mak
  38070. READMEO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:V
  38071. 72250X
  38072. 1e    No Change
  38073. backlight
  38074. backlight
  38075. control
  38076. backscrap
  38077. backscrap
  38078. backscrap
  38079. backscrap
  38080. backscrapextension
  38081. balloonify
  38082. balloonify
  38083. balloonify
  38084. balloony
  38085. balloony
  38086. balloony
  38087. resources
  38088. balloonyhelp
  38089. balloonyhelp
  38090. balloonyres
  38091. balloonyres
  38092. copying
  38093. sequel
  38094. copying
  38095. sequel
  38096. bandcopyingsequel
  38097. bandcopyingsequel
  38098. bandcopyingthesequel
  38099. bandcopyingthesequel
  38100. barebones
  38101. barebones
  38102. barebones
  38103. barnesandnoble
  38104. barnesandnoble
  38105. baseservices
  38106. basic
  38107. basic
  38108. connectivity
  38109. 1.1.1
  38110. basicdiskimage
  38111. basicdiskimage
  38112. basicdiskimage
  38113. basicdiskimage-68k
  38114. hwindowide
  38115. draghook
  38116. hypercardn
  38117. hypercard
  38118. update
  38119. hypercard
  38120. balloons
  38121. hypercard
  38122. player
  38123. stacks
  38124. hypercard
  38125. variable
  38126. button
  38127. field
  38128. instance
  38129. variables
  38130. global
  38131. mailsuite
  38132. mailsuite
  38133. mainframe
  38134. mainframe
  38135. mainframebeaninfo
  38136. mainframebeaninfo
  38137. mainfrm
  38138. mainfrm
  38139. mainfrm
  38140. mainfunctions
  38141. mainfunctions
  38142. mainfunctions
  38143. mainmenu
  38144. mainmenu
  38145. e    No Change
  38146. All Packages
  38147. MakeEffectMovieI
  38148. Demonstrates how to create a movie with an effects track allowing the user to specify the effect using the standard effects dialog.
  38149. Part of An Introduction to QuickTime.JNClippings
  38150. Completed Lab
  38151. MakeEffectMovie
  38152. MakeEffectMovie.mcp
  38153. Samples
  38154. Start CodeK
  38155. Nov 00M
  38156. A PowerMacintosh Computer running MacOS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.N
  38157. QuickTime, Effects
  38158. OMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:MakeEffectMovie:PXDev.CD Nov 00 TC Disk 2
  38159.  - Sample Code
  38160.  - QuickTime
  38161.  - QuickTimeIntro
  38162.  - MakeEffectMovieV
  38163. 71980X
  38164. Nov 00^    TC Disk 2
  38165. e    No Changeo&http://developer.apple.com/samplecode/
  38166. p--set theItem to choose file -- uncomment to test in an AS editor
  38167.     tell application "Finder"
  38168.         open item "Dev.CD Apr 95
  38169. Dev.CD Jan 95"
  38170.         activate
  38171.     end tell
  38172. on error errMsg number errNum
  38173.     --enter statements to perform when no records are found such as...
  38174.     display dialog "Sorry, the item you selected could not be found."
  38175.     return
  38176. end try
  38177. bundle
  38178. object
  38179. panorama
  38180. makeicon
  38181. management
  38182. managerN
  38183. media
  38184. memhell
  38185. memory
  38186. memory
  38187. manager
  38188. memory
  38189. monitor
  38190. menuy
  38191. items
  38192. manager
  38193. menus
  38194. messages
  38195. metafile
  38196. metertest
  38197. metrics
  38198. middleware
  38199. missA
  38200. mixed
  38201. mixed
  38202. mixer
  38203. modal
  38204. modal
  38205. dialog
  38206. model
  38207. modes
  38208. modifymouseaccl
  38209. moduleN
  38210. monitor
  38211. JxDemo of Mail Suite Dict. 1.0
  38212. Mail Suite (1.0)
  38213. Mail Suite Dictionary ('aete')
  38214. MailFoo
  38215. MailSuite.h
  38216. ReadMe - Mail Suite 1.0K
  38217. Nov 96N,Mail Suite, Apple Events, AppleScript, emailOrDev.CD Dec 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:P}Dev.CD Dec 00 RL Disk 1
  38218.  - Technical Documentation
  38219.  - Apple Event Registry & Suites
  38220.  - Apple Event Registry
  38221.  - Mail Suite 1.0V
  38222. 71979X
  38223. Dec 00^    RL Disk 1
  38224. --set theItem to choose file -- uncomment to test in an AS editor
  38225.     tell application "Finder"
  38226.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  38227.         activate
  38228.     end tell
  38229. on error errMsg number errNum
  38230.     --enter statements to perform when no records are found such as...
  38231.     display dialog "Sorry, the item you selected could not be found."
  38232.     return
  38233. end try
  38234. e    No Changef)Mail Suite
  38235. Apple Events
  38236. AppleScript
  38237. emailq
  38238. Dev.CD Dec 00 RL Disk 1
  38239. ideal
  38240. ideally
  38241. identical
  38242. identified
  38243. identifier
  38244. identifiers
  38245. identify
  38246. identifying
  38247. identity
  38248. identitydb
  38249. 72549X
  38250. Nov 00^    TC Disk 2
  38251. --set theItem to choose file -- uncomment to test in an AS editor
  38252.     tell application "Finder"
  38253.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:Show Movie:"
  38254.         activate
  38255.     end tell
  38256. on error errMsg number errNum
  38257.     --enter statements to perform when no records are found such as...
  38258.     display dialog "Sorry, the item you selected could not be found."
  38259.     return
  38260. end try
  38261. e    No Changef
  38262. QuickTime
  38263. callback
  38264. movie
  38265. loopq
  38266. Dev.CD Nov 00 TC Disk 2
  38267. All Packages
  38268. ShowBalloon XFCNIGA simple XFCN that calls HMShowBalloon with the appropriate parameters.JKShowBalloon
  38269. ShowBalloon Demo
  38270. ShowBalloon.c
  38271. ShowBalloon.c.o
  38272. ShowBalloon.makeM*Hypercard, XFCN, Balloon help, ShowBalloonN!hypercard, XFCN, ShowBalloon XFCNOSDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:HyperCard:ShowBalloon XFCN:P^Dev.CD Nov 00 TC Disk 2
  38273.  - Sample Code
  38274.  - Platforms and Tools
  38275.  - HyperCard
  38276.  - ShowBalloon XFCNV
  38277. 72550X
  38278. Nov 00e    No Change
  38279. makeN
  38280. makeeffectmovie
  38281. makeeffectmovie
  38282. makeeffectmovie
  38283. makeeffectmovie
  38284. makeeffectmovie
  38285. makeeffectmovie
  38286. makeeffectmovie
  38287. makeeffectmovie
  38288. makeeffectmovie
  38289. makeeffectmovie
  38290. makeeffectmovie
  38291. makeeffectshow
  38292. makeeffectshow
  38293. makeeffectshow
  38294. makeeffectshow
  38295. makeeffectslideshow
  38296. makeeffectslideshow
  38297. makeeffectslideshow
  38298. makeeffectslideshow
  38299. makeeffectslideshow
  38300. makeeffectslideshow
  38301. makeeffectslideshow
  38302. after
  38303. wombat
  38304. getmouse
  38305. mouseevent
  38306. jdirect
  38307. native
  38308. mouse
  38309. location
  38310. streaming
  38311. server
  38312. audio
  38313. broadcasting
  38314. multithrea
  38315. jbindery
  38316. jdirect
  38317. jdirect
  38318. speach
  38319. manager
  38320. jmanager
  38321. joystick
  38322. kernel
  38323. keyboardV
  38324. keyboard
  38325. setled
  38326. keyboard
  38327. keychain
  38328. keychain
  38329. password
  38330. storage
  38331. passphrase
  38332. password
  38333. keychain
  38334. access
  38335. cryptography
  38336. signing
  38337. keymap
  38338. keysv
  38339. kiosk
  38340. knowspict
  38341. korean
  38342. label
  38343. label
  38344. labels
  38345. labels
  38346. example
  38347. demonstrates
  38348. script
  38349. applicatio
  38350. example
  38351. simpletext
  38352. 1.4d16
  38353. source
  38354. SampleUtils.c
  38355. SampleUtils.hM    CarbonLibNXCarbon, Scrolling, Scroll, Scrollbars, Handy, Handyman, proportional, hand, mouse moved.OQDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HandyScrollingSample:PYDev.CD Nov 00 TC Disk 1
  38356.  - Sample Code
  38357.  - Human Interface Toolbox
  38358.  - HandyScrollingSampleV
  38359. 70206X
  38360. Nov 00^    TC Disk 1
  38361. --set theItem to choose file -- uncomment to test in an AS editor
  38362.     tell application "Finder"
  38363.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HandyScrollingSample:"
  38364.         activate
  38365.     end tell
  38366. on error errMsg number errNum
  38367.     --enter statements to perform when no records are found such as...
  38368.     display dialog "Sorry, the item you selected could not be found."
  38369.     return
  38370. end try
  38371. e    No ChangefPCarbon
  38372. Scrolling
  38373. Scroll
  38374. Scrollbars
  38375. Handy
  38376. Handyman
  38377. proportional
  38378. mouse moved.
  38379. MlApple Macintosh with Power PC processor, 64 megs of RAM, System 8.1, MRJ 2.0 or Later
  38380. MRJ SDK 2.1 (optional)NIJava, AppleScript, Scripting, AppleScript for Java, Magic Oracle, fortuneO6Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:P>Dev.CD Nov 00 TC Disk 1
  38381.  - Sample Code
  38382.  - Java
  38383.  - Magic Oracle   activate
  38384.     end tell
  38385. on error errMsg number errNum
  38386.     --enter statements to perform when no records are found such as...
  38387.     display dialog "Sorry, the item you selected could not be found."
  38388.     return
  38389. end try
  38390. All Packages
  38391. Hardware System UpdateO
  38392. Dev.CD Jul 93
  38393. Dev.CD Apr 93P
  38394. Dev.CD Jul 93
  38395. Dev.CD Apr 9V
  38396. 70208X
  38397. Jul 93
  38398. All Packages
  38399. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  38400. Dev.CD Jan 94
  38401. Dev.CD Oct 93
  38402. Dev.CD Jul 93
  38403. Dev.CD Apr 93PDDev.CD Apr 94
  38404. Dev.CD Jan 94
  38405. Dev.CD Oct 93
  38406. Dev.CD Jul 93
  38407. Dev.CD Apr 9V
  38408. 72922X
  38409. Apr 94
  38410. --set theItem to choose file -- uncomment to test in an AS editor
  38411.     tell application "Finder"
  38412.         open item "Dev.CD Apr 94
  38413. Dev.CD Jan 94
  38414. Dev.CD Oct 93
  38415. Dev.CD Jul 93
  38416. Dev.CD Apr 93"
  38417.         activate
  38418.     end tell
  38419. on error errMsg number errNum
  38420.     --enter statements to perform when no records are found such as...
  38421.     display dialog "Sorry, the item you selected could not be found."
  38422.     return
  38423. end try
  38424. All Packages
  38425. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  38426. Dev.CD Jan 94
  38427. Dev.CD Oct 93
  38428. Dev.CD Jul 93P6Dev.CD Apr 94
  38429. Dev.CD Jan 94
  38430. Dev.CD Oct 93
  38431. Dev.CD Jul 9V
  38432. 72923X
  38433. Apr 94
  38434. OBDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Parameters:PJDev.CD Nov 00 TC Disk 1
  38435.  - Tool Chest
  38436.  - Testing & Debugging
  38437.  - ParametersV
  38438. 72548X
  38439. Nov 00^    TC Disk 1
  38440. --set theItem to choose file -- uncomment to test in an AS editor
  38441.     tell application "Finder"
  38442.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Parameters:"
  38443.         activate
  38444.     end tell
  38445. on error errMsg number errNum
  38446.     --enter statements to perform when no records are found such as...
  38447.     display dialog "Sorry, the item you selected could not be found."
  38448.     return
  38449. end try
  38450. e    No Changeq
  38451. Dev.CD Nov 00 TC Disk 1
  38452. All Packages
  38453. Show Movie
  38454. 72549X
  38455. import
  38456. import/export
  38457. import/export
  38458. important
  38459. importersp
  38460. importers
  38461. exportersp
  38462. includefiles
  38463. includefiles
  38464. indata
  38465. f--set theItem to choose file -- uncomment to test in an AS editor
  38466.     tell application "Finder"
  38467.         open item "Dev.CD Jun 97 SSW"
  38468.         activate
  38469.     end tell
  38470. on error errMsg number errNum
  38471.     --enter statements to perform when no records are found such as...
  38472.     display dialog "Sorry, the item you selected could not be found."
  38473.     return
  38474. end try
  38475. hierarchical
  38476. level
  38477. hinting
  38478. hooper
  38479. hotspot
  38480. hp-ux
  38481. rendering
  38482. htmlrenderinglib
  38483. human
  38484. human
  38485. interface
  38486. guidelines
  38487. hwindowide
  38488. hypercard
  38489. hypercard
  38490. player
  38491. cardbus
  38492. ibook
  38493. utilities
  38494. 71978X
  38495. Nov 00^    TC Disk 1
  38496. --set theItem to choose file -- uncomment to test in an AS editor
  38497.     tell application "Finder"
  38498.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:"
  38499.         activate
  38500.     end tell
  38501. on error errMsg number errNum
  38502.     --enter statements to perform when no records are found such as...
  38503.     display dialog "Sorry, the item you selected could not be found."
  38504.     return
  38505. end try
  38506. e    No ChangefDJava
  38507. AppleScript
  38508. Scripting
  38509. AppleScript for Java
  38510. Magic Oracle
  38511. fortuneq
  38512. Dev.CD Nov 00 TC Disk 1
  38513. All Packages
  38514. Mail Suite 1.0
  38515. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  38516. Nov 96V
  38517. 71979X
  38518. 1e    No Change
  38519. on:HC Stack Localization Navigator:V
  38520. 70209X
  38521. 1e    No Change
  38522. This example demonstrates how to script your Java Application using
  38523. AppleScript. Functionality mimics the old black billiard ball that you
  38524. asked a fortune and then shook vigorously in order to receive a cryptic
  38525. reply.
  38526. To submit your question to the "Magic Oracle", type your yes or no
  38527. question in the text field and click the "Ask Oracle" button, press
  38528. return or enter, or grab the ball with your mouse and shake it around
  38529. the screen.
  38530. This sample demonstrates:
  38531.  Adding basic scriptability sB
  38532. upport to your Java application
  38533.  How to create a bean info to enhance the automatically generated 'aete' created by the introspector
  38534.  How to script your java application using the Scriptable Text Editor
  38535. BufferedDrawer.java
  38536. BufferedImage.java
  38537. Fortune.java
  38538. images
  38539. Magic Oracle
  38540. Magic Oracle readme
  38541. Magic Oracle.
  38542. Magic Script
  38543. MagicOracle.jar
  38544. MainFrame.java
  38545. MainFrameBeanInfo.java
  38546. resources
  38547. Util.javaO6Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:
  38548. readme
  38549. readme
  38550. important
  38551. readme
  38552. installer
  38553. readme
  38554. suite
  38555. readme
  38556. networkstream
  38557. readme
  38558. nosound
  38559. readme
  38560. otherresinfo-mungede
  38561. readme
  38562. packman
  38563. readme
  38564. password
  38565. readme
  38566. qtsprites
  38567. readme
  38568. qtwiredsprites
  38569. readme
  38570. rekeytrans
  38571. readme-fragment
  38572. readme-fragment
  38573. readmefirst
  38574. receive
  38575. receive
  38576. script
  38577. receiver
  38578. receiver
  38579. receiver
  38580. rsrca
  38581. recievera
  38582. reciever
  38583. recipes
  38584. record
  38585. record
  38586. sound
  38587. redants
  38588. redants
  38589. redants
  38590. redistribution
  38591. reference
  38592. references
  38593. registratiS
  38594. registration
  38595. registry~
  38596. relase
  38597. related
  38598. release
  38599. release
  38600. notes
  38601. vmsify
  38602. vmsify
  38603. sample
  38604. streams
  38605. module
  38606. actually
  38607. somethi
  38608. vmsify's
  38609. vocabulary
  38610. voice
  38611. voltages
  38612. volume
  38613. volumemount
  38614. volumes`
  38615. vrbackbuffer
  38616. vrbackbuffer
  38617. quicktime
  38618. panorama
  38619. movie
  38620. vrcursors
  38621. vrcursors
  38622. illustrates
  38623. change
  38624. vrefnum
  38625. vrmakeobject
  38626. collect
  38627. vumark
  38628. w/mathlib
  38629. w/sound
  38630. w/sys
  38631. waiting
  38632. waitnextevent
  38633. waits
  38634. wake100
  38635. wakes
  38636. walk-through
  38637. walks
  38638. walkthrough
  38639. hidemenubar
  38640. hidemenubar
  38641. hidemenubar
  38642. hiermenus
  38643. hiermenus
  38644. hiermenus
  38645. hiermenus
  38646. hiermenus
  38647. highsierra
  38648. highsierra
  38649. higuidelines
  38650. retrieves
  38651. control
  38652. panel
  38653. settings
  38654. longitude
  38655. retrieving
  38656. retry
  38657. return
  38658. returnedh
  38659. returning
  38660. returns{
  38661. reusable
  38662. reuse{
  38663. reusing
  38664. reuter
  38665. revealed
  38666. revelant
  38667. revert
  38668. review
  38669. revise
  38670. J@MacTCP+ Tool
  38671. README for MacTCP+ Tool
  38672. README for MacTCP+ Tool.txtK
  38673. Mar 92M
  38674. MacTCP 1.1, System 7, Mac+OBDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PMDev.CD Nov 00 TC Disk 1
  38675.  - Tool Chest
  38676.  - Networking
  38677.  - MacTCP
  38678.  - MacTCP+ ToolV
  38679. 71977X
  38680. Nov 00^    TC Disk 1
  38681. --set theItem to choose file -- uncomment to test in an AS editor
  38682.     tell application "Finder"
  38683.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  38684.         activate
  38685.     end tell
  38686. on error errMsg number errNum
  38687.     --enter statements to perform when no records are found such as...
  38688.     display dialog "Sorry, the item you selected could not be found."
  38689.     return
  38690. end try
  38691. e    No Changeq
  38692. Dev.CD Nov 00 TC Disk 1
  38693. All Packages
  38694. Magic Oracle
  38695. 71978X
  38696. pluses
  38697. pmforecolor
  38698. point
  38699. point-to-point
  38700. pointer
  38701. pointers
  38702. pointing
  38703. points
  38704. polaschek
  38705. polish
  38706. polished
  38707. polyhedral
  38708. polymorphic
  38709. polymorphism
  38710. pop-up
  38711. popular{
  38712. populatey
  38713. popupy
  38714. popupcdef
  38715. popupclicks
  38716. popupfuncs
  38717. popupmenuselect
  38718. popupmenuselectwithc
  38719. popupmenuselectwithc
  38720. demonstrates
  38721. which
  38722. memory
  38723. globals
  38724. popupmenuwithcurfont
  38725. popups
  38726. portU
  38727. portability
  38728. potential
  38729. potentially
  38730. pottier
  38731. powemac{
  38732. P[Dev.CD Nov 00 TC Disk 1
  38733.  - Tool Chest
  38734.  - Networking
  38735.  - MacTCP
  38736.  - MacTCP Token Ring MTU ToolV
  38737. 71976X
  38738. Nov 00^    TC Disk 1
  38739. --set theItem to choose file -- uncomment to test in an AS editor
  38740.     tell application "Finder"
  38741.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:"
  38742.         activate
  38743.     end tell
  38744. on error errMsg number errNum
  38745.     --enter statements to perform when no records are found such as...
  38746.     display dialog "Sorry, the item you selected could not be found."
  38747.     return
  38748. end try
  38749. e    No Changeq
  38750. Dev.CD Nov 00 TC Disk 1
  38751. All Packages
  38752. MacTCP+ Tool 1.0
  38753. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  38754. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  38755. Mar 92V
  38756. 71977X
  38757. 1e    No Change
  38758. robustness
  38759. build/download
  38760. 3.2.4
  38761. romresourcedump
  38762. rotate
  38763. rotate
  38764. bitmap
  38765. rotated
  38766. rotated
  38767. thingies
  38768. rotatestring
  38769. rubber
  38770. rubber
  38771. bandit
  38772. runtime
  38773. error
  38774. codes
  38775. samplea
  38776. sample
  38777. sample
  38778. traffic
  38779. light
  38780. samplemakeeffectmovi
  38781. sampler
  38782. samplerateavail
  38783. samples
  38784. print
  38785. record
  38786. saver
  38787. scalable
  38788. scalable
  38789. postscript
  38790. scanners
  38791. scomm
  38792. scrap
  38793. scrap
  38794. color
  38795. scrap
  38796. parsing
  38797. screen
  38798. sdevk
  38799. selectors
  38800. prgeneral
  38801. prgram
  38802. price
  38803. prices{
  38804. primarily
  38805. primary
  38806. primer
  38807. primitive
  38808. primitivesu
  38809. principles
  38810. print_
  38811. print
  38812. clipped
  38813. offscreen
  38814. takes
  38815. string
  38816. turns
  38817. print
  38818. multipage
  38819. takes
  38820. larger
  38821. print2
  38822. printable
  38823. printdialogmagic
  38824. printed
  38825. printenv
  38826. printer
  38827. printing-related
  38828. prints
  38829. prior
  38830. priorities
  38831. private
  38832. technical
  38833. technical
  38834. notes
  38835. technical
  38836. technique
  38837. techniques
  38838. technotes
  38839. technotes
  38840. techpubsfeedback
  38841. techpubsfeedback
  38842. techpubsfind
  38843. techpubsfind
  38844. techqa
  38845. techqa
  38846. shtml
  38847. tecommon
  38848. tecommon
  38849. tedocument
  38850. tedocument
  38851. tedocument
  38852. tedocument
  38853. telecom
  38854. telephone
  38855. telephone
  38856. manager
  38857. telephony~
  38858. telephony
  38859. suite~
  38860. templated
  38861. template
  38862. template
  38863. template
  38864. terminologyd
  38865. terminology
  38866. 3/92d
  38867. tesample
  38868. tesample
  38869. tesample
  38870. tesample
  38871. tesample
  38872. tesample
  38873. tesample
  38874. tesample
  38875. tesample
  38876. tesample
  38877. tesample
  38878. testbanks
  38879. testbed
  38880. example2
  38881. example3
  38882. example3
  38883. examplecodec
  38884. examplecodec
  38885. examplecodec
  38886. examplecodec
  38887. examplecodec
  38888. examples
  38889. exceptions
  38890. exceptions
  38891. exceptions
  38892. exceptions
  38893. expand
  38894. experimental
  38895. experimental
  38896. interfacelib
  38897. experimental
  38898. stuff
  38899. export
  38900. exportersp
  38901. exrom-1func
  38902. exrom-1func
  38903. sresource
  38904. extendprintrecord
  38905. extendprintrecord
  38906. extendprintrecord
  38907. extensionv
  38908. extension
  38909. extension
  38910. extensions
  38911. extractitems
  38912. extractitems
  38913. extractors
  38914. fadescreen
  38915. fadescreen
  38916. fadescreen
  38917. failure
  38918. failure
  38919. fastdither
  38920. fastdither
  38921. tcp/ip/lpr
  38922. tcpclose
  38923. tcpreceive
  38924. tcpsend
  38925. teach
  38926. teamw
  38927. tear-off
  38928. tech{
  38929. technicalT
  38930. technical
  38931. overview
  38932. technically
  38933. technique
  38934. techniques
  38935. technogeek
  38936. technological{
  38937. technologies
  38938. technologyy
  38939. technote
  38940. sub-menus
  38941. subroutines
  38942. suite
  38943. summaryj
  38944. suspend/resume
  38945. switch
  38946. switcher
  38947. switching
  38948. symantec
  38949. symbiotic
  38950. synccmd
  38951. synchronization
  38952. synthesis
  38953. systemn
  38954. systems
  38955. table
  38956. tables
  38957. tablet
  38958. tanzania
  38959. tanzania
  38960. zanzibar
  38961. starmax
  38962. firmware
  38963. target
  38964. tasking
  38965. tasks
  38966. tcp/ip
  38967. tcp/ip
  38968. appletalk
  38969. reconfiguration
  38970. network
  38971. setup
  38972. ottcpwilldial
  38973. composit
  38974. composite
  38975. composited
  38976. compositepictures
  38977. compositing
  38978. composition
  38979. compositor
  38980. compound
  38981. compound-document
  38982. comprehensive
  38983. compress
  38984. compressed
  38985. appletalk's
  38986. appletalk/ip
  38987. applets
  38988. applevision/colorsyn
  38989. applicationA
  38990. international
  38991. glossaries
  38992. internationalization
  38993. internet
  38994. interrupt
  38995. invert
  38996. iostreams
  38997. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  38998. NOTE:  Developers should do all new development with Open Transport where possible.
  38999. 2.0.6 Files:
  39000. MacTCP - Read Me First
  39001. MacTCP 2.x Docs:
  39002. MacTCP Developer Tools:
  39003. TCP/IP Administration.image
  39004. TCP/IP Connection.imageK
  39005. Apr 96N
  39006. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  39007.  - Development Kits (Disc 1)
  39008.  - MacTCPNo Changeq
  39009. Dev.CD Nov 00 TC Disk 1
  39010. All Packages
  39011. HideMenuBarI
  39012. HideMenuBar shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.J.HideMenuBar(PPC)
  39013. HideMenuBar.c
  39014. HideMenuBar.mcpK
  39015. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  39016. hide, menu, visRgnOHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HideMenuBar:PPDev.CD Nov 00 TC Disk 1
  39017.  - Sample Code
  39018.  - Human Interface Toolbox
  39019.  - HideMenuBarV
  39020. 70216X
  39021. Nov 00e    No Change
  39022. v2.0.4
  39023. v2.0.6
  39024. v2.5ss
  39025. v2.6.5]
  39026. v3.0.1^
  39027. v7.1.2
  39028. vacinity
  39029. valid
  39030. validate
  39031. validating
  39032. validation
  39033.  can be given and the default answer can be specified.
  39034.   IsCheckedOut script will allow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modi
  39035. fying source code.
  39036.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  39037. current
  39038. release
  39039. mactcp
  39040. v2.0.6
  39041. mactcp
  39042. admin
  39043. v2.0.6
  39044. currently\
  39045. cursive
  39046. cursor
  39047. cursordevice
  39048. cursordevicemanager
  39049. cursordevices
  39050. cursordevicesetaccel
  39051. cursors
  39052. curve
  39053. curves
  39054. customl
  39055. customchoose
  39056. customenabler
  39057. customer
  39058. customer's
  39059. customers{
  39060. customget
  39061. customgetfile
  39062. Summary:  This package contains:
  39063.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  39064.  TCP/IP Connection for Macintosh (v2.0.4)
  39065.  TCP/IP Administration for Macintosh (v2.0.4)
  39066. This folder also includes:
  39067.  MacTCP 2.0.6 Release Notes
  39068.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  39069.  MacTCP development tools and documentation
  39070. IMPORTANT NOTES
  39071.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  39072. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  39073.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  39074. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  39075. 71975X
  39076. Apr 98^
  39077. --set theItem to choose file -- uncomment to test in an AS editor
  39078.     tell application "Finder"
  39079.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  39080.         activate
  39081.     end tell
  39082. on error errMsg number errNum
  39083.     --enter statements to perform when no records are found such as...
  39084.     display dialog "Sorry, the item you selected could not be found."
  39085.     return
  39086. end try
  39087. e    No Changef
  39088. MacTCP
  39089. TCP/IPq
  39090. Dev.CD Apr 98 SDK1
  39091. All Packages
  39092. MacTCP Token Ring MTU ToolI
  39093. Summary: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  39094. MTU Tool
  39095. Read me
  39096. Read me.txtK
  39097. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOPDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:V
  39098. 71976X
  39099. 1e    No Change
  39100. OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  39101.  - Tool Chest
  39102.  - Testing & Debugging
  39103.  - Virtual User toolsV
  39104. 72547X
  39105. Nov 00^    TC Disk 1
  39106. --set theItem to choose file -- uncomment to test in an AS editor
  39107.     tell application "Finder"
  39108.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  39109.         activate
  39110.     end tell
  39111. on error errMsg number errNum
  39112.     --enter statements to perform when no records are found such as...
  39113.     display dialog "Sorry, the item you selected could not be found."
  39114.     return
  39115. end try
  39116. e    No Changeq
  39117. Dev.CD Nov 00 TC Disk 1
  39118. All Packages
  39119. Show GlobalsI
  39120. Summary: Show globals is a MultiFinder friendly application that can help you monitor global variables in drivers and code resources.  It uses a description file and it shows the values of your variables in a scrolling window.
  39121. Parameters.imgK
  39122. Vol IVL
  39123. Vol VIIV
  39124. 72548X
  39125. 1e    No Change
  39126. udefiles
  39127. indata
  39128. OKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  39129.  - Development Kits (Disc 1)
  39130.  - MacTCP
  39131.  - MacTCP Developer ToolsV
  39132. 71974X
  39133. Apr 98^
  39134. --set theItem to choose file -- uncomment to test in an AS editor
  39135.     tell application "Finder"
  39136.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  39137.         activate
  39138.     end tell
  39139. on error errMsg number errNum
  39140.     --enter statements to perform when no records are found such as...
  39141.     display dialog "Sorry, the item you selected could not be found."
  39142.     return
  39143. end try
  39144. e    No Changef!TCP/IP
  39145. networking
  39146. standards basedq
  39147. Dev.CD Apr 98 SDK1
  39148. D!All Packages
  39149. Mac OS SDK Edition
  39150. MacTCP SDK 2.0.6
  39151. large
  39152. large
  39153. count
  39154. laser
  39155. laser
  39156. doctor
  39157. laserwriter
  39158. laserwriter
  39159. 8.5.1
  39160. latest
  39161. latest
  39162. launch
  39163. launch
  39164. launchdoc
  39165. launchdoc
  39166. launchwithdoc
  39167. launchwithdoc
  39168. sting tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  39169. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  39170. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  39171. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  39172. MrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  39173. O CDN#TCP/IP, networking, standards based
  39174. Virtual User tools.imgK
  39175. Jan 92OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  39176.  - Tool Chest
  39177.  - Testing & Debugging
  39178.  - Virtual User tools
  39179. preferences
  39180. services
  39181. preliminary
  39182. premixer
  39183. preview
  39184. prgeneral
  39185. print
  39186. printable
  39187. printable
  39188. format
  39189. printer
  39190. printer
  39191. access
  39192. protocol
  39193. printer
  39194. driver
  39195. printers
  39196. printing
  39197. private
  39198. processN
  39199. expiration
  39200. explain
  39201. explained
  39202. explaining
  39203. explains
  39204. explanation
  39205. explanatory
  39206. explicit
  39207. explicitly
  39208. exploded
  39209. exploit
  39210. exploiting
  39211. exploits
  39212. explore
  39213. th System 7.5.
  39214. AppleTalk
  39215. MacSNMP - Read Me First
  39216. MacSNMP demo and test:
  39217. MacSNMP Dev Docs:
  39218. MacSNMP Update 1.1.1:
  39219. MacTCP
  39220. SNMP Transports Dev Kit:K
  39221. Jan 96O5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:P:Dev.CD Apr 98 SDK1
  39222.  - Development Kits (Disc 1)
  39223.  - MacSNMPnts to perform when no records are found such as...
  39224.     display dialog "Sorry, the item you selected could not be found."
  39225.     return
  39226. end try
  39227. Deletedq
  39228. Dev.CD Nov 99 TC
  39229. All Packages
  39230. How to Detect a CD
  39231. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  39232. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  39233. JRidentifyCD.
  39234. main.c
  39235. Makefile
  39236. Not used in this example
  39237. ReadMe
  39238. WhereCDs.c
  39239. WhereCDs.hK
  39240. Dec 95N CD-ROM, SCSI, Device Manager, CD
  39241. connections
  39242. connectix
  39243. conrad
  39244. considerx
  39245. considerable
  39246. consideration
  39247. considerationsx
  39248. consideredx
  39249. consideringx
  39250. consistencyu
  39251. consistent
  39252. consistsg
  39253. console
  39254. constant
  39255. constantly
  39256. constants`
  39257. constitute
  39258. constrained
  39259. construct
  39260. constructing
  39261. construction
  39262. constructs
  39263. consult
  39264. consumer
  39265. consumers
  39266. consuming
  39267. contactj
  39268. contacting
  39269. contacts
  39270. containT
  39271. contained
  39272. container
  39273. containing
  39274. containsS
  39275. contains
  39276. e    No Changef7QuickTime
  39277. Speech
  39278. Voice
  39279. Navigate
  39280. Panorama
  39281. Object
  39282. Nodeq
  39283. Dev.CD Nov 00 TC Disk 2
  39284. All Packages
  39285. VU Assist Modules for MacAppI
  39286. Summary: This folder contains the VU Assist C++ tool to increase Virtual User compatibility with MacApp applications.
  39287. Features: There is a different tool for MacApp 2.0.1 and MacApp 3.0.J
  39288. Virtual User tools.imgK
  39289. Aug 92L
  39290. Nov/Dec 92MiMPW 3.2, MacApp 2.0.1 or 3.0 application, Virtual User Host and target, VU Agent installed on Target CPU.N
  39291. VU, Virtual UserOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  39292.  - Tool Chest
  39293.  - Testing & Debugging
  39294.  - Virtual User toolsV
  39295. 73040X
  39296. Nov 00^    TC Disk 1
  39297. e    No Change
  39298. imran's
  39299. virtual
  39300. keycodes
  39301. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  39302. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  39303. In order to install a working SNMP client on your Macintosh, you n
  39304. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  39305. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  39306. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  39307. programmer's{
  39308. programmers
  39309. chnical
  39310. notesT
  39311. access
  39312. acrobat_
  39313. analyzer
  39314. 1.0d6U
  39315. 1.0.1b3V
  39316. parser
  39317. 5.0.7W
  39318. adbreinitX
  39319. adbreinit
  39320. addframetomovie
  39321. addhtactions
  39322. addresmenu7.1
  39323. addvractions
  39324. adlib]
  39325. adlib
  39326. 2.6.5]
  39327. adlib
  39328. 3.0.1^
  39329. adobe_
  39330. adobe
  39331. acrobat
  39332. reader_
  39333. adorner
  39334. advanced`
  39335. advanced
  39336. color
  39337. imaging
  39338. interaction
  39339. samplea
  39340. sample
  39341. applicationsb
  39342. toolsc
  39343. terminology
  39344. 3/92d
  39345. aecdev/aedaemon
  39346. aecoercion
  39347. aegizmosg
  39348. aegizmos
  39349. 1.4.2g
  39350. aetrackerh
  39351. aetracker
  39352. aevti
  39353. dcmdi
  39354. aiffk
  39355. writer
  39356. sdevk
  39357. aiffwriter
  39358. alawm
  39359. scomm
  39360. aliasn
  39361. alias
  39362. javao
  39363. debugger
  39364. detection
  39365. debuggerpresence
  39366. debuggers
  39367. debugging
  39368. declaration
  39369. decompress
  39370. decompression
  39371. decompressor
  39372. decompressors
  39373. default
  39374. default
  39375. folder
  39376. delete
  39377. delsearch
  39378. demos
  39379. dependency
  39380. depth
  39381. design
  39382. designing
  39383. printer
  39384. default
  39385. setdefaultdtp
  39386. quickdraw
  39387. desktop
  39388. desktop
  39389. database
  39390. detection
  39391. detector
  39392. detectorsy
  39393. developerz
  39394. developer
  39395. documentation
  39396. developer
  39397. notes
  39398. developer
  39399. tools
  39400. developers
  39401. development
  39402. device
  39403. device
  39404. driver
  39405. device
  39406. manager
  39407. devices
  39408. access
  39409. dirid
  39410. disabled
  39411. disassembler
  39412. disassembly
  39413. device
  39414. driver
  39415. drivers
  39416. 71973X
  39417. Apr 98^
  39418. --set theItem to choose file -- uncomment to test in an AS editor
  39419.     tell application "Finder"
  39420.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:"
  39421.         activate
  39422.     end tell
  39423. on error errMsg number errNum
  39424.     --enter statements to perform when no records are found such as...
  39425.     display dialog "Sorry, the item you selected could not be found."
  39426.     return
  39427. end try
  39428. e    No Changeq
  39429. Dev.CD Apr 98 SDK1
  39430. D!All Packages
  39431. Mac OS SDK Edition
  39432. MacTCP Developer Tools
  39433. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  39434. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  39435. J]802 LAP:
  39436. HyperCard MacTCP Toolkit 1.0:
  39437. MacTCP LAP Tech Note
  39438. Universal Interfaces:
  39439. ZapTCP 1.1:K
  39440. Aug 93nge
  39441. dtscpluslibrary
  39442. dumparpcache
  39443. dumpnetworksetup
  39444. dumpobj
  39445. duplication
  39446. content
  39447. development
  39448. entertainment
  39449. consumer
  39450. electronics
  39451. dynamic
  39452. translation
  39453. manager
  39454. translation
  39455. editing
  39456. editorO
  39457. eenie
  39458. effect
  39459. effects
  39460. eject
  39461. erver
  39462. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  39463. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  39464. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  39465. Mar 96
  39466. MacsBug is Apple's assembly-level PowerPC and 68K debugger. It fully supports debugging in the mixed-mode PowerPC and 68K environment. This is a must-have tool for any serious Macintosh software or hardware developer.
  39467. This version contains many new features including dynamic register colorization (displays registers as they change in hilighted colors), supports displays at any bit depth (previous versions required 8-bit or less), as well as a host of bug fixes (Memory Manager heaps are beB
  39468. tter examined for consistency).
  39469. Building dcmds
  39470. Emulator Update Extension
  39471. into Debugger Prefs file
  39472. into MacsBug Preferences folder
  39473. into System folder
  39474. MacsBug 6.6 Read Me
  39475. MacsBugAppK
  39476. Apr 94L
  39477. Feb 00M@Macintosh running  Mac OS 8.x or later and a Power PC processor.N,MacsBug, debugger, debugging, assembly, bugsOUDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:P`Dev.CD Nov 00 TC Disk 1
  39478.  - Tool Chest
  39479.  - Testing & Debugging
  39480.  - Debuggers & dcmds
  39481.  - MacsBug 6.6
  39482. OTDev.CD Dec 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Dec 00 RL Disk 1
  39483.  - Technical Documentation
  39484.  - Human Interface
  39485.  - MacOS8DocumentationV
  39486. 71971X
  39487. Dec 00^    RL Disk 1
  39488. --set theItem to choose file -- uncomment to test in an AS editor
  39489.     tell application "Finder"
  39490.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  39491.         activate
  39492.     end tell
  39493. on error errMsg number errNum
  39494.     --enter statements to perform when no records are found such as...
  39495.     display dialog "Sorry, the item you selected could not be found."
  39496.     return
  39497. end try
  39498. e    No Changef#Mac OS 8
  39499. Human Interface Guidelinesq
  39500. Dev.CD Dec 00 RL Disk 1
  39501. All Packages
  39502. MacsBug 6.6
  39503. 71972X
  39504. 71972X
  39505. Nov 00^    TC Disk 1
  39506. --set theItem to choose file -- uncomment to test in an AS editor
  39507.     tell application "Finder"
  39508.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:"
  39509.         activate
  39510.     end tell
  39511. on error errMsg number errNum
  39512.     --enter statements to perform when no records are found such as...
  39513.     display dialog "Sorry, the item you selected could not be found."
  39514.     return
  39515. end try
  39516. e    No Changef(MacsBug
  39517. debugger
  39518. debugging
  39519. assembly
  39520. bugsoOftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Debuggers_-_dcmds/q
  39521. Dev.CD Nov 00 TC Disk 1
  39522. D!All Packages
  39523. Mac OS SDK Edition
  39524. MacSNMP
  39525. All Packages
  39526. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  39527. Dev.CD Jan 94
  39528. Dev.CD Oct 93
  39529. Dev.CD Jul 93
  39530. Dev.CD Apr 93PDDev.CD Apr 94
  39531. Dev.CD Jan 94
  39532. Dev.CD Oct 93
  39533. Dev.CD Jul 93
  39534. Dev.CD Apr 9V
  39535. 72910X
  39536. Apr 94
  39537. --set theItem to choose file -- uncomment to test in an AS editor
  39538.     tell application "Finder"
  39539.         open item "Dev.CD Apr 94
  39540. Dev.CD Jan 94
  39541. Dev.CD Oct 93
  39542. Dev.CD Jul 93
  39543. Dev.CD Apr 93"
  39544.         activate
  39545.     end tell
  39546. on error errMsg number errNum
  39547.     --enter statements to perform when no records are found such as...
  39548.     display dialog "Sorry, the item you selected could not be found."
  39549.     return
  39550. end try
  39551. All Packages
  39552. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  39553. Dev.CD Jan 94
  39554. Dev.CD Oct 93
  39555. Dev.CD Jul 93P6Dev.CD Apr 94
  39556. Dev.CD Jan 94
  39557. Dev.CD Oct 93
  39558. Dev.CD Jul 9V
  39559. 72911X
  39560. Apr 94
  39561. icon_
  39562. icon's
  39563. System Enabler 111 (PB 160/180)O
  39564. Dev.CD Apr 93P
  39565. Dev.CD Apr 9V
  39566. 72825X
  39567. Apr 93
  39568. b--set theItem to choose file -- uncomment to test in an AS editor
  39569.     tell application "Finder"
  39570.         open item "Dev.CD Apr 93"
  39571.         activate
  39572.     end tell
  39573. on error errMsg number errNum
  39574.     --enter statements to perform when no records are found such as...
  39575.     display dialog "Sorry, the item you selected could not be found."
  39576.     return
  39577. end try
  39578. All Packages
  39579. System Enabler 111 (PB 160/180)O
  39580. Dev.CD Apr 93P
  39581. Dev.CD Apr 9V
  39582. 72826X
  39583. Apr 93
  39584. b--set theItem to choose file -- uncomment to test in an AS editor
  39585.     tell application "Finder"
  39586.         open item "Dev.CD Apr 93"
  39587.         activate
  39588.     end tell
  39589. on error errMsg number errNum
  39590.     --enter statements to perform when no records are found such as...
  39591.     display dialog "Sorry, the item you selected could not be found."
  39592.     return
  39593. end try
  39594. All Packages
  39595. System Enabler 111 (PB 160/180)O
  39596. Dev.CD Apr 93V
  39597. 72827X
  39598. entertainment
  39599. environment
  39600. eomodeler
  39601. eomodeler
  39602. database
  39603. error
  39604. applesearch
  39605. appleshare
  39606. gatewayT
  39607. ethernetR
  39608. ethernet
  39609. built-in
  39610. address
  39611. burned-in
  39612. address
  39613. getenetaddr
  39614. ethernet
  39615. transport
  39616. address
  39617. ethernet
  39618. multicast
  39619. mdata
  39620. 802.2
  39621. 802.3
  39622. ethertalk
  39623. etsda
  39624. eventi
  39625. eventsb
  39626. example
  39627. exception
  39628. exchange
  39629. expansion
  39630. export
  39631. exporters
  39632. exporting
  39633. extension
  39634. external
  39635. extractor
  39636. faceless
  39637. family
  39638. fcode
  39639. features
  39640. fetch
  39641. field
  39642. numerals
  39643. numeric
  39644. numerous
  39645. nvram
  39646. nvramrc
  39647. objectR
  39648. object-based
  39649. object-bases
  39650. object-orientedj
  39651. objective
  39652. objective-c
  39653. objects{
  39654. objectsupportlib
  39655. obscure
  39656. obsolete
  39657. obsolete/pre-asip
  39658. obtain
  39659. obtained
  39660. communication
  39661. communications{
  39662. community
  39663. compact
  39664. companies
  39665. companion_
  39666. companion
  39667. source
  39668. media
  39669. files
  39670. web-based
  39671. company
  39672. company's
  39673. compare
  39674. compared
  39675. comparedirtext
  39676. comparelastrevision
  39677. compareproc
  39678. compares
  39679. comparing
  39680. comparisions
  39681. comparison
  39682. comparisons
  39683. compatibility^
  39684.  of human interface guidelines for Macintosh applications.
  39685. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  39686. Jul 93V
  39687. 70224X
  39688. 1e    No Change
  39689. install
  39690. image
  39691. sample
  39692. image
  39693. tools
  39694. image
  39695. odclassref
  39696. odcookbook
  39697. sample
  39698. parts
  39699. odf-interest
  39700. odf-interest
  39701. archive
  39702. odfdev
  39703. odflibrary
  39704. odflibrary
  39705. odprogguide
  39706. odupdates
  39707. offscreen
  39708. offscreen
  39709. offscreen
  39710. offscreencontrol
  39711. offscreencontrol
  39712. offscreencontrolupda
  39713. offscreencontrolupda
  39714. offscreencontrolupda
  39715. offscreencontrolupda
  39716. offscreencontrolupda
  39717. oldbitmap
  39718. oldbitmap
  39719. oldbitmap
  39720. ooptesample
  39721. ooptesample
  39722. openz
  39723. install
  39724. browser
  39725. beginz
  39726. browser
  39727. transport
  39728. debug
  39729. transport
  39730. opencheckedout
  39731. opendoc
  39732. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  39733. Features:
  39734.  Cross-platform remote database access
  39735.  Wide range of third party drivers
  39736.  All major relational databases covered
  39737.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  39738. PleaB3se report bugs and problems to kodom@visigenic.com.
  39739. J\Documentation:
  39740. ODBC Install.image
  39741. ODBC Sample Bins.image
  39742. ODBC Tools.image
  39743. Readme - InstallerK
  39744. Sep 93L
  39745. Sep 96M
  39746. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  39747.  - Development Kits (Disc 1)
  39748.  - MacODBC
  39749. e    No Changeq
  39750. Dev.CD Nov 00 TC Disk 1
  39751. All Packages
  39752. F    StreamNOPIsStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.
  39753. J;Read Me About StreamNOP
  39754. StreamNOP
  39755. StreamNOP.c
  39756. StreamNOP.mcpK
  39757. Oct 97L
  39758. Nov 00M
  39759. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO9Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:StreamNOP:PADev.CD Nov 00 TC Disk 1
  39760.  - Sample Code
  39761.  - Networking
  39762.  - StreamNOPV
  39763. 72625X
  39764. Nov 00^    TC Disk 1
  39765. --set theItem to choose file -- uncomment to test in an AS editor
  39766.     tell application "Finder"
  39767.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:StreamNOP:"
  39768.         activate
  39769.     end tell
  39770. on error errMsg number errNum
  39771.     --enter statements to perform when no records are found such as...
  39772.     display dialog "Sorry, the item you selected could not be found."
  39773.     return
  39774. end try
  39775. e    No Changef$Open Transport
  39776. STREAMS
  39777. module
  39778. drivero&http://developer.apple.com/samplecode/
  39779. human
  39780. interface
  39781. guidelines
  39782. ultimate
  39783. upgrade
  39784. anyone
  39785. internet
  39786. runtime
  39787. runtime
  39788. 2.2.2
  39789. upgrade
  39790. runtime
  39791. 2.2.3
  39792. debug
  39793. debugging
  39794. summary
  39795. document
  39796. contains
  39797. helpful
  39798. converti@
  39799. summary
  39800. document
  39801. discusses
  39802. apple's
  39803. creating@
  39804. summary
  39805. folder
  39806. contains
  39807. complete
  39808. information
  39809. develop@
  39810. summary
  39811. folder
  39812. contains
  39813. following
  39814. localized
  39815. version@
  39816. summary
  39817. folder
  39818. contains
  39819. tools
  39820. useful
  39821. develo@
  39822. summary
  39823. which
  39824. plays
  39825. sounds
  39826. summary
  39827. software
  39828. apple
  39829. macintosh
  39830. display@
  39831. summary
  39832. package
  39833. provides
  39834. something
  39835. replacement
  39836. killer
  39837. content
  39838. workbook
  39839. sponsored
  39840. apple
  39841. comput@
  39842. theme@
  39843. then@
  39844. they're@
  39845. this@
  39846. PaDev.CD Nov 00 TC Disk 1
  39847.  - What's New?
  39848.  - Technical Documentation
  39849.  - Macintosh Technotes and Q&AsV
  39850. 71969X
  39851. Nov 00^    TC Disk 1
  39852. --set theItem to choose file -- uncomment to test in an AS editor
  39853.     tell application "Finder"
  39854.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Technical Documentation:Macintosh Technotes and Q&As:"
  39855.         activate
  39856.     end tell
  39857. on error errMsg number errNum
  39858.     --enter statements to perform when no records are found such as...
  39859.     display dialog "Sorry, the item you selected could not be found."
  39860.     return
  39861. end try
  39862. e    No Changef
  39863. Macintosh
  39864. Technotes
  39865. Q&Aso.http://developer.apple.com/techpubs/index.htmlq
  39866. Dev.CD Nov 00 TC Disk 1
  39867. D!All Packages
  39868. Mac OS SDK Edition
  39869. MacODBC 2.1.2 GM
  39870. 71970X
  39871. Apr 98^
  39872. --set theItem to choose file -- uncomment to test in an AS editor
  39873.     tell application "Finder"
  39874.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:"
  39875.         activate
  39876.     end tell
  39877. on error errMsg number errNum
  39878.     --enter statements to perform when no records are found such as...
  39879.     display dialog "Sorry, the item you selected could not be found."
  39880.     return
  39881. end try
  39882. e    No ChangefGODBC
  39883. MacODBC
  39884. Database
  39885. Connectivity
  39886. Drivers
  39887. Network
  39888. Middleware
  39889. Visigenicq
  39890. Dev.CD Apr 98 SDK1
  39891. All Packages
  39892. MacOS8Documentation
  39893. Mac OS 8 Human Interface Guidelines
  39894. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  39895. MacOS8 HIGuidelines.pdf
  39896. READMEK
  39897. Oct 97N$Mac OS 8, Human Interface Guidelines
  39898. --set theItem to choose file -- uncomment to test in an AS editor
  39899.     tell application "Finder"
  39900.         open item "Dev.CD Apr 94
  39901. Dev.CD Jan 94
  39902. Dev.CD Oct 93
  39903. Dev.CD Jul 93
  39904. Dev.CD Apr 93"
  39905.         activate
  39906.     end tell
  39907. on error errMsg number errNum
  39908.     --enter statements to perform when no records are found such as...
  39909.     display dialog "Sorry, the item you selected could not be found."
  39910.     return
  39911. end try
  39912. ready-to-print-with
  39913. real{
  39914. real-time
  39915. real-world
  39916. realistic
  39917. reality{
  39918. realizes
  39919. really
  39920. realtime
  39921. rearrange
  39922. reason
  39923. reasonabler
  39924. reasonably
  39925. reasons
  39926. reassemble
  39927. reassembler
  39928. reboot
  39929. rebooting
  39930. rebuild^
  39931. rebuilding
  39932. rebuilds
  39933. rebuilt^
  39934. receivee
  39935. PADev.CD Apr 00 SDK1
  39936.  - Development Kits
  39937.  - Mac OS
  39938.  - Sound ManagerV
  39939. 72596X
  39940. Apr 00^
  39941. --set theItem to choose file -- uncomment to test in an AS editor
  39942.     tell application "Finder"
  39943.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:"
  39944.         activate
  39945.     end tell
  39946. on error errMsg number errNum
  39947.     --enter statements to perform when no records are found such as...
  39948.     display dialog "Sorry, the item you selected could not be found."
  39949.     return
  39950. end try
  39951. Deletedq
  39952. Dev.CD Apr 00 SDK1
  39953. All Packages
  39954. Sound PreMixer effectI
  39955. A sound manager pre-mixer effect component shows how to look at and/or mofify the sound data for a particular sound channel before it gets to the mixer.
  39956. JfComponentDispatch.c
  39957. Sound PreMixer read me
  39958. VU-Meter(PPC)
  39959. VU-Meter.c
  39960. VU-Meter.h
  39961. VU-Meter.mcp
  39962. VU-Meter.rK
  39963. Aug 97M
  39964. Sound Manager 3.2O@Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:V
  39965. 72597X
  39966. 1e    No Change
  39967. mwprefixrezppc
  39968. print
  39969. record@
  39970. myregistercomponent
  39971. audio
  39972. features
  39973. newformat@
  39974. norway@
  39975. nubuslist
  39976. objects68k@
  39977. kg3series@
  39978. privateconditionals@
  39979. programming
  39980. information
  39981. qd3d@
  39982. quickstart@
  39983. quit@
  39984. rdocproc@
  39985. aecdev-aedaemon@
  39986. readme
  39987. readme
  39988. dcmd@
  39989. readme
  39990. html@
  39991. renderinglib@
  39992. rfc1334
  39993. authentication@
  39994. sample
  39995. applescripts@
  39996. schedule@
  39997. setlockbitatomsample
  39998. simpleplayermfcdoc@
  39999. sites@
  40000. sound@
  40001. support
  40002. systemfolder@
  40003. tech@
  40004. testfinderlaunch
  40005. testprinterclass
  40006. textchanger
  40007. 2.0.1@
  40008. than@
  40009. topseeturvee@
  40010. transitions
  40011. themes@
  40012. ueenie@
  40013. umousetrackbehavior
  40014. updates@
  40015. userstartup
  40016. goodies@
  40017. validator
  40018. 1.11@
  40019. webobjects
  40020. database
  40021. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  40022. J)Open Me With Web Browser
  40023. techqa.shtmlK
  40024. Sep 95L
  40025. Dec 96M
  40026. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  40027.  - Technical Documentation
  40028.  - Macintosh Technical Q&Asme VR movies
  40029.  ability to open a nearly unlimited number of files using HyperTalk
  40030.  enhanced script editor window for easier navigation
  40031.  improved Picture XCMD
  40032.  more script commands and new syntax
  40033. For more information on these features and how to use them, see Using HyperCard 2.4.
  40034. Sep 97L
  40035. Jul 98
  40036. 71968X
  40037. Dec 99^
  40038. --set theItem to choose file -- uncomment to test in an AS editor
  40039.     tell application "Finder"
  40040.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  40041.         activate
  40042.     end tell
  40043. on error errMsg number errNum
  40044.     --enter statements to perform when no records are found such as...
  40045.     display dialog "Sorry, the item you selected could not be found."
  40046.     return
  40047. end try
  40048. Deletedq
  40049. Dev.CD Dec 99 RL
  40050. All Packages
  40051. Macintosh Technotes and Q&As
  40052.     AqThe latest Macintosh Technotes and Q&As from the Apple developer web site and Developer Technical  Support group.
  40053. J/Technical Notes
  40054. Technical Q&As
  40055. Technotes & Q&AsK
  40056. Jan 00L
  40057. Aug 00M
  40058. web browserN
  40059. Macintosh, Technotes, Q&AsOYDev.CD Nov 00 TC Disk 1:What's New?:Technical Documentation:Macintosh Technotes and Q&As:V
  40060. 71969X
  40061. 1e    No Changeo.http://developer.apple.com/techpubs/index.html
  40062. 73049X
  40063. Mar OO^
  40064. RLDisk 1
  40065. --set theItem to choose file -- uncomment to test in an AS editor
  40066.     tell application "Finder"
  40067.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  40068.         activate
  40069.     end tell
  40070. on error errMsg number errNum
  40071.     --enter statements to perform when no records are found such as...
  40072.     display dialog "Sorry, the item you selected could not be found."
  40073.     return
  40074. end try
  40075. DeletedfZtraversing related tables
  40076. referential integrity rules
  40077. validation and reformatting
  40078. databaseq
  40079. Dev.CD Mar OO RLDisk 1
  40080. D!All Packages
  40081. Tool Chest Edition
  40082. WebObjects Memory Mgmt
  40083. 5thcolumn
  40084. 6.0.3
  40085. 6.0.4
  40086. 6.0.5
  40087. 6.1b9
  40088. palette
  40089. animation
  40090. demonstration
  40091. palette
  40092. animation
  40093. demonstration
  40094. scale
  40095. powerplant
  40096. version
  40097. inputsprocket
  40098. preview
  40099. component
  40100. which
  40101. previews
  40102. sample
  40103. showing
  40104. framework
  40105. macintosh
  40106. appli
  40107. semi-useful
  40108. adorner
  40109. class
  40110. functions
  40111. reproduce
  40112. functionality
  40113. simple
  40114. subclass
  40115. tview
  40116. stays
  40117. centered
  40118. small
  40119. snippet
  40120. detec
  40121. basic
  40122. snippet
  40123. illustrate
  40124. implement
  40125. boring
  40126. which
  40127. forces
  40128. quickdraw
  40129. simple
  40130. sample
  40131. program
  40132. demonstrates
  40133. application
  40134. measure
  40135. intertask
  40136. signaling
  40137. application
  40138. test/demo
  40139. mt/mp
  40140. mpdelayuntil
  40141. codecs
  40142. D!All Packages
  40143. Tool Chest Edition
  40144. Macintosh PowerBook Qualified
  40145. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  40146. The Kit includes:
  40147. Guide to Macintosh PowerBook Qualified Program
  40148. Program Technical Specifications
  40149. Program Pre-testing Guidelines
  40150. Legal Documentation for licensing and program participation
  40151. found."
  40152.     return
  40153. end try
  40154. e    No ChangefFHyperCard
  40155. variable
  40156. button
  40157. field
  40158. instance variables
  40159. global
  40160. saving stateq
  40161. Dev.CD Nov 00 TC Disk 1
  40162. All Packages
  40163. HyperCard Player 2.4
  40164. 70228X
  40165. builds
  40166. goodies
  40167. goodies
  40168. scripts
  40169. readme
  40170. scripts
  40171. readme
  40172. mpwtool
  40173. mpwtool
  40174. 1.0.1b1c2
  40175. installer
  40176. 2.2.2
  40177. install
  40178. 2.2.3
  40179. debug
  40180. installer
  40181. 1.0.1b1c2
  40182. mrj2.2.3
  40183. mrj2.2.3
  40184. redistribution
  40185. multihider
  40186. multihider
  40187. multimedia
  40188. multimedia
  40189. standards
  40190. multiprocessing
  40191. multiprocessing
  40192. library
  40193. musicp
  40194. music
  40195. soundp
  40196. music
  40197. browsermaker
  40198. helper
  40199. moviebrowser
  40200. mw68k
  40201. mw68k
  40202. browsermaker
  40203. mw68k
  40204. moviebrowser
  40205. mwprefix68k
  40206. mwprefix68k
  40207. mwprefixrez68k
  40208. mwprefixrez68k
  40209. mwprefixrezppc
  40210. 71967X
  40211. May 98^
  40212. --set theItem to choose file -- uncomment to test in an AS editor
  40213.     tell application "Finder"
  40214.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  40215.         activate
  40216.     end tell
  40217. on error errMsg number errNum
  40218.     --enter statements to perform when no records are found such as...
  40219.     display dialog "Sorry, the item you selected could not be found."
  40220.     return
  40221. end try
  40222. e    No ChangefBMPQ
  40223. Macintosh
  40224. PowerBook
  40225. Qualified
  40226. PC Card
  40227. Card and Socket Servicesq
  40228. Dev.CD May 98 TC
  40229. D(All Packages
  40230. Reference Library Edition
  40231. Macintosh Technical Q&As
  40232. J0Guide_To_MPQ.pdf
  40233. MPQ Read Me
  40234. MPQ_Program_Kit.pdfK
  40235. Nov 95M
  40236. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  40237.  - Programs & Marketing
  40238.  - Macintosh PowerBook QualifiedyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  40239. J=Addresses
  40240. Audio Help
  40241. HyperCard Player
  40242. What is HyperCard?K
  40243. Feb 92L
  40244. Jul 98N
  40245. HyperCard Player, stacksOHDev.CD Dec 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Dec 00 RL Disk 1
  40246.  - Utilities
  40247.  - HyperCard Player
  40248.  - HyperCard Player 2.4
  40249. 72598X
  40250. Nov 00^    TC Disk 1
  40251. --set theItem to choose file -- uncomment to test in an AS editor
  40252.     tell application "Finder"
  40253.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Sound:SoundApp:"
  40254.         activate
  40255.     end tell
  40256. on error errMsg number errNum
  40257.     --enter statements to perform when no records are found such as...
  40258.     display dialog "Sorry, the item you selected could not be found."
  40259.     return
  40260. end try
  40261. e    No Changef
  40262. sound
  40263. SoundAppq
  40264. Dev.CD Nov 00 TC Disk 1
  40265. All Packages
  40266. SoundboardI
  40267. CAttachment.cp
  40268. CAttachment.h
  40269. CFilterControl.cp
  40270. CFilterControl.h
  40271. CGrayBox.cp
  40272. CGrayBox.h
  40273. CQuickTimeWindow.cp
  40274. CQuickTimeWindow.h
  40275. CSliderControl.cp
  40276. CSliderControl.h
  40277. CSliderControl.rsrc
  40278. CSoundboardApp.cp
  40279. CSoundboardApp.h
  40280. CSoundboardWindow.cp
  40281. CSoundboardWindow.h
  40282. GWLayers.c
  40283. GWLayers.h
  40284. MCPlayMovie.h
  40285. Soundboard.PPob
  40286. Soundboard.prefix
  40287. Soundboard.rsrc
  40288. SoundBoard.
  40289. Soundboard_debug.prefix
  40290. Why was this archived?
  40291. Feb 00M
  40292. N/A99X
  40293. 1e    No Change
  40294. summary
  40295. appletalk's
  40296. printer
  40297. access
  40298. protocol
  40299. session
  40300. summary
  40301. 2.0.1
  40302. release
  40303. summary
  40304. atrapper
  40305. application
  40306. records
  40307. a-trap
  40308. calls
  40309. summary
  40310. audit
  40311. small
  40312. library
  40313. functions
  40314. provide
  40315. summary
  40316. backlight
  40317. control
  40318. control
  40319. panel
  40320. powerbooks
  40321. o perform when no records are found such as...
  40322.     display dialog "Sorry, the item you selected could not be found."
  40323.     return
  40324. end try
  40325. e    No ChangefMMacTCP
  40326. Communications Toolbox
  40327. Serial ports
  40328. CD Audio toolkit
  40329. Video toolkitq
  40330. Dev.CD Nov 00 TC Disk 1
  40331. D!All Packages
  40332. Mac OS SDK Edition
  40333. ICC Profile SpecI&Latest ICC specification for profiles.J
  40334. Embedding ICC Profile in EPS
  40335. Embedding ICC Profile in GIF89a
  40336. Embedding ICC Profile in Pict
  40337. Embedding ICC Profiles in JFIF
  40338. Embedding ICC Profiles in TIFFK
  40339. Apr 98M
  40340. ColorSync 2.xK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:V
  40341. 70230X
  40342. 1e    No Change
  40343. PODev.CD Aug 97 TC
  40344.  - What's New?
  40345.  - Developer Notes
  40346.  - Macintosh PowerBook 2400cV
  40347. 71966X
  40348. Aug 97^
  40349. --set theItem to choose file -- uncomment to test in an AS editor
  40350.     tell application "Finder"
  40351.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  40352.         activate
  40353.     end tell
  40354. on error errMsg number errNum
  40355.     --enter statements to perform when no records are found such as...
  40356.     display dialog "Sorry, the item you selected could not be found."
  40357.     return
  40358. end try
  40359. e    No Changeq
  40360. Dev.CD Aug 97 TC
  40361. Macintosh PowerBook Qualified
  40362. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  40363. The Kit includes:
  40364. Guide to Macintosh PowerBook Qualified Program
  40365. Program Technical Specifications
  40366. Program Pre-testing Guidelines
  40367. Legal Documentation for licensing and program participation
  40368. cipation
  40369. Nov 95
  40370. print
  40371. appletalk
  40372. print
  40373. dialog
  40374. print
  40375. postscript
  40376. quickdraw
  40377. print
  40378. hairline
  40379. postscript
  40380. quickdraw
  40381. setlinewidth
  40382. prgeneral
  40383. print
  40384. piccomments
  40385. drivers
  40386. print
  40387. postscript
  40388. print
  40389. record
  40390. print
  40391. printable
  40392. ion demonstrates the use of SnStartFileplay at the same time as doing simple recording.  The sound file is a AIFF file.  The sound will continue to play until it is done.  When the recording is stopped the recorded sound will be played over the currently playing sound.
  40393. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  40394. e time.
  40395. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  40396. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  40397. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  40398. MultiPlay:  This sample application shows how to play a 
  40399. libraries
  40400. icl8tocicn
  40401. icl8tocicn
  40402. icl8tocicn
  40403. icntoicon
  40404. icntoicon
  40405. cache
  40406. cache
  40407. cache
  40408. iconcachedemo
  40409. iconcachedemo
  40410. icondimming
  40411. icondimming
  40412. icondimming
  40413. icondimming
  40414. icondimming
  40415. icondisplay
  40416. icondisplay
  40417. icondisplay
  40418. icondisplay
  40419. icondisplay
  40420. iconmenus
  40421. iconmenus
  40422. iconmenus
  40423. udefiles
  40424. includefiles
  40425. indata
  40426. OQDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:P\Dev.CD Nov 00 TC Disk 2
  40427.  - Sample Code
  40428.  - QuickTime
  40429.  - Streaming
  40430.  - QTSPacketizerReassemblerV
  40431. 72255X
  40432. Nov 00^    TC Disk 2
  40433. --set theItem to choose file -- uncomment to test in an AS editor
  40434.     tell application "Finder"
  40435.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:"
  40436.         activate
  40437.     end tell
  40438. on error errMsg number errNum
  40439.     --enter statements to perform when no records are found such as...
  40440.     display dialog "Sorry, the item you selected could not be found."
  40441.     return
  40442. end try
  40443. e    No Changef.QuickTime
  40444. Packetizer
  40445. Reassembler
  40446. Component
  40447. Dev.CD Nov 00 TC Disk 2
  40448. All Packages
  40449. F    QTSprites
  40450. 72256X
  40451. access
  40452. services
  40453. preliminary
  40454. reference
  40455. usage
  40456. usedistanthdwrmem
  40457. uselocalhdwrmem
  40458. items
  40459. useritems
  40460. worldS
  40461. world's
  40462. world-readable
  40463. worlds
  40464. worldscript
  40465. worldwide
  40466. worldwrite
  40467. worry
  40468. would
  40469. wouldn't
  40470. wprocasm
  40471. wrapcommenttext
  40472. wrapper
  40473. wraps
  40474. wrench
  40475. wringer
  40476. writen
  40477.     return
  40478. end try
  40479. e    No Changef#ColorSync
  40480. Profile Specificationq
  40481. Dev.CD Oct 00 SDK1
  40482. All Packages
  40483. icl8 To cicnIzThis snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' resource.  This sample has been updated for the Carbon API.L
  40484. Nov 00V
  40485. 70231X
  40486. E- Common
  40487.     - Sun Compliant Java Runtime Environment 1.1
  40488.     - QuickTime 3 
  40489.     - QTJava.zip
  40490.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  40491.     - QTJava media samples
  40492. - Mac OS:
  40493.     - System 8 or later
  40494.     - Macintosh Runtime for Java (MRJ) 2.1
  40495. - Windows 95, 98, or NT::
  40496.     - JRE/JDK from Sun Microsystems, Inc. recommended
  40497. QuickTime, Java, MRJ
  40498. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:WiredSprites:PUDev.CD Nov 00 TC Disk 2
  40499.  - Sample Code
  40500.  - QuickTime
  40501.  - QuickTimeIntro
  40502.  - WiredSpritesV
  40503. 73058X
  40504. Nov 00^    TC Disk 2
  40505. --set theItem to choose file -- uncomment to test in an AS editor
  40506.     tell application "Finder"
  40507.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:WiredSprites:"
  40508.         activate
  40509.     end tell
  40510. on error errMsg number errNum
  40511.     --enter statements to perform when no records are found such as...
  40512.     display dialog "Sorry, the item you selected could not be found."
  40513.     return
  40514. end try
  40515. e    No Changef
  40516. QuickTime
  40517. Spriteso&http://developer.apple.com/samplecode/q
  40518. Dev.CD Nov 00 TC Disk 2
  40519. D!All Packages
  40520. Mac OS SDK Edition
  40521. Word Services SDK 1.0.8
  40522. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  40523. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  40524. JTPAP Client - Read Me First
  40525. PAP Client Interface
  40526. PAP.a.o
  40527. PAP.h
  40528. PAP.p
  40529. PAPWorkStation.oK
  40530. Apr 96L
  40531. Oct 96N
  40532. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  40533.  - Development Kits (Disc 1)
  40534.  - Macintosh PAP Client InterfaceacheDemo(PPC)
  40535. Too SuiteM
  40536. System 7N.icon, cache, optimization, performance, searchOLDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:icon cache demo:V
  40537. 70232X
  40538. 1e    No Change
  40539. macintosh
  40540. client
  40541. interface
  40542. macintosh
  40543. powerbook
  40544. 2400c
  40545. macintosh
  40546. powerbook
  40547. qualified
  40548. macintosh
  40549. technical
  40550. macintosh
  40551. technotes
  40552. macodbc
  40553. macodbc
  40554. 2.1.2
  40555. macos8documentation
  40556. macro
  40557. macros/templates
  40558. macsbug
  40559. macsbug
  40560. macsnmp
  40561. mactcp
  40562. mactcp
  40563. developer
  40564. tools
  40565. mactcp
  40566. 2.0.6
  40567. mactcp
  40568. token
  40569. mactcp
  40570. mactv
  40571. magic
  40572. magic
  40573. oracle
  40574. magician
  40575. suite
  40576. makeeffectmovie
  40577. makeeffectslideshow
  40578. makeicon
  40579. makeitable
  40580. makemake
  40581. makemake
  40582. 2.0d38
  40583. makestartupaliastome
  40584. management
  40585. manager
  40586. manalyzer
  40587. manalyzer
  40588. 2.0d3
  40589. market
  40590. marquee
  40591. maximizing
  40592. navigator
  40593. newsz
  40594. notesT
  40595. onescannerx
  40596. opp's
  40597. oracle
  40598. Summary:  The QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source. 
  40599. Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object. 
  40600. Make QTVR Panorama takes input in the form of a PICT file generated by a computer g
  40601. raphics program or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  40602. These tools:
  40603.  Make it easy for computer graphics program users to create QuickTime VR content.
  40604.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  40605.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  40606. 71965X
  40607. Apr 98^
  40608. --set theItem to choose file -- uncomment to test in an AS editor
  40609.     tell application "Finder"
  40610.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  40611.         activate
  40612.     end tell
  40613. on error errMsg number errNum
  40614.     --enter statements to perform when no records are found such as...
  40615.     display dialog "Sorry, the item you selected could not be found."
  40616.     return
  40617. end try
  40618. e    No Changef
  40619. Print
  40620. AppleTalk
  40621. Dev.CD Apr 98 SDK1
  40622. D!All Packages
  40623. Tool Chest Edition
  40624. Macintosh PowerBook 2400c
  40625. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  40626. Macintosh PowerBook 2400cK
  40627. Aug 97M
  40628. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  40629. 72965X
  40630. Dec 00^    RL Disk 1b
  40631. Revised
  40632. --set theItem to choose file -- uncomment to test in an AS editor
  40633.     tell application "Finder"
  40634.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:java:"
  40635.         activate
  40636.     end tell
  40637. on error errMsg number errNum
  40638.     --enter statements to perform when no records are found such as...
  40639.     display dialog "Sorry, the item you selected could not be found."
  40640.     return
  40641. end try
  40642. Updated
  40643. QuickTime For Java
  40644. Yellow Box and Java
  40645. AppKit Reference
  40646. Enterprise Objects Framework
  40647. Foundation Reference
  40648. Java Tutorial
  40649. WebObjects and Java
  40650. Enterprise Objects Framework
  40651. Foundation Reference Java Client
  40652. Mac OS Runtime for Java
  40653. MRJ Toolkit
  40654. JManager
  40655. JDirect
  40656. JBindery
  40657. o2http://developer.apple.com/techpubs/java/java.htmlq
  40658. Dev.CD Dec 00 RL Disk 1
  40659. All Packages
  40660. Technical Publications: MacITSummary:
  40661. Collection of Inside Macintosh books and related programming documentation.
  40662. ep 99V
  40663. 72966X
  40664. Deleted
  40665. --set theItem to choose file -- uncomment to test in an AS editor
  40666.     tell application "Finder"
  40667.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundLevel:"
  40668.         activate
  40669.     end tell
  40670. on error errMsg number errNum
  40671.     --enter statements to perform when no records are found such as...
  40672.     display dialog "Sorry, the item you selected could not be found."
  40673.     return
  40674. end try
  40675. updated
  40676. carbon
  40677. marquee
  40678. sample
  40679. updated
  40680. carbon
  40681. pixmap2pixpa
  40682. sample
  40683. updated
  40684. carbon
  40685. rotates
  40686. sample
  40687. updated
  40688. carbon
  40689. applica
  40690. sample
  40691. updated
  40692. carbon
  40693. program
  40694. sample
  40695. updated
  40696. carbon
  40697. sample
  40698. sample
  40699. updated
  40700. carbon
  40701. snippet
  40702. sample
  40703. updated
  40704. carbon
  40705. under
  40706. hPTDev.CD Dec 00 RL Disk 1
  40707.  - Technical Documentation
  40708.  - Technical Publications
  40709.  - java
  40710. document's
  40711. document--even
  40712. document-launching
  40713. document/file/applic
  40714. documentationn
  40715. documentation
  40716. topics
  40717. include
  40718. Aug 00MRPower PC with 64 megs of Ram, Mac OS 8.5 or later, MRJ 2.1 or later, QuickTime 4.xN>QuickTime, Java, Tutorial, MRJ, QTZoo, Zoo, QuickTime for JavaONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Zoo Tutorial:PYDev.CD Nov 00 TC Disk 2
  40719.  - Sample Code
  40720.  - QuickTime
  40721.  - QuickTime for Java
  40722.  - Zoo TutorialV
  40723. 73076X
  40724. Nov 00^    TC Disk 2
  40725. --set theItem to choose file -- uncomment to test in an AS editor
  40726.     tell application "Finder"
  40727.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Zoo Tutorial:"
  40728.         activate
  40729.     end tell
  40730. on error errMsg number errNum
  40731.     --enter statements to perform when no records are found such as...
  40732.     display dialog "Sorry, the item you selected could not be found."
  40733.     return
  40734. end try
  40735. e    No Changef8QuickTime
  40736. Tutorial
  40737. QTZoo
  40738. QuickTime for Javao&http://developer.apple.com/samplecode/q
  40739. Dev.CD Nov 00 TC Disk 2
  40740. D!All Packages
  40741. Mac OS SDK Edition
  40742. Zoomed Video Driver v1.0 SDK
  40743. transport
  40744. traversing
  40745. traversing
  40746. related
  40747. tables
  40748. referential
  40749. integrity
  40750. rules
  40751. valida
  40752. textlistview
  40753. tunes
  40754. tutorial
  40755. tween
  40756. txratio
  40757. txratio
  40758. types
  40759. typography
  40760. ufailure
  40761. ufailure
  40762. exception
  40763. handler
  40764. ufailure
  40765. ultraslimfast
  40766. understanding
  40767. unicode
  40768. unicode
  40769. imaging
  40770. bi-directional
  40771. rotation
  40772. double-byt
  40773. universal
  40774. universal
  40775. serial
  40776. storage
  40777. class
  40778. driver
  40779. systems
  40780. workstation
  40781. solaris
  40782. hp-ux
  40783. unloadscrap
  40784. unmount
  40785. unmount
  40786. finder
  40787. apple
  40788. events
  40789. morefiles
  40790. update
  40791. updategworld
  40792. updater
  40793. AmazonBooks.src
  40794. AmazonMusic.src
  40795. Apple.src
  40796. AppleSWUpdates-English.src
  40797. AppleSWUpdates-WW.src
  40798. BarnesAndNoble.src
  40799. CNN.src
  40800. DirectHit.src
  40801. HotBot.src
  40802. LookSmart.src
  40803. MacGuide.src
  40804. XTNow.src
  40805. Yahoo.srcK
  40806. Jan 99L
  40807. Feb 99N
  40808. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  40809.  - What's New?
  40810.  - Sherlock Plug-ins
  40811. ictbsample
  40812. ictbsample
  40813. ideas
  40814. ideas
  40815. opportunities
  40816. distributors/localiz
  40817. imaaudiortp
  40818. imadecom
  40819. imadecom
  40820. readme
  40821. imadecompression
  40822. imagex
  40823. imagecomp
  40824. imagecompositing
  40825. imagecompositing
  40826. imagecompressionutil
  40827. imagecompressionutil
  40828. imagecompressionutil
  40829. imagedecompressor
  40830. imagedecompressor68k
  40831. imagedecompressorppc
  40832. imagefile
  40833. imagefiledemo
  40834. imagefiledemo
  40835. imageproducing
  40836. imageproducing
  40837. utilities
  40838. dtscpluslibrary
  40839. dumparpcache
  40840. dumpnetworksetup
  40841. duplication
  40842. dynamic
  40843. dynamic
  40844. linking
  40845. protocol
  40846. robustness
  40847. rocket{
  40848. roger
  40849. roland
  40850. rolled
  40851. rollin
  40852. romaja
  40853. roman
  40854. romanized
  40855. romresourcedump
  40856. rosenberg
  40857. rotate
  40858. rotatebegin/end
  40859. rotated
  40860. rotatedbitmap
  40861. rotates
  40862. rotatestring
  40863. routine
  40864. colorize
  40865. pixmap
  40866. dialog
  40867. routinedescriptor
  40868. routinesV
  40869. routingj
  40870. rowbytes
  40871. ruben
  40872. rules
  40873. packages
  40874. MMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  40875.  - Development Kits (Disc 1)
  40876.  - Macintosh Easy OpenrN
  40877. Icon, desktop, dimmed, custom color search, color table, CopyMask, GetGWorld, NewGWorld, AddSearch, CopyBits, DelSearch, pmTable, ctTable, DisposCTable
  40878. O<Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:IconDimming:PDDev.CD Nov 00 TC Disk 1
  40879.  - Sample Code
  40880.  - Graphics 2D
  40881.  - IconDimmingV
  40882. 70235X
  40883. Nov 00^    TC Disk 1
  40884. --set theItem to choose file -- uncomment to test in an AS editor
  40885.     tell application "Finder"
  40886.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:IconDimming:"
  40887.         activate
  40888.     end tell
  40889. on error errMsg number errNum
  40890.     --enter statements to perform when no records are found such as...
  40891.     display dialog "Sorry, the item you selected could not be found."
  40892.     return
  40893. end try
  40894. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  40895.  savvy applications as well as translation systems which actually perform translation.
  40896. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  40897. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  40898. Issues:  Please contact Apple Licensing for redistribution information.
  40899. Claris XTND Files:
  40900. Document Converter
  40901. Documentation:
  40902. Macintosh Easy Open
  40903. Macintosh Easy Open Reference
  40904. Open Me
  40905. Read Me First
  40906. Translation Extensions:K
  40907. Jul 93L
  40908. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:ailable.
  40909. 70236X
  40910. 1e    No Change
  40911. All Packages
  40912. System Enabler 065 (LC 575)O
  40913. Dev.CD Apr 94
  40914. Dev.CD Jan 94P
  40915. Dev.CD Apr 94
  40916. Dev.CD Jan 9V
  40917. 72788X
  40918. Apr 94
  40919. p--set theItem to choose file -- uncomment to test in an AS editor
  40920.     tell application "Finder"
  40921.         open item "Dev.CD Apr 94
  40922. Dev.CD Jan 94"
  40923.         activate
  40924.     end tell
  40925. on error errMsg number errNum
  40926.     --enter statements to perform when no records are found such as...
  40927.     display dialog "Sorry, the item you selected could not be found."
  40928.     return
  40929. end try
  40930. All Packages
  40931. System Enabler 065 (LC 575)O
  40932. Dev.CD Apr 94
  40933. Dev.CD Jan 94P
  40934. Dev.CD Apr 94
  40935. Dev.CD Jan 9V
  40936. 72789X
  40937. Apr 94
  40938. note_
  40939. apple
  40940. guide
  40941. intended
  40942. those
  40943. developers
  40944. noted
  40945. f--set theItem to choose file -- uncomment to test in an AS editor
  40946.     tell application "Finder"
  40947.         open item "Dev.CD Jun 97 SSW"
  40948.         activate
  40949.     end tell
  40950. on error errMsg number errNum
  40951.     --enter statements to perform when no records are found such as...
  40952.     display dialog "Sorry, the item you selected could not be found."
  40953.     return
  40954. end try
  40955. 71964X
  40956. Apr 98^
  40957. --set theItem to choose file -- uncomment to test in an AS editor
  40958.     tell application "Finder"
  40959.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:"
  40960.         activate
  40961.     end tell
  40962. on error errMsg number errNum
  40963.     --enter statements to perform when no records are found such as...
  40964.     display dialog "Sorry, the item you selected could not be found."
  40965.     return
  40966. end try
  40967. e    No Changef*Translation
  40968. Macintosh Easy Open
  40969. Translatorq
  40970. Dev.CD Apr 98 SDK1
  40971. D!All Packages
  40972. Mac OS SDK Edition
  40973. Macintosh PAP Client Interface
  40974.      as...
  40975.     display dialog "Sorry, the item you selected could not be found."
  40976.     return
  40977. end try
  40978. e    No Changef
  40979. Utils
  40980. Utilitiesq
  40981. Dev.CD Nov 00 TC Disk 1
  40982. All Packages
  40983. ictbSample
  40984. 70237X
  40985. All Packages
  40986. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  40987. Dev.CD Jan 94
  40988. Dev.CD Oct 93
  40989. Dev.CD Jul 93
  40990. Dev.CD Apr 93PDDev.CD Apr 94
  40991. Dev.CD Jan 94
  40992. Dev.CD Oct 93
  40993. Dev.CD Jul 93
  40994. Dev.CD Apr 9V
  40995. 72908X
  40996. Apr 94
  40997. --set theItem to choose file -- uncomment to test in an AS editor
  40998.     tell application "Finder"
  40999.         open item "Dev.CD Apr 94
  41000. Dev.CD Jan 94
  41001. Dev.CD Oct 93
  41002. Dev.CD Jul 93
  41003. Dev.CD Apr 93"
  41004.         activate
  41005.     end tell
  41006. on error errMsg number errNum
  41007.     --enter statements to perform when no records are found such as...
  41008.     display dialog "Sorry, the item you selected could not be found."
  41009.     return
  41010. end try
  41011. All Packages
  41012. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  41013. Dev.CD Jan 94
  41014. Dev.CD Oct 93
  41015. Dev.CD Jul 93
  41016. Dev.CD Apr 93PDDev.CD Apr 94
  41017. Dev.CD Jan 94
  41018. Dev.CD Oct 93
  41019. Dev.CD Jul 93
  41020. Dev.CD Apr 9V
  41021. 72909X
  41022. Apr 94
  41023. --set theItem to choose file -- uncomment to test in an AS editor
  41024.     tell application "Finder"
  41025.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  41026.         activate
  41027.     end tell
  41028. on error errMsg number errNum
  41029.     --enter statements to perform when no records are found such as...
  41030.     display dialog "Sorry, the item you selected could not be found."
  41031.     return
  41032. end try
  41033. 1.0.0d3
  41034. 1.0.1y
  41035. 1.0.2y
  41036. 1.0.3v
  41037. 1.0.4
  41038. 1.0.6
  41039. 1.0.8
  41040. 1.0a5
  41041. 1.0b1
  41042. 1.0b2
  41043. 1.0d1
  41044. 1.0d8
  41045. 1.1.1
  41046. 1.1.2
  41047. 1.1.3
  41048. windows/dos{
  41049. windowshade
  41050. wintermyre
  41051. wiredZ
  41052. wireless{
  41053. wishu
  41054. wishes
  41055. wishing
  41056. withA
  41057. select
  41058. start
  41059. ialog Manager Q&A technote.
  41060. There is no Rez template for ictb, and no ResEdit template or editor.  This sample ictbSample.r shows how you can do one by hand.
  41061. Resorcerer provides an excellent ictb editor to use ictb in your dialog boxes.
  41062. JBictbSample(PPC)
  41063. ictbSample.mcp
  41064. ictbSample.r
  41065. ictbSample.rsrc
  41066. main.cN
  41067. ictb, Dialog ManagerOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ictbSample:PODev.CD Nov 00 TC Disk 1
  41068.  - Sample Code
  41069.  - Human Interface Toolbox
  41070.  - ictbSample
  41071. provided@
  41072. provides@
  41073. pthreads@
  41074. puts@
  41075. qtmoviefromurl@
  41076. qualified@
  41077. questionaire@
  41078. quickstart@
  41079. quicktime
  41080. oughta
  41081. pictures
  41082. guillermo
  41083. ortiz@
  41084. quicktime
  41085. image
  41086. compression
  41087. manager
  41088. code@
  41089. raises@
  41090. rank@
  41091. readable@
  41092. reading
  41093. response
  41094. modem
  41095. received@
  41096. C Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageCompositing:"
  41097.         activate
  41098.     end tell
  41099. on error errMsg number errNum
  41100.     --enter statements to perform when no records are found such as...
  41101.     display dialog "Sorry, the item you selected could not be found."
  41102.     return
  41103. end try
  41104. e    No Changef
  41105. QuickTime
  41106. Dev.CD Nov 00 TC Disk 2
  41107. All Packages
  41108. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J1if.bat
  41109. ImageFile
  41110. ImageFileDemo.zip
  41111. README.txt
  41112. Feb 00
  41113. 0239X
  41114. 1e    No Change
  41115. allowsB
  41116. summary
  41117. objects
  41118. hypercard
  41119. allowed
  41120. variabl
  41121. summary
  41122. opendoc
  41123. industry
  41124. standard
  41125. architecture
  41126. summary
  41127. opendoc
  41128. j-1.1
  41129. localized
  41130. version
  41131. opendoc
  41132. summary
  41133. control
  41134. strip
  41135. sample
  41136. project
  41137. summary
  41138. manager
  41139. comprehensive
  41140. developm
  41141. summary
  41142. pccts
  41143. purdue
  41144. compiler-constructio
  41145. summary
  41146. pippin
  41147. multimedia
  41148. internet
  41149. playback
  41150. summary
  41151. popupfuncs
  41152. productivity
  41153. developers
  41154. summary
  41155. portlist
  41156. extension
  41157. helps
  41158. summary
  41159. powertracer
  41160. system
  41161. atrap
  41162. powerpc
  41163. function
  41164. summary
  41165. programmer's
  41166. small
  41167. allows
  41168. summary
  41169. projectdrag
  41170. drag-and-drop
  41171. source
  41172. control
  41173. summary
  41174. resedit
  41175. apple's
  41176. standard
  41177. direct-manipulation
  41178. international
  41179. glossaries
  41180. contains
  41181. translat
  41182. summary
  41183. appleevents
  41184. probably
  41185. don't
  41186. provided
  41187. provider
  41188. QuickTime, Java, MRJ
  41189. 72546X
  41190. Feb 99^
  41191. --set theItem to choose file -- uncomment to test in an AS editor
  41192.     tell application "Finder"
  41193.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  41194.         activate
  41195.     end tell
  41196. on error errMsg number errNum
  41197.     --enter statements to perform when no records are found such as...
  41198.     display dialog "Sorry, the item you selected could not be found."
  41199.     return
  41200. end try
  41201. e    No Changef
  41202. engine
  41203. Internet
  41204. Sherlockq
  41205. Dev.CD Feb 99 TC
  41206. All Packages
  41207. ShimmerMate 2.0.1
  41208. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  41209. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  41210. Issues: These libraries and tools are not supported Apple products.
  41211. Virtual User tools.imgK
  41212. Jan 93V
  41213. 72547X
  41214. 1e    No Change
  41215. includefiles
  41216. indata
  41217. fix the problem.
  41218. Clipping Extension
  41219. Clippings
  41220. Demo Applications
  41221. Documentation
  41222. Dragging Enabler
  41223. DragLib
  41224. Finder 7.1.3
  41225. Interfaces&Libraries
  41226. Macintosh Drag and Drop
  41227. Read Me FirstK
  41228. Nov 93L
  41229. Aug 94
  41230. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  41231. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  41232. s Kit.  Note that Finde
  41233. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  41234. ~OCDev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Oct 00 SDK1
  41235.  - Development Kits
  41236.  - Mac OS
  41237.  - Macintosh Drag and Drop
  41238.     - Macintosh Runtime for Java (MRJ) 2.1
  41239. - Windows 95, 98, or NT::
  41240.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41241. QuickTime, Java, MRJ
  41242. 71963X
  41243. Oct 00^
  41244. --set theItem to choose file -- uncomment to test in an AS editor
  41245.     tell application "Finder"
  41246.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  41247.         activate
  41248.     end tell
  41249. on error errMsg number errNum
  41250.     --enter statements to perform when no records are found such as...
  41251.     display dialog "Sorry, the item you selected could not be found."
  41252.     return
  41253. end try
  41254. e    No Changeq
  41255. Dev.CD Oct 00 SDK1
  41256. D!All Packages
  41257. Mac OS SDK Edition
  41258. Macintosh Easy Open 1.1.1
  41259.     ev.CD Nov 00 TC Disk 2
  41260. All Packages
  41261. ImporterWinI
  41262. This sample shows how to build three types of QuickTime for Windows components: graphics importers, movie importers and image decompressors.  The example components let QuickTime use Electric Image format files. 
  41263. Nov 00V
  41264. 70242X
  41265. 1e    No Change
  41266. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  41267. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  41268. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  41269. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  41270. Issues:
  41271. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  41272. 24 GC video card.  With this card and the 8
  41273. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  41274. s display.  Remove the 8
  41275. 24 GC control panel to 
  41276. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  41277. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  41278.  windows and providing file information for those files.  Applications 
  41279. can also find out where data was dropped in the Finder 
  41280.  for example, that it was dropped into the Trash.
  41281. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  41282. folder
  41283. multiprocessor
  41284. manager
  41285. sample
  41286. ystematically
  41287. --set theItem to choose file -- uncomment to test in an AS editor
  41288.     tell application "Finder"
  41289.         open item "Dev.CD Dec 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  41290.         activate
  41291.     end tell
  41292. on error errMsg number errNum
  41293.     --enter statements to perform when no records are found such as...
  41294.     display dialog "Sorry, the item you selected could not be found."
  41295.     return
  41296. end try
  41297.  AS editor
  41298.     tell application "Finder"
  41299.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterWin.win:"
  41300.         activate
  41301.     end tell
  41302. on error errMsg number errNum
  41303.     --enter statements to perform when no records are found such as...
  41304.     display dialog "Sorry, the item you selected could not be found."
  41305.     return
  41306. end try
  41307. e    No Changef=QuickTime
  41308. Graphics Importer
  41309. Movie importer
  41310. Image Decompressoro&http://developer.apple.com/samplecode/q
  41311. Dev.CD Nov 00 TC Disk 2
  41312. All Packages
  41313. ImportExportV
  41314. 70243X
  41315. apple
  41316. cd-rom
  41317. apple
  41318. detectors
  41319. apple
  41320. directions
  41321. 01/95{
  41322. apple
  41323. directions
  41324. 01/96|
  41325. apple
  41326. directions
  41327. 01/97}
  41328. apple
  41329. directions
  41330. 02/95{
  41331. apple
  41332. directions
  41333. 02/96|
  41334. apple
  41335. directions
  41336. 02/97}
  41337. apple
  41338. directions
  41339. 03/95{
  41340. apple
  41341. directions
  41342. 03/96|
  41343. apple
  41344. directions
  41345. 03/97}
  41346. apple
  41347. directions
  41348. 04/95{
  41349. apple
  41350. directions
  41351. 04/96|
  41352. apple
  41353. directions
  41354. 04/97}
  41355. apple
  41356. directions
  41357. 05/95{
  41358. apple
  41359. directions
  41360. 05/96|
  41361. ElectricImageImporter.mak
  41362. ElectricImageImporter.qtx
  41363. NewRezWack.bat
  41364. Read Me.txt
  41365. WinPrefix.h
  41366. e    No Changeq
  41367. Dev.CD Nov 00 TC Disk 2
  41368. All Packages
  41369. SimpleText Sample
  41370. This example is SimpleText 1.4d16. It's the same source that Apple's built in 1996. We decided that enough developers had asked for SimpleText source so it was time to actually release it. Note that this code is copyright Apple Computer. The standard disclaimers apply. Here's the copyright information again:
  41371. You may incorporate this sample code into your applications without restriction, though the sample code has been provided "AS IS" and the responsibility for its operation is 100% your
  41372. *s.  However, what you are not permitted to do is to redistribute the source as "DSC Sample Code" after having made changes. If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple Sample Code, but that you've made changes.
  41373. Nov 96L
  41374. Dec 96V
  41375. 72565X
  41376. 1e    No Change
  41377. }e    No Changeq
  41378. Dev.CD Dec 00 RL Disk 1
  41379. ~D!All Packages
  41380. Mac OS SDK Edition
  41381. Macintosh Drag and Drop v1.1.1
  41382. Summary:  Macintosh Drag and Drop is new technology from Apple, which you should support.  By using Macintosh Drag and Drop, you can easily implement intra and inter-application drag and drop in your applications.  Your products will have an improved user interface, and your users will be able to manipulate and work with their data faster and more intuitively.  Version 1.1.1 corrects a problem with the Universal interface file.
  41383. Macintosh Drag and Drop implements the new Drag Manager toolbfDev.CD Nov 00 TC Disk 2
  41384.  - Sample Code
  41385.  - QuickTime
  41386.  -  All Java
  41387.  - QuickTime for Java
  41388.  - ImportExportV
  41389. 70243X
  41390. Nov 00^    TC Disk 2
  41391. e    No Change
  41392. sing MacGamma.
  41393. RestoreSystemGamms (...)  must be called before exiting to restore original gamma.
  41394. DisposeSystemGammas (...) can then be used to dispose of the system gammas.
  41395. Suspend and Resume:
  41396. RestoreSystemGamms (...); DisposeSystemGammas (...); should also be called prior to suspend.
  41397. GetSystemGammas (...) should be called when resuming.  This architecture prevents users from unknowingly saving display settings with your modified gammas.
  41398. JPMacGamma Read Me
  41399. MacGamma Test
  41400. MacGamma.cpp
  41401. MacGamma.h
  41402. MacGamma.mcp
  41403. Test Main.cpM
  41404. Color QuickDrawO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MacGamma:PADev.CD Nov 00 TC Disk 1
  41405.  - Sample Code
  41406.  - Graphics 2D
  41407.  - MacGamma
  41408. 70244X
  41409. Nov 00^    TC Disk 2
  41410. e    No Change
  41411. machineh
  41412. machinery
  41413. macintoshP
  41414. 71961X
  41415. Nov 00^    TC Disk 1
  41416. --set theItem to choose file -- uncomment to test in an AS editor
  41417.     tell application "Finder"
  41418.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MacGamma:"
  41419.         activate
  41420.     end tell
  41421. on error errMsg number errNum
  41422.     --enter statements to perform when no records are found such as...
  41423.     display dialog "Sorry, the item you selected could not be found."
  41424.     return
  41425. end try
  41426. e    No Changeq
  41427. Dev.CD Nov 00 TC Disk 1
  41428. All Packages
  41429. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  41430. Apple CD-ROM Read Me
  41431. CD Install Script
  41432. CD SW Tome
  41433. InstallerK
  41434. Feb 93L
  41435. Jun 97O?Dev.CD Dec 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Dec 00 RL Disk 1
  41436.  - Utilities
  41437.  - Macintosh CD-ROM Setup 5.3.2V
  41438. 71962X
  41439. Dec 00^    RL Disk 1
  41440. e    No Change
  41441. such as...
  41442.     display dialog "Sorry, the item you selected could not be found."
  41443.     return
  41444. end try
  41445. e    No Change
  41446. MacGamma is code that one can drop into their application which provides easy access to gamma control for all system displays.  It provides safe saving and restoring of original system gamma so one does not upset users and/or other applications.
  41447. The code is based on a simple 3 channel, 256 entry, 8 bit gamma ramp.  This ramp is basically an array of 256 byte size element red, green and blue channels.  All routines provided use this structure to pass information to and from the systems dis
  41448. plays, this was chosen to simplify application usage.  Some displays may represent gamma data differently, gamma ramps are internally converted internally to what ever format the monitor requires.
  41449. A few usage notes for the source:
  41450. SetDeviceGammaRampXX may not return until the VBL following the call, depending on the display driver, this is due to the handling of the Control call by the driver.
  41451. Startup and Shutdown:
  41452. GetSystemGammas (...) must be called to save the system gammas prior to u
  41453. features
  41454. feedback
  41455. feedback
  41456. request
  41457. 9/1/93
  41458. developer
  41459. synchronization
  41460. guide
  41461. system
  41462. manager
  41463. filecopy
  41464. filecopy
  41465. filehelpers
  41466. filehelpers
  41467. filehelpers
  41468. fileisopen
  41469. fileisopen
  41470. filelogging
  41471. filelogging
  41472. filelogging
  41473. filemaker
  41474. filemaker
  41475. files
  41476. sample
  41477. issue
  41478. itemhider
  41479. logging^
  41480. logic
  41481. logical
  41482. login
  41483. logins
  41484. long-awaited
  41485. long-signal
  41486. long-term
  41487. longer
  41488. longitude
  41489. looking
  41490. looks
  41491. lookup
  41492. lookupmenu
  41493. lookups
  41494. looming
  41495. looney
  41496. lossiness
  41497. low-disk-space
  41498. low-level
  41499. lower
  41500. lower-case
  41501. lower-left
  41502. loyal{
  41503. incompatibilities
  41504. incompatible
  41505. incomplete
  41506. incorporate
  41507. incorporated
  41508. incorporates
  41509. incorporating
  41510. incorrect
  41511. increaseu
  41512. increased
  41513. increases
  41514. increasing
  41515. incredibly
  41516. increment
  41517. incrementalj
  41518. indeed
  41519. independant
  41520. independent
  41521. independently
  41522. indexj
  41523. index2color
  41524. indexed
  41525. indexes
  41526. indexing
  41527. india
  41528. indian
  41529. indicate[
  41530. indicated_
  41531. Summary:  Apple designed MacCheck
  41532.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  41533.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  41534. Features:
  41535. Hardware configuration
  41536. Software configuration of startu
  41537. p device (and limited information about other on-line volumes)
  41538. Software problem detection
  41539.   -Directory corruption detection (Disk First Aid 7.2 verification
  41540.      code)
  41541.   -System file (System, Finder, System Enabler, Launcher)
  41542.     corruption detection
  41543.   -Duplicate System Folder detection
  41544.  Logic board test
  41545. Recommended for System 7.1; it will run on System 7.0 and above.
  41546. Issues:
  41547. Not to be licenced with any other products
  41548. Incompatible with Thunder
  41549. Some printing incompatibilities:
  41550. above
  41551. absolute
  41552. absolutely
  41553. abstract
  41554. abstraction
  41555. abstractions
  41556. abstracts
  41557. abuse
  41558. accelerated
  41559. accelerating
  41560. accelerationP
  41561. accelerator{
  41562. accent
  41563. accented
  41564. accept
  41565. accepted
  41566. accepting
  41567. accepts
  41568. accesory
  41569. accessA
  41570. accessed
  41571. accesses
  41572. accessible
  41573. accessing
  41574. ompanies
  41575. accomplish
  41576. accomplished
  41577. accomplishing
  41578. according
  41579. according
  41580. inside
  41581. macintosh
  41582. macin
  41583. ?ot a 100%, but some reports
  41584.   -HP DeskWriter (550, 550C)
  41585.   -Possibly LaserWriter 8.0
  41586. Each log holds only 32K of information
  41587. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  41588. information will fit in the logs.
  41589. MacCheck
  41590.  is a trademark of Apple Computer
  41591. General tools.imgK
  41592. Oct 93M
  41593. MacPlus or aboveN    MacCheck
  41594. OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  41595.  - Tool Chest
  41596.  - Testing & Debugging
  41597.  - General tools
  41598. --set theItem to choose file -- uncomment to test in an AS editor
  41599.     tell application "Finder"
  41600.         open item "Dev.CD Apr 94
  41601. Dev.CD Jan 94
  41602. Dev.CD Oct 93
  41603. Dev.CD Jul 93
  41604. Dev.CD Apr 93"
  41605.         activate
  41606.     end tell
  41607. on error errMsg number errNum
  41608.     --enter statements to perform when no records are found such as...
  41609.     display dialog "Sorry, the item you selected could not be found."
  41610.     return
  41611. end try
  41612. pictdialog
  41613. pictinfotest
  41614. picts
  41615. picture
  41616. pictures
  41617. piece
  41618. placed
  41619. placement
  41620. placesh
  41621. placing
  41622. plain
  41623. plain-text
  41624. plaindbox
  41625. plamondon
  41626. plan{
  41627. plane
  41628. planned
  41629. planning
  41630. plans
  41631. sharedmemory
  41632. sharedmemory
  41633. sample
  41634. demonstrates
  41635. multiple
  41636. applicat
  41637. shareware
  41638. sharing
  41639. sharks
  41640. sharp
  41641. sharware
  41642. sheet
  41643. sheets
  41644. shell
  41645. shelves
  41646. sherlock
  41647. sherlock's
  41648. shift
  41649. shift-command
  41650. shift-rational
  41651. shimmermate
  41652. shipments{
  41653. shippedv
  41654. shipping
  41655. ships{
  41656. shmget
  41657. shook
  41658. shoot
  41659. short
  41660. shortcut
  41661. shortcuts
  41662. interactive
  41663. success
  41664. interapplicationQ
  41665. interapplication
  41666. commQ
  41667. interfaceQ
  41668. interfacelib
  41669. interfaces
  41670. interfaces
  41671. libraries
  41672. interfaces&libraries
  41673. interleave
  41674. Communications Toolbox
  41675. Contributed
  41676. Devices and Hardware
  41677. Files
  41678. Games
  41679. Graphics 2D
  41680. Graphics 3D
  41681. Help Systems
  41682. Human Interface Toolbox
  41683. Interapplication Comm
  41684. Memory
  41685. Networking
  41686. OS Utilities
  41687. Overview
  41688. Platforms and Tools
  41689. Printing
  41690. Processes
  41691. QuickTime
  41692. Runtime Architecture
  41693. Sound
  41694. pen item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:Inline Input for TextEdit:"
  41695.         activate
  41696.     end tell
  41697. on error errMsg number errNum
  41698.     --enter statements to perform when no records are found such as...
  41699.     display dialog "Sorry, the item you selected could not be found."
  41700.     return
  41701. end try
  41702. e    No ChangefDText Services Manager
  41703. Text Services with TextEdit
  41704. TSMTE
  41705. Inline Inputq
  41706. Dev.CD Nov 00 TC Disk 2
  41707. (D!All Packages
  41708. Mac OS SDK Edition
  41709. InputSprocket SDKI
  41710. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.e    No Change
  41711. 71960X
  41712. Nov 00^    TC Disk 1
  41713. --set theItem to choose file -- uncomment to test in an AS editor
  41714.     tell application "Finder"
  41715.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  41716.         activate
  41717.     end tell
  41718. on error errMsg number errNum
  41719.     --enter statements to perform when no records are found such as...
  41720.     display dialog "Sorry, the item you selected could not be found."
  41721.     return
  41722. end try
  41723. e    No Changef    MacCheck
  41724. Dev.CD Nov 00 TC Disk 1
  41725. All Packages
  41726. MacGamma
  41727. 71961X
  41728. Aug 94L
  41729. May 97M9Requires the Control Strip control panel to be installed.O0Dev.CD Oct 99 SDK:Development Kits:Control StripP5Dev.CD Oct 99 SDK
  41730.  - Development Kits
  41731.  - Control StriV
  41732. 71959X
  41733. Oct 99^
  41734. --set theItem to choose file -- uncomment to test in an AS editor
  41735.     tell application "Finder"
  41736.         open item "Dev.CD Oct 99 SDK:Development Kits:Control Strip"
  41737.         activate
  41738.     end tell
  41739. on error errMsg number errNum
  41740.     --enter statements to perform when no records are found such as...
  41741.     display dialog "Sorry, the item you selected could not be found."
  41742.     return
  41743. end try
  41744. Deletedq
  41745. Dev.CD Oct 99 SDK
  41746. All Packages
  41747. MacCheck
  41748.  1.0.4
  41749. 71960X
  41750. t_SDK:"
  41751.         activate
  41752.     end tell
  41753. on error errMsg number errNum
  41754.     --enter statements to perform when no records are found such as...
  41755.     display dialog "Sorry, the item you selected could not be found."
  41756.     return
  41757. end try
  41758. e    No Changeo
  41759. http://developer.apple.com/sdk
  41760. Summary: MacBinary Standard
  41761. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  41762. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  41763. le compression packages.  
  41764. JMmacbinary-II-conf
  41765. macbinary-II-conf2
  41766. macbinary-II-standard
  41767. macbinary-standardK
  41768. May 93M
  41769. Adobe Acrobat Reader.OJDev.CD Dec 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Dec 00 RL Disk 1
  41770.  - Technical Documentation
  41771.  - Misc. Standards
  41772.  - MacBinaryDisk 1
  41773.  - Sample Code
  41774.  - Archive
  41775.  - Games
  41776.  - InputSprocketPPTestV
  41777. 70251X
  41778. Nov 00^    TC Disk 1
  41779. e    No Change
  41780. --set theItem to choose file -- uncomment to test in an AS editor
  41781.     tell application "Finder"
  41782.         open item "Dev.CD Apr 94
  41783. Dev.CD Jan 94
  41784. Dev.CD Oct 93
  41785. Dev.CD Jul 93
  41786. Dev.CD Apr 93"
  41787.         activate
  41788.     end tell
  41789. on error errMsg number errNum
  41790.     --enter statements to perform when no records are found such as...
  41791.     display dialog "Sorry, the item you selected could not be found."
  41792.     return
  41793. end try
  41794. inside
  41795. macintosh
  41796. movie
  41797. toolbox
  41798. sample
  41799. insidemac
  41800. installment
  41801. installsf
  41802. instance
  41803. instances
  41804. instantly
  41805. instead
  41806. instruction
  41807. instructional
  41808. instructions_
  41809. insure
  41810. int'l
  41811. integer
  41812. integral
  41813. integrate
  41814. integrated
  41815. integrates
  41816. integrating
  41817. integrating
  41818. computer-based
  41819. media
  41820. broadcast
  41821. environment
  41822. integration
  41823. Version 1.1: Adds windowed mode that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  41824. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  41825. SetupGL is a set of functions that can be
  41826.  used in new and existing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quake III Arena" for the Macintosh by id Soft
  41827. macapp
  41828. framework
  41829. object-oriented
  41830. standard
  41831. library
  41832. carbonli
  41833. macapp
  41834. framework
  41835. object-oriented
  41836. classes
  41837. editor
  41838. resou^
  41839. macapp
  41840. modal
  41841. dialog
  41842. tpicture
  41843. pictdialog
  41844. macapp
  41845. tear-off
  41846. floating
  41847. window
  41848. windoid
  41849. macapp
  41850. level
  41851. macapp
  41852. macapp
  41853. ttextlistview
  41854. ttextgridview
  41855. protoviews
  41856. macapp
  41857. adorner
  41858. custom
  41859. cursor
  41860. dependency
  41861. eenie
  41862. macapp
  41863. windows
  41864. cascade
  41865. windows
  41866. close
  41867. windows
  41868. window
  41869. maccheck
  41870. machine
  41871. machinelocation
  41872. macodbc
  41873. macosxserver
  41874. macosxserver
  41875. appkit
  41876. foundation
  41877. project
  41878. builder
  41879. interface
  41880. macsbugi
  41881. macsbug
  41882. appleevent
  41883. apple
  41884. event
  41885. dcmdi
  41886. macsbug
  41887. debugger
  41888. debugging
  41889. assembly
  41890. mactcp
  41891. mactcp
  41892. communications
  41893. toolbox
  41894. serial
  41895. ports
  41896. audio
  41897. mactcp
  41898. tcp/ip
  41899. magic
  41900. suite
  41901. apple
  41902. events
  41903. applescript
  41904. email
  41905. makeicon
  41906. management
  41907. 71958X
  41908. Dec 00^    RL Disk 1
  41909. --set theItem to choose file -- uncomment to test in an AS editor
  41910.     tell application "Finder"
  41911.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  41912.         activate
  41913.     end tell
  41914. on error errMsg number errNum
  41915.     --enter statements to perform when no records are found such as...
  41916.     display dialog "Sorry, the item you selected could not be found."
  41917.     return
  41918. end try
  41919. e    No Changeq
  41920. Dev.CD Dec 00 RL Disk 1
  41921. zD!All Packages
  41922. Mac OS SDK Edition
  41923. MacCalendar 1.1b1I
  41924. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  41925. 71959X
  41926. Deleted
  41927. association
  41928. assume
  41929. assumed
  41930. assuming
  41931. assumption
  41932. assure
  41933. assures
  41934. async
  41935. asynch
  41936. asynchronous
  41937. asking
  41938. askyesno
  41939. aspects
  41940. assembled
  41941. assembler
  41942. assemblers
  41943. assembly
  41944. assembly-language
  41945. assembly-level
  41946. assigned
  41947. assignments
  41948. assist
  41949. assistance
  41950. assistant{
  41951. assistants
  41952. assists
  41953. assocated
  41954. associatedR
  41955. assumed
  41956. assuming
  41957. assumption
  41958. assure
  41959. assures
  41960. async
  41961. asynchronous
  41962. - Common
  41963.     - Sun Compliant Java Runtime Environment 1.1
  41964.     - QuickTime 3 
  41965.     - QTJava.zip
  41966.     - QTJava media samples
  41967. - Mac OS:
  41968.     - System 8 or later
  41969.     - Macintosh Runtime for Java (MRJ) 2.1
  41970. - Windows 95, 98, or NT::
  41971.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41972. QuickTime, Java, MRJV
  41973. itemhider
  41974. itemhider
  41975. items
  41976. iw-half-dither
  41977. iw-half-dither
  41978. iw-half-dither
  41979. iwriterchooserldef
  41980. iwriterchooserpack
  41981. japan
  41982. xO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:P?Dev.CD Aug 00 TC Disk 1
  41983.  - Tool Chest
  41984.  - MacApp
  41985.  - MacApp R14a1rocketTestV
  41986. 70252X
  41987. Nov 00^    TC Disk 1
  41988. --set theItem to choose file -- uncomment to test in an AS editor
  41989.     tell application "Finder"
  41990.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:InputSprocketTest:"
  41991.         activate
  41992.     end tell
  41993. on error errMsg number errNum
  41994.     --enter statements to perform when no records are found such as...
  41995.     display dialog "Sorry, the item you selected could not be found."
  41996.     return
  41997. end try
  41998. e    No Changef-InputSprocket
  41999. Needs
  42000. Elements
  42001. buttonsq
  42002. Dev.CD Nov 00 TC Disk 1
  42003. All Packages
  42004. Inside Mac ICM CodeI(QuickTime Image Compression Manager CodeJ3ICM(PPC)
  42005. icm.c
  42006. icm.h
  42007. Inside Mac ICM Code.mcp
  42008. READMEM QuickTime, System 7.5 and higherN
  42009. QuickTime, image compressionOZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Inside Mac ICM Code:V
  42010. 70253X
  42011. 1e    No Change
  42012. NCMacApp, Framework, Object-oriented, C++ Standard Library, CarbonLibket, ISp, Needs, Elements, axes, buttons
  42013. e    No Changef
  42014. QuickTime
  42015. Dev.CD Nov 00 TC Disk 2
  42016. All Packages
  42017. SoundRecordIDThis code shows using the SequenceGrabber for simple audio recordingJ/README.txt
  42018. SndRecord
  42019. SoundRecord.zip
  42020. sr.bat
  42021. Feb 00
  42022. - Common
  42023.     - Sun Compliant Java Runtime Environment 1.1
  42024.     - QuickTime 3 
  42025.     - QTJava.zip
  42026.     - QTJava media samples
  42027. - Mac OS:
  42028.     - System 8 or later
  42029.     - Macintosh Runtime for Java (MRJ) 2.1
  42030. - Windows 95, 98, or NT::
  42031.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42032. QuickTime, Java, MRJOMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SoundRecord:PXDev.CD Nov 00 TC Disk 2
  42033.  - Sample Code
  42034.  - QuickTime
  42035.  - QuickTime for Java
  42036.  - SoundRecordV
  42037. 72604X
  42038. Nov 00^    TC Disk 2
  42039. e    No Change
  42040. All Packages
  42041. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  42042. Dev.CD Jan 94
  42043. Dev.CD Oct 93P(Dev.CD Apr 94
  42044. Dev.CD Jan 94
  42045. Dev.CD Oct 9V
  42046. 72852X
  42047. Apr 94
  42048. ~--set theItem to choose file -- uncomment to test in an AS editor
  42049.     tell application "Finder"
  42050.         open item "Dev.CD Apr 94
  42051. Dev.CD Jan 94
  42052. Dev.CD Oct 93"
  42053.         activate
  42054.     end tell
  42055. on error errMsg number errNum
  42056.     --enter statements to perform when no records are found such as...
  42057.     display dialog "Sorry, the item you selected could not be found."
  42058.     return
  42059. end try
  42060. All Packages
  42061. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  42062. Dev.CD Jan 94
  42063. Dev.CD Oct 93
  42064. Dev.CD Jul 93P6Dev.CD Apr 94
  42065. Dev.CD Jan 94
  42066. Dev.CD Oct 93
  42067. Dev.CD Jul 9V
  42068. 72853X
  42069. Apr 94
  42070. &Summary:  ZapTCP provides a safety net for MacTCP developers.  It automatically cleans up TCP streams that are left dangling when your application quits unexpectedly.  This prevents a lot of restarting during MacTCP development.
  42071. Version 1.2.1 renders the extension benign under Open Transport.
  42072. About ZapTCP
  42073. ZapTCPK
  42074. Vol IXL
  42075. Sep 96M3Any system with MacTCP or Open Transport installed.N(MacTCP development Open Transport ZapTCPOBDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:ZapTCP 1.2.1:PMDev.CD Nov 00 TC Disk 1
  42076.  - Tool Chest
  42077.  - Networking
  42078.  - MacTCP
  42079.  - ZapTCP 1.2.1
  42080. moofwars
  42081. piece
  42082. sample
  42083. demonstrates
  42084. oracle@
  42085. others@
  42086. outlines@
  42087. paint@
  42088. particular@
  42089. pasmatit@
  42090. performa@
  42091. photograph@
  42092. platform@
  42093. plug-in@
  42094. pluses@
  42095. power@
  42096. powerpc-based@
  42097. preparememoryforio@
  42098. presents@
  42099. prgeneral@
  42100. privileges@
  42101. product@
  42102. profile@
  42103. programs@
  42104. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most appropriate and modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  42105. * Support for building applications which run on Mac OS X and under Carbon Lib.
  42106. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Templat
  42107. pe portion of the C++ Standard Library 
  42108. * Additional abstractions of formerly 'heavy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  42109. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  42110. * Other Fixes and enhancements 
  42111. * Quality considerations 
  42112. Install MacApp R14a1K
  42113. Apr 00L
  42114. Sep 00
  42115. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  42116. package's
  42117. package--opendoc
  42118. packaged
  42119. packages
  42120. packagetool
  42121. packagetool
  42122. application
  42123. illustrating
  42124. create
  42125. packaging{
  42126. packetU
  42127. packetize
  42128. packetizer
  42129. packetsU
  42130. packman
  42131. packman
  42132. snippet
  42133. showing
  42134. implement
  42135. simple
  42136. choos
  42137. pagez
  42138. pages
  42139. paige
  42140. painless
  42141. struments
  42142. interactiona
  42143. interactive
  42144. interface
  42145. interfaces
  42146. interleaving
  42147. international
  42148. international
  42149. glossaries
  42150. internationalization
  42151. internet
  42152. interrupt
  42153. invert
  42154. investment
  42155. iostreams
  42156. 71957X
  42157. Aug 00^    TC Disk 1
  42158. --set theItem to choose file -- uncomment to test in an AS editor
  42159.     tell application "Finder"
  42160.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:"
  42161.         activate
  42162.     end tell
  42163. on error errMsg number errNum
  42164.     --enter statements to perform when no records are found such as...
  42165.     display dialog "Sorry, the item you selected could not be found."
  42166.     return
  42167. end try
  42168. Deletedf?MacApp
  42169. Framework
  42170. Object-oriented
  42171. C++ Standard Library
  42172. CarbonLib
  42173. /A1ftp://ftp.apple.com//developer/Tool_Chest/MacApp/
  42174. Dev.CD Aug 00 TC Disk 1
  42175. All Packages
  42176. F    MacBinary
  42177. 71958X
  42178. Draw GX
  42179. All Packages
  42180. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  42181. Dev.CD Jan 94
  42182. Dev.CD Oct 93
  42183. Dev.CD Jul 93
  42184. Dev.CD Apr 93PDDev.CD Apr 94
  42185. Dev.CD Jan 94
  42186. Dev.CD Oct 93
  42187. Dev.CD Jul 93
  42188. Dev.CD Apr 9V
  42189. 72888X
  42190. Apr 94
  42191. --set theItem to choose file -- uncomment to test in an AS editor
  42192.     tell application "Finder"
  42193.         open item "Dev.CD Apr 94
  42194. Dev.CD Jan 94
  42195. Dev.CD Oct 93
  42196. Dev.CD Jul 93
  42197. Dev.CD Apr 93"
  42198.         activate
  42199.     end tell
  42200. on error errMsg number errNum
  42201.     --enter statements to perform when no records are found such as...
  42202.     display dialog "Sorry, the item you selected could not be found."
  42203.     return
  42204. end try
  42205. All Packages
  42206. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  42207. Dev.CD Jan 94
  42208. Dev.CD Oct 93
  42209. Dev.CD Jul 93
  42210. Dev.CD Apr 93PDDev.CD Apr 94
  42211. Dev.CD Jan 94
  42212. Dev.CD Oct 93
  42213. Dev.CD Jul 93
  42214. Dev.CD Apr 9V
  42215. 72889X
  42216. Apr 94
  42217. integrates
  42218. integrating
  42219. integrating
  42220. computer-based
  42221. media
  42222. broadcast
  42223. environment
  42224. integration
  42225. integrator
  42226. apple
  42227. setup
  42228. modified
  42229. apple
  42230. apple
  42231. international
  42232. glossar
  42233. apple
  42234. apple
  42235. standards
  42236. apple
  42237. styleguide00
  42238. apple
  42239. profiler
  42240. 1.3.1
  42241. apple
  42242. profiler
  42243. 1.3.1
  42244. apple
  42245. telecom
  42246. software
  42247. aymovie
  42248. w/controller
  42249. playmovie
  42250. playqteffectapp
  42251. playqteffectapp
  42252. playsound
  42253. playsound
  42254. playtune
  42255. playtune
  42256. playvideo
  42257. playvideo
  42258. playvideo
  42259. playvideo
  42260. please
  42261. ploticons
  42262. ploticons
  42263. plstringfuncs
  42264. plug-ins
  42265. plugins
  42266. pluginservices
  42267. po-portuguese
  42268. poptag
  42269. manual
  42270. popupcdef
  42271. popupfuncs
  42272. popupfuncs
  42273. 2.6.1
  42274. installer
  42275. popupfuncs
  42276. notes
  42277. popupmenuwithcurfont
  42278. popupmenuwithcurfont
  42279. popupmenuwithcurfont
  42280. popupmenuwithcurfont
  42281. popupmenuwithcurfont
  42282. popups
  42283. popuptkl
  42284. popuptkl
  42285. 58.1.5
  42286. 5thcolumnB
  42287. 6-158
  42288. 6-164
  42289. 6-bits
  42290. 6.0.4
  42291. nd tell
  42292. on error errMsg number errNum
  42293.     --enter statements to perform when no records are found such as...
  42294.     display dialog "Sorry, the item you selected could not be found."
  42295.     return
  42296. end try
  42297. Deletedq
  42298. Dev.CD Dec 99 RL
  42299. All Packages
  42300. Installer SDK 1.2.4
  42301. 70256X
  42302. wPRDev.CD Dec 00 RL Disk 1
  42303.  - What's New
  42304.  - Tool Chest
  42305.  - MacApp
  42306.  - MacApp Release 14describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  42307. QuickDraw GX Progammer's Overview
  42308. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  42309. nd then moves on to illustrate these features using practical programming examples.
  42310. QuickDraw GX Environment & Utilities
  42311. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  42312. QuickDraw GX Graphics
  42313. This book shows  
  42314. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  42315. * Support for building applications which run on Mac OS X and under Carbon Lib.
  42316. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Template portion of the
  42317.  C++ Standard Library 
  42318. * Additional abstractions of formerly 'heavy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  42319. * Bug fixes and enhancements 
  42320. * Quality considerations 
  42321. Install MacApp Release 14.binK
  42322. Nov 97L
  42323. Dec 00M:Mac OS 8.1 or later, including Mac OS X.  68020 or better.N'MacApp, Framework, Object-oriented, C++OGDev.CD Dec 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp Release 14:ppl
  42324. 71956X
  42325. Dec 00^    RL Disk 1b
  42326. Revised
  42327. --set theItem to choose file -- uncomment to test in an AS editor
  42328.     tell application "Finder"
  42329.         open item "Dev.CD Dec 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp Release 14:"
  42330.         activate
  42331.     end tell
  42332. on error errMsg number errNum
  42333.     --enter statements to perform when no records are found such as...
  42334.     display dialog "Sorry, the item you selected could not be found."
  42335.     return
  42336. end try
  42337. Updatedf$MacApp
  42338. Framework
  42339. Object-oriented
  42340. /A(http://developer.apple.com/tools/macapp/
  42341. Dev.CD Dec 00 RL Disk 1
  42342. All Packages
  42343. MacApp Release 14a1
  42344. 71957X
  42345. Updatedf=PDF
  42346. documentation
  42347. printable format
  42348. PDF printing instructions
  42349. /A.http://developer.apple.com/techpubs/index.html
  42350. Dev.CD Dec 00 RL Disk 2
  42351. eD(All Packages
  42352. Reference Library Edition
  42353. F"Technical Publications: Enterprise
  42354. Enterprise and Internet Documentation (HTML and PDF formats)
  42355. Includes:
  42356. Web Objects Documentation
  42357. -WebObjects 3.5 Library
  42358. -Getting Started With WebObjects
  42359. -WebObjects Developer's Guide
  42360. -Release Notes
  42361. Enterprise Objects Documentation:
  42362. -Enterprise Objects 2.2
  42363. -Using Enterprise Objects Framework With OPENSTEP
  42364. Web Objects, Enterprise Objects Framework, EOF, WebObjects, Technical Publications, Technical Documentation, Tutorial, Getting Started, Developer's Guide
  42365. J+enterprise.html
  42366. index.html
  42367. WebObjects:K
  42368. Dec 97L
  42369. Dec 98M
  42370. web browserO3Dev.CD Dec 99 RL:Technical Publications:enterprise:tp://developer.apple.com/techpubs/index.html
  42371. nbetterbuserror@
  42372. event@
  42373. everything@
  42374. example
  42375. graphics
  42376. importer
  42377. movie
  42378. importer
  42379. image
  42380. decompres@
  42381. exceptional@
  42382. exists@
  42383. explored@
  42384. external@
  42385. faceless@
  42386. falkenburg@
  42387. favourite@
  42388. feature-rich@
  42389. features
  42390. allows
  42391. users
  42392. chess
  42393. network
  42394. features
  42395. includes
  42396. demonstration
  42397. documentation
  42398. complete@
  42399. fifo@
  42400. file/folder@
  42401. fileinfo@
  42402. final@
  42403. finds@
  42404. firewire@
  42405. fixing@
  42406. focus@
  42407. folders@
  42408. footprint@
  42409. years
  42410. multimedia
  42411. developers
  42412. regarded
  42413. equilibrium's
  42414. forbidden@
  42415. formatted@
  42416. fractional@
  42417. frame@
  42418. frames/sec@
  42419. freed@
  42420. hangul@
  42421. happen@
  42422. having@
  42423. here's@
  42424. high-visibility@
  42425. hints@
  42426. however@
  42427. html@
  42428. http@
  42429. icondispatch@
  42430. illustrates@
  42431. implementation@
  42432. scrollingtextuserpan
  42433. scrollingtextuserpan
  42434. scrollingtextuserpan
  42435. scrollingtextuserpan
  42436. async
  42437. sample
  42438. async
  42439. sample
  42440. async
  42441. sample
  42442. async
  42443. sample
  42444. async
  42445. sample
  42446. driveidsample
  42447. driveidsample
  42448. driver
  42449. example
  42450. devices
  42451. devices
  42452. inquiry
  42453. asynch
  42454. inquiry
  42455. simple
  42456. inquiry
  42457. synch
  42458. simple
  42459. sample
  42460. simple
  42461. sample
  42462. simple
  42463. sample
  42464. simple
  42465. sample
  42466. tools
  42467. tools
  42468. sample
  42469. sample
  42470. vblsample
  42471. scsiasyncsample
  42472. scsiasyncsample
  42473. scsidriveidsample
  42474. scsidriveidsample
  42475. scsidriver
  42476. scsidriver
  42477. scsifinddevices
  42478. scsifinddevices
  42479. scsifinddevicesmain
  42480. This installs the complete MacApp Release 15d1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  42481. This is a early development release and as such you should probably not utilize it for building final quality commercial applications.  This release contains the new CarbonPlus framework which provides convenient helper classes for working with sB
  42482. ome CoreFoundation components.
  42483. Installation on a 'Mac OS Extended' volume requires approximately 44MB of space (56 MB bytes used).   "Your mileage may vary."
  42484. Please be sure to read the License Agreement.
  42485. The Apple C++ Frameworks Team
  42486. July 27, 2000
  42487. Install MacApp R15d1K
  42488. Sep 00O7Dev.CD Nov 00 TC Disk 1:Tool Chest:MacApp:MacApp R15d1:P?Dev.CD Nov 00 TC Disk 1
  42489.  - Tool Chest
  42490.  - MacApp
  42491.  - MacApp R15d1 experimental instrumented InterfaceLib that was part of E.T.O. 22.
  42492. e    No Change
  42493. cardP
  42494. card-with-bridge-chi
  42495. cardbus
  42496. cardsR
  42497. cards&drivers
  42498. care{
  42499. careful
  42500. carefully
  42501. carole
  42502. carries
  42503. carry
  42504. cartwheels
  42505. cases
  42506. casey
  42507. casts
  42508. catalan
  42509. catalog
  42510. cataloged
  42511. sample
  42512. demonstrates
  42513. cd-romw
  42514. cd-rom-basedw
  42515. cdent
  42516. cdeve
  42517. cdevse
  42518. cdk's
  42519. celestial
  42520. celik
  42521. center
  42522. centered
  42523. centre
  42524. certain
  42525. certainly
  42526. certified
  42527. cfdata
  42528. 71955X
  42529. Nov 00^    TC Disk 1
  42530. --set theItem to choose file -- uncomment to test in an AS editor
  42531.     tell application "Finder"
  42532.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:MacApp:MacApp R15d1:"
  42533.         activate
  42534.     end tell
  42535. on error errMsg number errNum
  42536.     --enter statements to perform when no records are found such as...
  42537.     display dialog "Sorry, the item you selected could not be found."
  42538.     return
  42539. end try
  42540. e    No Change
  42541. /A(http://developer.apple.com/tools/macapp/
  42542. Dev.CD Nov 00 TC Disk 1
  42543. All Packages
  42544. New & RevisedF
  42545. MacApp Release 14
  42546. PbDev.CD Sep 97 RL
  42547.  - Technical Documentation
  42548.  - Toolbox Assistant
  42549.  - QuickView Databases-Standalonegs/incompatibilite
  42550. buildc
  42551. build/settings
  42552. builder
  42553. buildglfromwindow
  42554. q&a's
  42555. qdesign
  42556. qdesign
  42557. decompression
  42558. information
  42559. qdesign's
  42560. qdflushportbuffer
  42561. qdgraphics
  42562. qdmediacommon
  42563. qdmmaker
  42564. qdmmaker
  42565. sample
  42566. application
  42567. creates
  42568. movies
  42569. qdrawhandler
  42570. qdrawmhdlr
  42571. internals
  42572. simple
  42573. quicktime
  42574. application
  42575. dumps
  42576. qt3dtween
  42577. qt3dtween
  42578. sample
  42579. application
  42580. creates
  42581. quicktime
  42582. qtatoms
  42583. qtcanvas
  42584. qtdevwin
  42585. qteditmovie
  42586. qtflattentohandle
  42587. qtflattentohandle
  42588. defines
  42589. functions
  42590. illustrate
  42591. qtframestepper
  42592. qtframestepper
  42593. defines
  42594. functions
  42595. qtic-savvy
  42596. qtimagedrawer
  42597. qtjava
  42598. qtlib
  42599. qtmissingcomp
  42600. qtmissingcomp
  42601. illustrates
  42602. preferred
  42603. method
  42604. quicktime
  42605. qtmovie
  42606. N'MacApp, Framework, Object-oriented, C++8 TC
  42607.  - Programs & Marketing
  42608.  - Market & Distribution GuidesV
  42609. 70258X
  42610. May 98^
  42611. --set theItem to choose file -- uncomment to test in an AS editor
  42612.     tell application "Finder"
  42613.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  42614.         activate
  42615.     end tell
  42616. on error errMsg number errNum
  42617.     --enter statements to perform when no records are found such as...
  42618.     display dialog "Sorry, the item you selected could not be found."
  42619.     return
  42620. end try
  42621. e    No Changeq
  42622. Dev.CD May 98 TC
  42623. 1D!All Packages
  42624. Mac OS SDK Edition
  42625. Interactive Corp Success Guide
  42626. Dear MacApp users!
  42627. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  42628. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  42629. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  42630. uO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:P?Dev.CD Aug 00 TC Disk 1
  42631.  - Tool Chest
  42632.  - MacApp
  42633.  - MacApp R13u5V
  42634. 71954X
  42635. Aug 00^    TC Disk 1
  42636. --set theItem to choose file -- uncomment to test in an AS editor
  42637.     tell application "Finder"
  42638.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:"
  42639.         activate
  42640.     end tell
  42641. on error errMsg number errNum
  42642.     --enter statements to perform when no records are found such as...
  42643.     display dialog "Sorry, the item you selected could not be found."
  42644.     return
  42645. end try
  42646. Deletedf$MacApp
  42647. Framework
  42648. Object-oriented
  42649. /A(http://developer.apple.com/tools/macapp/
  42650. Dev.CD Aug 00 TC Disk 1
  42651. All Packages
  42652. MacApp R15d1
  42653. 71955X
  42654.  Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  42655.     EMonzalez
  42656. Application Frameworks Product Marketing Manager
  42657. Apple Computer, Inc.
  42658. MacApp Developer Survey
  42659. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  42660.  - Tool Chest
  42661.  - Development Kitsuide was prepared specifically for Apple developers. The fundamental message of the book is 
  42662. performance breakthroughs can be achieved by applying interactive media in your company
  42663. s core business processes
  42664. , whereas the focus of the Success Guide is 
  42665. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  42666. Interactive Corp Success Gd.pdfK
  42667. Jan 98M
  42668. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  42669. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  42670. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  42671. -   AppleLink:  GONZALEZ3
  42672. -   Internet:   gonzalez3@applelink.apple.com
  42673. -   Fax:        (408) 974-9456
  42674. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  42675. Thanks for your feedback.
  42676. Regards,
  42677. Ricardo G
  42678. N"Disk, Drive Setup, Aid,  utilitiesO
  42679. Dev.CD Oct 00 SDK1:Utilities:P
  42680. Dev.CD Oct 00 SDK1
  42681.  - UtilitiesV
  42682. 73016X
  42683. Oct 00^
  42684. r--set theItem to choose file -- uncomment to test in an AS editor
  42685.     tell application "Finder"
  42686.         open item "Dev.CD Oct 00 SDK1:Utilities:"
  42687.         activate
  42688.     end tell
  42689. on error errMsg number errNum
  42690.     --enter statements to perform when no records are found such as...
  42691.     display dialog "Sorry, the item you selected could not be found."
  42692.     return
  42693. end try
  42694. e    No Changef
  42695. Drive Setup
  42696.  utilitiesq
  42697. Dev.CD Oct 00 SDK1
  42698. All Packages
  42699. VBLSnippetIQA simple example of a persistent VBL written in C that works with 68K or PowerPC.J;VBLSnippet(PPC)
  42700. VBLSnippet.c
  42701. VBLSnippet.mcp
  42702. VBLSnippet.rsrcM!Process Manager (AKA MultiFinder)N
  42703. persistent VBL, periodic timeO9Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:VBLSnippet:PADev.CD Nov 00 TC Disk 2
  42704.  - Sample Code
  42705.  - Processes
  42706.  - VBLSnippetV
  42707. 73017X
  42708. Nov 00^    TC Disk 2
  42709. e    No Change
  42710. ddvractions\
  42711.     Bjion on developing for QuickTime, please see the QuickTime web site, http://apple.com/quicktime/developers/
  42712. J English - 3.0.2
  42713. Japanese - 3.0.1K
  42714. Aug 94L
  42715. Aug 99N"QuickTime, video, streaming, audioOVDev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime:QuickTime 3 Installers:Macintosh:PdDev.CD Apr 00 SDK1
  42716.  - Development Kits
  42717.  - Mac OS
  42718.  - QuickTime
  42719.  - QuickTime 3 Installers
  42720.  - Macintoshmp3
  42721. macintosh
  42722. powerbook
  42723. qualified
  42724. socket
  42725. applescript
  42726. toolkit
  42727. jdirect
  42728. appleevent
  42729. receive
  42730. multisync
  42731. multithreaded
  42732. mutable
  42733. native
  42734. needs
  42735. netsprocket
  42736. networkR
  42737. network
  42738. setup
  42739. network
  42740. preferences
  42741. dumpnetworksetup
  42742. networking
  42743. newgworldr
  42744. os-compatible@
  42745. others@
  42746. outlines@
  42747. package's@
  42748. paint@
  42749. paraphernalia@
  42750. particular@
  42751. pasmatit@
  42752. passwords@
  42753. patterns@
  42754. pdoc@
  42755. performa@
  42756. persisting@
  42757. photograph@
  42758. pieces@
  42759. platform@
  42760. plays@
  42761. plug-in@
  42762. pluses@
  42763. portable@
  42764. form@
  42765. power@
  42766. powerpc-based@
  42767. pre-print@
  42768. preparememoryforio@
  42769. presents@
  42770. prgeneral@
  42771. printer-specific@
  42772. privileges@
  42773. processes@
  42774. product@
  42775. profile@
  42776. programmer's@
  42777. programming@
  42778. programs@
  42779. projectdrag@
  42780. protocol's@
  42781. ktime
  42782. object
  42783. panorama
  42784. quickt@
  42785. quickdraw
  42786. calccmask
  42787. calcmask
  42788. seedcfill
  42789. seedfill
  42790. search
  42791. quickdraw
  42792. raster
  42793. imagewriter
  42794. halftone
  42795. dither
  42796. sample
  42797. code@
  42798. quicktime
  42799. sound
  42800. mixer
  42801. output
  42802. device
  42803. component@
  42804. quicktime
  42805. effect
  42806. custom@
  42807. quicktime
  42808. image
  42809. compression@
  42810. quicktime
  42811. sound
  42812. tween@
  42813. package
  42814. contains
  42815. drive
  42816. setup
  42817. v1.7.2
  42818. program
  42819. package
  42820. contains
  42821. processor
  42822. emulator
  42823. extensions
  42824. package
  42825. compatible
  42826. package
  42827. system
  42828. compatible
  42829. program
  42830. demonstrates
  42831. easily
  42832. capture
  42833. program
  42834. displays
  42835. memory
  42836. configuration
  42837. program
  42838. shows
  42839. pixmap
  42840. scale
  42841. program
  42842. shows
  42843. readlocation
  42844. function
  42845. release
  42846. keychain
  42847. focuses
  42848. password
  42849. storage
  42850. sample
  42851. application
  42852. demonstrates
  42853. serial
  42854. sample
  42855. accompanies
  42856. optimization
  42857. strategies
  42858. sample
  42859. creates
  42860. sprite
  42861. movie
  42862. containing
  42863. sprite
  42864. sample
  42865. demonstrates
  42866. quicktime
  42867. sprit
  42868. sample
  42869. illustrates
  42870. tracks
  42871. sample
  42872. illustrates
  42873. compress
  42874. decompress
  42875. 71953X
  42876. Nov 99^
  42877. --set theItem to choose file -- uncomment to test in an AS editor
  42878.     tell application "Finder"
  42879.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  42880.         activate
  42881.     end tell
  42882. on error errMsg number errNum
  42883.     --enter statements to perform when no records are found such as...
  42884.     display dialog "Sorry, the item you selected could not be found."
  42885.     return
  42886. end try
  42887. Deletedq
  42888. Dev.CD Nov 99 TC
  42889. All Packages
  42890. MacApp R13u5 
  42891. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  42892. Install MacApp R13U5K
  42893. Apr 00L
  42894. Apr 00
  42895. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  42896. notesR
  42897. nothing
  42898. noticable
  42899. notice
  42900. noticed
  42901. notification
  42902. notifications
  42903. notifier
  42904. notifies
  42905. notify
  42906. notions
  42907. novell
  42908. november{
  42909. novice
  42910. nsa/commerce
  42911. nsarray
  42912. nshost
  42913. manager
  42914. library
  42915. plug-ins
  42916. network
  42917. administrator's
  42918. guide
  42919. second
  42920. edition
  42921. nsstring
  42922. nsthread
  42923. Apr 98L
  42924. Nov 99M
  42925. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  42926. Dev.CD Nov 99 TC:Sample Code:P
  42927. Dev.CD Nov 99 TC
  42928.  - Sample Code TC Disk 1:Sample Code:Interapplication Comm:IPCLister:"
  42929.         activate
  42930.     end tell
  42931. on error errMsg number errNum
  42932.     --enter statements to perform when no records are found such as...
  42933.     display dialog "Sorry, the item you selected could not be found."
  42934.     return
  42935. end try
  42936. e    No Changef7ICPListPorts
  42937. PPC Toolbox
  42938. PPCBrowser
  42939. network AppleEventsq
  42940. Dev.CD Nov 00 TC Disk 1
  42941. All Packages
  42942. Is PC Exchange InstalledIEThis snippet demonstrates the check for the existence of PC Exchange.JLIsPCExchangeInstalled(PPC)
  42943. IsPCExchangeInstalled.c
  42944. IsPCExchangeInstalled.mcpM
  42945. System 7.0N4File System Manager, PC Exchange, File Exchange, FSMOCDev.CD Nov 00 TC Disk 1:Sample Code:Files:Is PC Exchange Installed:PKDev.CD Nov 00 TC Disk 1
  42946.  - Sample Code
  42947.  - Files
  42948.  - Is PC Exchange InstalledV
  42949. 70262X
  42950. Nov 00^    TC Disk 1
  42951. e    No Change
  42952. Communications Toolbox
  42953. Contributed
  42954. Devices and Hardware
  42955. Files
  42956. Games
  42957. Graphics 2D
  42958. Graphics 3D
  42959. Help Systems
  42960. Human Interface Toolbox
  42961. Interapplication Comm
  42962. Memory
  42963. Networking
  42964. OS Utilities
  42965. Overview
  42966. Platforms and Tools
  42967. Printing
  42968. Processes
  42969. QuickTime
  42970. Runtime Architecture
  42971. Sound
  42972. This is all the IAC capable applications, plus all the PPC ports that have been open for other reasons (unless they were opened non-Network capable).
  42973. It's what the PPC browsers does, but this shows you how yoB2u can do it silently, without putting up a dialog.
  42974. JlIPCListCode.c
  42975. IPCListCode.h
  42976. IPCLister(PPC)
  42977. IPCLister.main.c
  42978. IPCLister.mcp
  42979. IPCLister.rsrc
  42980. Read Me 
  42981.  IPCListerM
  42982. System 7.0N:ICPListPorts, PPC Toolbox, PPCBrowser, network AppleEventsODDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:IPCLister:PLDev.CD Nov 00 TC Disk 1
  42983.  - Sample Code
  42984.  - Interapplication Comm
  42985.  - IPCLister
  42986. Builds a Windows menu for your application.
  42987. These three files go in your ".r" and your override of TApplication. At first I thought that creating lists, walking the Window Manager list and so forth every time through DoSetupMenus() would take way too much time. The fact is that it doesn
  42988. t. The only serious problem with this technique is that it
  42989. makes use of the rather obscure fact that MacApp puts a reference to the parent TWindow in the refCon field of each Window Manager window. I don
  42990. " consider the fact that it walks the Window Manager window list a problem since that list is documentedin Inside Mac. 
  42991. The biggest advantage of this technique is that it requires no additional support from the TWindows or from the TApplication. Once you put it in you can forget about it.
  42992. J;Windows Menu Doc
  42993. WindowsMenu.cp
  42994. WindowsMenu.h
  42995. WindowsMenu.rM
  42996. MacAppOLDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Windows Menu:
  42997. N*MacApp, tear-off, floating window, Windoid9
  42998. All Packages
  42999. System 7 Tune-UpO
  43000. Dev.CD Sept 92
  43001. Dev.CD Aug 92P
  43002. Dev.CD Sept 92
  43003. Dev.CD Aug 9V
  43004. 72646X
  43005. Sept 9
  43006. q--set theItem to choose file -- uncomment to test in an AS editor
  43007.     tell application "Finder"
  43008.         open item "Dev.CD Sept 92
  43009. Dev.CD Aug 92"
  43010.         activate
  43011.     end tell
  43012. on error errMsg number errNum
  43013.     --enter statements to perform when no records are found such as...
  43014.     display dialog "Sorry, the item you selected could not be found."
  43015.     return
  43016. end try
  43017. All Packages
  43018. System 7 Tune-UpO
  43019. Dev.CD Sept 92
  43020. Dev.CD Aug 92P
  43021. Dev.CD Sept 92
  43022. Dev.CD Aug 9V
  43023. 72647X
  43024. Sept 9
  43025. q--set theItem to choose file -- uncomment to test in an AS editor
  43026.     tell application "Finder"
  43027.         open item "Dev.CD Sept 92
  43028. Dev.CD Aug 92"
  43029.         activate
  43030.     end tell
  43031. on error errMsg number errNum
  43032.     --enter statements to perform when no records are found such as...
  43033.     display dialog "Sorry, the item you selected could not be found."
  43034.     return
  43035. end try
  43036. --set theItem to choose file -- uncomment to test in an AS editor
  43037.     tell application "Finder"
  43038.         open item "Dev.CD Apr 94
  43039. Dev.CD Jan 94
  43040. Dev.CD Oct 93
  43041. Dev.CD Jul 93
  43042. Dev.CD Apr 93"
  43043.         activate
  43044.     end tell
  43045. on error errMsg number errNum
  43046.     --enter statements to perform when no records are found such as...
  43047.     display dialog "Sorry, the item you selected could not be found."
  43048.     return
  43049. end try
  43050. outdated
  43051. outer
  43052. outgoing
  43053. outline
  43054. outlined
  43055. OZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:PhDev.CD Nov 00 TC Disk 2
  43056.  - Sample Code
  43057.  - QuickTime
  43058.  -  All Java
  43059.  - QuickTime for Java
  43060.  - SGCapture2DiskV
  43061. 72542X
  43062. Nov 00^    TC Disk 2
  43063. --set theItem to choose file -- uncomment to test in an AS editor
  43064.     tell application "Finder"
  43065.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:"
  43066.         activate
  43067.     end tell
  43068. on error errMsg number errNum
  43069.     --enter statements to perform when no records are found such as...
  43070.     display dialog "Sorry, the item you selected could not be found."
  43071.     return
  43072. end try
  43073. e    No Changef
  43074. QuickTime
  43075. Dev.CD Nov 00 TC Disk 2
  43076. All Packages
  43077. ShadingWinds
  43078. 72543X
  43079. isppptesttools
  43080. isptest
  43081. isptest
  43082. powerplant
  43083. isptest
  43084. powerplant
  43085. isptest
  43086. isptestglobals
  43087. isptestglobals
  43088. isptestglobals
  43089. isptestmain
  43090. isptestmain
  43091. 71952X
  43092. Nov 99^
  43093. r--set theItem to choose file -- uncomment to test in an AS editor
  43094.     tell application "Finder"
  43095.         open item "Dev.CD Nov 99 TC:Sample Code:"
  43096.         activate
  43097.     end tell
  43098. on error errMsg number errNum
  43099.     --enter statements to perform when no records are found such as...
  43100.     display dialog "Sorry, the item you selected could not be found."
  43101.     return
  43102. end try
  43103. DeletedfAtext encoding
  43104. character set
  43105. Text Encoding Converter
  43106. font encodingq
  43107. Dev.CD Nov 99 TC
  43108. tD!All Packages
  43109. Tool Chest Edition
  43110. MacApp Developer Survey
  43111.     70263X
  43112. Nov 00^    TC Disk 2
  43113. --set theItem to choose file -- uncomment to test in an AS editor
  43114.     tell application "Finder"
  43115.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:IsImageWriter:"
  43116.         activate
  43117.     end tell
  43118. on error errMsg number errNum
  43119.     --enter statements to perform when no records are found such as...
  43120.     display dialog "Sorry, the item you selected could not be found."
  43121.     return
  43122. end try
  43123. BigEasy
  43124. InstrumenPicker Test
  43125. Instrument Editor
  43126. Instrument Editor
  43127. Instrument Editor
  43128. .rsrc
  43129. Instrument Picker Test
  43130. Instrument Picker Test
  43131. .rsrc
  43132. QTMusic Sample Keyboards
  43133. QTMusic Sample Keyboards
  43134. QTMusic Sample Keyboards
  43135. .rsrc
  43136. QTMusic Sample Sequencer
  43137. QTMusic Sample Sequencer
  43138. Sample Code README
  43139. Instrument Editor
  43140. Instrument Picker Test
  43141. QTMusic Sample Keyboards
  43142. QTMusic Sample Sequencer
  43143. QTMusic Test Sequences
  43144. M    QuickTimeN
  43145. QuickTime, musicOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusicToo:PTDev.CD Nov 00 TC Disk 2
  43146.  - Sample Code
  43147.  - QuickTime
  43148.  - Music and Sound
  43149.  - QTMusicToo_
  43150. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  43151. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  43152. 1 file describing Apple
  43153. s use of the Unicode private use area.
  43154. 24 files - one for each encoding - providing specific information about that B
  43155. encoding and specifying the encoding by showing how it maps to Unicode.
  43156. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  43157. Apr 98L
  43158. Nov 99
  43159. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  43160. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  43161. Sample code showing how to create a QuickTime
  43162.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  43163. Mac OS-only at this time
  43164. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  43165. Does not work with the original Apple QuickTake 100 digital camera.
  43166. JbDocumentation:
  43167. Interfaces&Libraries:
  43168. QuickTime
  43169.  IC SDK 1.0 contents
  43170. Sample Code:
  43171. Supporting Files:K
  43172. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  43173.  IC SDK 1.01:
  43174. Application Files
  43175. Building QT Samples
  43176. Common Files
  43177. QTTimeCode 68k
  43178. QTTimeCode 68k.mcp
  43179. QTTimeCode PPC
  43180. QTTimeCode PPC.mcp
  43181. QTTimeCode Win.mcp
  43182. QTTimeCode.c
  43183. QTTimeCode.exe
  43184. QTTimeCode.h
  43185. QTTimeCode.mak
  43186. QTTimeCode.r
  43187. READMEM
  43188. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  43189. N*QuickTime, Timecode, Track, Media, HandlerOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:PNDev.CD Nov 00 TC Disk 2
  43190.  - Sample Code
  43191.  - QuickTime
  43192.  - TimeCodes
  43193.  - QTTimeCodeV
  43194. 72263X
  43195. Nov 00^    TC Disk 2
  43196. e    No Change
  43197. atformid
  43198. video
  43199. playback
  43200. player
  43201. playing
  43202. playing
  43203. audio
  43204. plist
  43205. plotting
  43206. plug-in
  43207. plug-ins
  43208. plugin
  43209. pmforecolor
  43210. pmtable
  43211. point
  43212. polymorphic
  43213. polymorphic
  43214. functions
  43215. popup
  43216. printing
  43217. processN
  43218. seamlessly
  43219. searchj
  43220. searched
  43221. searchesy
  43222. searchingy
  43223. searchproc
  43224. searchprocs
  43225. second_
  43226. secondly
  43227. seconds
  43228. secret
  43229. secretary
  43230. secrets
  43231. section{
  43232. sectionreport
  43233. sections
  43234. sector
  43235. sectors
  43236. secure
  43237. securely
  43238. security
  43239. sedit
  43240. installer
  43241. 4.0.8
  43242. installer
  43243. drivers
  43244. installer
  43245. licensing
  43246. installer
  43247. 1.2.3
  43248. installer
  43249. source
  43250. installers
  43251. installing
  43252. installing
  43253. opendoc
  43254. instance
  43255. instance
  43256. variable
  43257. instance
  43258. variables
  43259. instructions
  43260. instrumenpicker
  43261. instrumenpicker
  43262. instrument
  43263. instrument
  43264. editor
  43265. instrument
  43266. editor
  43267. instrument
  43268. picker
  43269. instrument
  43270. picker
  43271. instrumentation
  43272. instrumentation
  43273. stuff
  43274. media
  43275. writer
  43276. resources
  43277. int'l
  43278. int'l
  43279. contacts
  43280. integrated
  43281. integrated
  43282. quicktime
  43283. commQ
  43284. interfaceQ
  43285. interfacelib
  43286. interfaces
  43287. interfaces
  43288. libraries
  43289. interfaces&libraries
  43290. Jan 98M
  43291. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO-Dev.CD Feb 00 TC:Interactive Media Resources:P/Dev.CD Feb 00 TC
  43292.  - Interactive Media Resources
  43293. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  43294. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  43295. About this Pre-Release of MRJ
  43296. MRJ 1.0.1b1c2 Installer:
  43297. MRJ SDK Installer 1.0.1b1c2
  43298. Pre-Release MRJ JITC:
  43299. Updated Documentation:K
  43300. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  43301.  - What's New?
  43302.  - Development Kits
  43303.  - Mac OS Runtime for Java
  43304. powerpc-based
  43305. powerpc-only
  43306. powerpc-savvy
  43307. powerplant
  43308. powers
  43309. powertalk{
  43310. powertalk-savvy
  43311. powertracer
  43312. pparameter
  43313. ppc/appleevent
  43314. practical
  43315. practice
  43316. practices
  43317. pre-7.0
  43318. pre-7.5
  43319. pre-defined
  43320. pre-emptively
  43321. pre-installed
  43322. pre-mac
  43323. pre-measured
  43324. pre-mixer
  43325. predefined
  43326. predetermined
  43327. predicates
  43328. predictable
  43329. prediction
  43330. preemptive
  43331. preexisting
  43332. prefer
  43333. preference
  43334. preferences
  43335. preferred
  43336. preflightgl
  43337. prefs
  43338. preliminary
  43339. preloaded
  43340. premastering
  43341. premier
  43342. premierey
  43343. preparation
  43344. prepare
  43345. prepared
  43346. --set theItem to choose file -- uncomment to test in an AS editor
  43347.     tell application "Finder"
  43348.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  43349.         activate
  43350.     end tell
  43351. on error errMsg number errNum
  43352.     --enter statements to perform when no records are found such as...
  43353.     display dialog "Sorry, the item you selected could not be found."
  43354.     return
  43355. end try
  43356. interleave
  43357. interleave
  43358. dimmer2effect
  43359. dimmer2effect
  43360. dimmer2effect68k
  43361. dimmer2effectppc
  43362. diractive
  43363. direct
  43364. direct
  43365. pixel
  43366. access
  43367. direct
  43368. pixel
  43369. access
  43370. direct
  43371. pixel
  43372. access
  43373. directhit
  43374. directhit
  43375. videobottlenecks
  43376. videotape
  43377. vidoutapp
  43378. view]
  43379. viewed
  43380. viewer
  43381. viewing_
  43382. views
  43383. vigorously
  43384. vincent
  43385. virtualV
  43386. virtual
  43387. primary
  43388. apple
  43389. computer
  43390. virtually{
  43391. viruses
  43392. visibility
  43393. visible
  43394. visigenic
  43395. vision
  43396. ptest
  43397. powerplant
  43398. isptest
  43399. isptestglobals
  43400. isptestglobals
  43401. isptestglobals
  43402. isptestmain
  43403. isptestmain
  43404. OWDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:PbDev.CD Nov 00 TC Disk 1
  43405.  - Tool Chest
  43406.  - Devices
  43407.  - NuBus/Slot Manager
  43408.  - ROM Build/Download 3.2.4V
  43409. 72491X
  43410. Nov 00^    TC Disk 1
  43411. --set theItem to choose file -- uncomment to test in an AS editor
  43412.     tell application "Finder"
  43413.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:"
  43414.         activate
  43415.     end tell
  43416. on error errMsg number errNum
  43417.     --enter statements to perform when no records are found such as...
  43418.     display dialog "Sorry, the item you selected could not be found."
  43419.     return
  43420. end try
  43421. e    No ChangefuSlot
  43422. Slot Manager
  43423. Slot Mgr.
  43424. Declaration
  43425. configuration
  43426. configuration ROM
  43427. NuBus
  43428.  CRCPatch
  43429. CRCCalc
  43430. tjs commq
  43431. Dev.CD Nov 00 TC Disk 1
  43432. All Packages
  43433. ROMResourceDump
  43434. 72492X
  43435. systemv
  43436. system
  43437. related
  43438. system
  43439. additions
  43440. system
  43441. folder
  43442. items
  43443. runtime
  43444. architectures
  43445. encodings
  43446. samplecode
  43447. samplecode
  43448. previous
  43449. specific
  43450. files
  43451. system
  43452. alias
  43453. macapp
  43454. macapp
  43455. cdent
  43456. stuff
  43457. macapp
  43458. developer
  43459. survey
  43460. macappclassmeth
  43461. macapplication
  43462. macapplication
  43463. macapplication
  43464. macapplication
  43465. macappprogguide
  43466. macbinary
  43467. macbinary-ii-conf
  43468. macbinary-ii-conf2
  43469. macbinary-ii-standar
  43470. macbinary-standard
  43471. maccalendar
  43472. macdebugprefixl
  43473. macdebugprefix
  43474. macframework
  43475. macframework
  43476. macframework
  43477. macframework
  43478. macgamma
  43479. macgamma
  43480. macgamma
  43481. macgamma
  43482. macgamma
  43483. macgamma
  43484. macguide
  43485. macguide
  43486. machack
  43487. machineloc
  43488. machineloc
  43489. macincludes
  43490. macincludes
  43491. macincludes
  43492. 71951X
  43493. Nov 99^
  43494. --set theItem to choose file -- uncomment to test in an AS editor
  43495.     tell application "Finder"
  43496.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  43497.         activate
  43498.     end tell
  43499. on error errMsg number errNum
  43500.     --enter statements to perform when no records are found such as...
  43501.     display dialog "Sorry, the item you selected could not be found."
  43502.     return
  43503. end try
  43504. Deletedq
  43505. Dev.CD Nov 99 TC
  43506. sD!All Packages
  43507. Tool Chest Edition
  43508. Mac OS Text Encodings
  43509. 68k-based
  43510. 7-bit
  43511. 7-specific
  43512. 7.0.0
  43513. 7.0.3
  43514. 7.0foN
  43515. 7.0fo
  43516. after
  43517. module
  43518. which
  43519. demonstrates
  43520. 7.1.2
  43521. 73007200/1207200/906
  43522. 730513255
  43523. 7editO
  43524. architectures
  43525. archivez
  43526. archivecontent
  43527. archivecontent
  43528. archivedV
  43529. arperations
  43530. arperations
  43531. arperations
  43532. arpsample
  43533. arpsample
  43534. arpsample
  43535. arpsampleshell
  43536. arpsampleshell
  43537. artwork
  43538. authenticator
  43539. authenticator
  43540. authenticator
  43541. market
  43542. guide
  43543. asian
  43544. n 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  43545.  - Tool Chest
  43546.  - Testing & Debugging
  43547.  - Virtual User tools
  43548. plays
  43549. playsound
  43550. playthrough
  43551. playvideo
  43552. playvideo
  43553. sample
  43554. which
  43555. makes
  43556. requestvideo
  43557. please_
  43558. pleased
  43559. plethora
  43560. plug-and-play
  43561. Deletedf
  43562. Mac OS Runtime Architectureq
  43563. Dev.CD Dec 99 RL
  43564. rD!All Packages
  43565. Tool Chest Edition
  43566. F!Mac OS Runtime for Java 1.0.1b1c2
  43567. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  43568. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  43569. MRJ 1.0.1 implements version 1.0.2 of Sun
  43570. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  43571. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessoend try
  43572. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeq
  43573. Dev.CD Nov 00 TC Disk 1
  43574. All Packages
  43575. Japanese Language KitOTDev.CD May 97 TC
  43576. Dev.CD Nov 96 TC
  43577. Dev.CD Aug 96 TC
  43578. Dev.CD May 96 TC
  43579. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  43580. Dev.CD Nov 96 TC
  43581. Dev.CD Aug 96 TC
  43582. Dev.CD May 96 TC
  43583. Dev.CD Feb 96 TV
  43584. 70269X
  43585. May 97
  43586. --set theItem to choose file -- uncomment to test in an AS editor
  43587.     tell application "Finder"
  43588.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  43589.         activate
  43590.     end tell
  43591. on error errMsg number errNum
  43592.     --enter statements to perform when no records are found such as...
  43593.     display dialog "Sorry, the item you selected could not be found."
  43594.     return
  43595. end try
  43596. --set theItem to choose file -- uncomment to test in an AS editor
  43597.     tell application "Finder"
  43598.         open item "Dev.CD Jan 94
  43599. Dev.CD Oct 93
  43600. Dev.CD Jul 93
  43601. Dev.CD Apr 93
  43602. Dev.CD Mar 93
  43603. Dev.CD Feb 93
  43604. Dev.CD Jan 93
  43605. Dev.CD Nov/Dec 92"
  43606.         activate
  43607.     end tell
  43608. on error errMsg number errNum
  43609.     --enter statements to perform when no records are found such as...
  43610.     display dialog "Sorry, the item you selected could not be found."
  43611.     return
  43612. end try
  43613. quicktime
  43614. compression
  43615. quicktime
  43616. dithering
  43617. compression
  43618. quicktime
  43619. compression
  43620. Mac OS 9.0
  43621. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  43622. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Sim May 94
  43623. Dev.CD Feb 94
  43624. Dev.CD Oct 93
  43625. Dev.CD Jun 93
  43626. Dev.CD May 93PDDev.CD May 94
  43627. Dev.CD Feb 94
  43628. Dev.CD Oct 93
  43629. Dev.CD Jun 93
  43630. Dev.CD May 9V
  43631. 70271X
  43632. May 94
  43633. macapp
  43634. macapp
  43635. release
  43636. significant
  43637. release
  43638. venera
  43639. macapp
  43640. release
  43641. continues
  43642. tradition
  43643. modernization
  43644. macapp-based]
  43645. macbinary
  43646. macbinary-ii-standar
  43647. macbinary-standard
  43648. macbug
  43649. maccalendar
  43650. maccheck
  43651. macctb
  43652. macfilesigning
  43653. macframework
  43654. macgamma
  43655. macgamma
  43656. their
  43657. application
  43658. macintosh
  43659. powerbook
  43660. series
  43661. developer
  43662. 71949X
  43663. Oct 99^
  43664. g--set theItem to choose file -- uncomment to test in an AS editor
  43665.     tell application "Finder"
  43666.         open item "Dev.CD Oct 99 SSW:"
  43667.         activate
  43668.     end tell
  43669. on error errMsg number errNum
  43670.     --enter statements to perform when no records are found such as...
  43671.     display dialog "Sorry, the item you selected could not be found."
  43672.     return
  43673. end try
  43674. Mac OS 9q
  43675. Dev.CD Oct 99 SSW
  43676. qD(All Packages
  43677. Reference Library Edition
  43678. Mac OS Runtime ArchitecturesI
  43679. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  43680. Mac OS Runtime Architectures
  43681. Read Me - Other SSW DocsK
  43682. Oct 97M
  43683. Adobe AcrobatN
  43684. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  43685.  - Technical Documentation
  43686.  - More SSW DocumentationV
  43687. 71950X
  43688. Dec 99^
  43689.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  43690. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  43691. Mac OS 9
  43692. Dev.CD Oct 99 SSW:P
  43693. Dev.CD Oct 99 SSWcted could not be found."
  43694.     return
  43695. end try
  43696. Feb 00
  43697. - Common
  43698.     - Sun Compliant Java Runtime Environment 1.1
  43699.     - QuickTime 3 
  43700.     - QTJava.zip
  43701.     - QTJava media samples
  43702. - Mac OS:
  43703.     - System 8 or later
  43704.     - Macintosh Runtime for Java (MRJ) 2.1
  43705. - Windows 95, 98, or NT::
  43706.     - JRE/JDK from Sun Microsystems, Inc. recommended
  43707. QuickTime, Java, MRJONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Java Drawing:PYDev.CD Nov 00 TC Disk 2
  43708.  - Sample Code
  43709.  - QuickTime
  43710.  - QuickTime for Java
  43711.  - Java DrawingV
  43712. 70273X
  43713. Nov 00^    TC Disk 2
  43714. e    No Change
  43715. light
  43716. light-weight
  43717. lightening
  43718. lighter
  43719. lights
  43720. likely
  43721. likewise
  43722. liking
  43723. limit
  43724. limitation
  43725. limitations
  43726. limitedy
  43727. limiting
  43728. lindenberg
  43729. linton
  43730. lipton
  43731. lisez-moi
  43732. lisp{
  43733. listf
  43734. high-visibility
  43735. higher
  43736. higher-quality
  43737. highest
  43738. highlighting
  43739. highlights{
  43740. highlited
  43741. highly
  43742. highly-successful
  43743. hilighted
  43744. hilighting
  43745. hilite
  43746. hindi
  43747. d try
  43748. J8Read Me First
  43749. Read Me First.txt
  43750. Sources
  43751. Testing
  43752. VUMetersK
  43753. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO>Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:PIDev.CD Nov 00 TC Disk 1
  43754.  - Tool Chest
  43755.  - Hardware
  43756.  - AV Tools
  43757.  - VUMetersV
  43758. 73043X
  43759. Nov 00^    TC Disk 1
  43760. --set theItem to choose file -- uncomment to test in an AS editor
  43761.     tell application "Finder"
  43762.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:"
  43763.         activate
  43764.     end tell
  43765. on error errMsg number errNum
  43766.     --enter statements to perform when no records are found such as...
  43767.     display dialog "Sorry, the item you selected could not be found."
  43768.     return
  43769. end try
  43770. e    No Changef7VUMeter
  43771. sound level meters
  43772. ARTA sample code
  43773. volume unitq
  43774. Dev.CD Nov 00 TC Disk 1
  43775. All Packages
  43776. Wake100V
  43777. 73044X
  43778. Mac Logo
  43779. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  43780. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  43781.   1. Obtain the NEW Mac platform rNum
  43782.     --enter statements to perform when no records are found such as...
  43783.     display dialog "Sorry, the item you selected could not be found."
  43784.     return
  43785. end try
  43786. e    No ChangefgJava
  43787. streaming server
  43788. MPEG Audio
  43789. broadcasting
  43790. multithreaded networking
  43791. parsing MPEG
  43792. ID3 data formato&http://developer.apple.com/samplecode/q
  43793. Dev.CD Nov 00 TC Disk 1
  43794. All Packages
  43795. JavaSpritesV
  43796. 70275X
  43797. --set theItem to choose file -- uncomment to test in an AS editor
  43798.     tell application "Finder"
  43799.         open item "Dev.CD Apr 94
  43800. Dev.CD Jan 94
  43801. Dev.CD Oct 93
  43802. Dev.CD Jul 93
  43803. Dev.CD Apr 93"
  43804.         activate
  43805.     end tell
  43806. on error errMsg number errNum
  43807.     --enter statements to perform when no records are found such as...
  43808.     display dialog "Sorry, the item you selected could not be found."
  43809.     return
  43810. end try
  43811. ntricacies
  43812. intrinsic
  43813. Summary:  The Thread Manager is a System 7 Extension which allows applications to make use of multithreading within their application context on all Macintosh platforms. Version 2.1 supports both 68K and PowerPC applications.
  43814. Thread Manager Features:
  43815.  The Thread Manager is supported by Apple Computer
  43816.  Is a real live Macintosh Toolbox Manager, supported in System Software.
  43817.  Allows an application process to be broken into simple
  43818. subprocesses that proceed concurrently in the same overall 
  43819. application context.
  43820.  Easy-to-use
  43821.  programming interface
  43822.  Documentation is less than 2" thick
  43823.  Fast context switch times (does not BlockMove thread stacks like the old Threads library does)
  43824.  You can pass parameters on the stack (due to the above reason)
  43825.  Threads can have custom in/out context handlers
  43826.  Useful sample code provided
  43827.  Useful sample libraries provided
  43828.  Useful debugging tools provided
  43829. Issues:  Read the file 'Software Licensing Info' for information on contacting the App
  43830. Apr 94
  43831. p--set theItem to choose file -- uncomment to test in an AS editor
  43832.     tell application "Finder"
  43833.         open item "Dev.CD Apr 94
  43834. Dev.CD Jan 94"
  43835.         activate
  43836.     end tell
  43837. on error errMsg number errNum
  43838.     --enter statements to perform when no records are found such as...
  43839.     display dialog "Sorry, the item you selected could not be found."
  43840.     return
  43841. end try
  43842. All Packages
  43843. System Enabler 065 (LC 575)O
  43844. Dev.CD Apr 94P
  43845. Dev.CD Apr 9V
  43846. 72795X
  43847. Apr 94
  43848. b--set theItem to choose file -- uncomment to test in an AS editor
  43849.     tell application "Finder"
  43850.         open item "Dev.CD Apr 94"
  43851.         activate
  43852.     end tell
  43853. on error errMsg number errNum
  43854.     --enter statements to perform when no records are found such as...
  43855.     display dialog "Sorry, the item you selected could not be found."
  43856.     return
  43857. end try
  43858. All Packages
  43859. System Enabler 065 (LC 575)O
  43860. Dev.CD Apr 94
  43861. Dev.CD Jan 94P
  43862. Dev.CD Apr 94
  43863. Dev.CD Jan 9V
  43864. 72796X
  43865. Apr 94
  43866. ewccursor
  43867. J8The Snarfer
  43868. The Snarfer Read Me
  43869. The Snarfer User's GuideK
  43870. Jul 92MCAny Macintosh (starting from Mac Plus) running system 6.0 or later.O/Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:P7Dev.CD Nov 99 TC
  43871.  - Tool Chest
  43872.  - Networking
  43873.  - Snarferdemo
  43874. suite
  43875. source
  43876. demoextractor
  43877. demotext
  43878. demotext
  43879. mamake
  43880. demotext
  43881. demotextdump
  43882. demotextdump
  43883. denmark
  43884. denmark
  43885. distributors/localiz
  43886. design
  43887. design
  43888. reuse
  43889. designforrobustness
  43890. designforrobustness
  43891. deskpat
  43892. deskpat
  43893. deskpat
  43894. deskpat
  43895. deskpat
  43896. desktopsprites
  43897. desktopsprites
  43898. desktopsprites
  43899. desktopsprites
  43900. desktopsprites
  43901. All Packages
  43902. QuickDraw 3DO
  43903. Dev.CD Jan 96 SSWP
  43904. Dev.CD Jan 96 SSV
  43905. 72268X
  43906. Jan 96
  43907. f--set theItem to choose file -- uncomment to test in an AS editor
  43908.     tell application "Finder"
  43909.         open item "Dev.CD Jan 96 SSW"
  43910.         activate
  43911.     end tell
  43912. on error errMsg number errNum
  43913.     --enter statements to perform when no records are found such as...
  43914.     display dialog "Sorry, the item you selected could not be found."
  43915.     return
  43916. end try
  43917. All Packages
  43918. QuickDraw 3DO
  43919. Dev.CD Jan 96 SSWP
  43920. Dev.CD Jan 96 SSV
  43921. 72269X
  43922. Jan 96
  43923. f--set theItem to choose file -- uncomment to test in an AS editor
  43924.     tell application "Finder"
  43925.         open item "Dev.CD Jan 96 SSW"
  43926.         activate
  43927.     end tell
  43928. on error errMsg number errNum
  43929.     --enter statements to perform when no records are found such as...
  43930.     display dialog "Sorry, the item you selected could not be found."
  43931.     return
  43932. end try
  43933. All Packages
  43934. QuickDraw 3DO
  43935. Dev.CD Jan 96 SSWV
  43936. 72270X
  43937. logo and NEW guidelines for its use. 
  43938.   2. Identify all your retail products with this small, yet powerful icon.
  43939. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  43940. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  43941. Some of the planned activities to support this campaign include:
  43942.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  43943.  In-Store Merchandising Programs and Promotion
  43944.  Wholesale Distribution Programs
  43945.  Magazine Advertising Campaigns
  43946.  Mail-Order Catalog Programs and Promotions
  43947.  Apple Online Store Programs and Promotions 
  43948. To be considered for inclusion in these exciting, high-v
  43949. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  43950.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  43951. JJClent Richardson Message.pdf
  43952. Mac Logo Art:
  43953. Mac Logo Guidelines:
  43954. NewMacLogoK
  43955. Jan 99N
  43956. Apple, Logo, MacO
  43957. Dev.CD Jan 99 SDK1:Mac Logo:P
  43958. Dev.CD Jan 99 SDK1
  43959.  - Mac Logo
  43960. OMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:PXDev.CD Nov 00 TC Disk 2
  43961.  - Sample Code
  43962.  - QuickTime
  43963.  - QuickTime for Java
  43964.  - TimeSlavingV
  43965. 72988X
  43966. Nov 00^    TC Disk 2
  43967. --set theItem to choose file -- uncomment to test in an AS editor
  43968.     tell application "Finder"
  43969.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:"
  43970.         activate
  43971.     end tell
  43972. on error errMsg number errNum
  43973.     --enter statements to perform when no records are found such as...
  43974.     display dialog "Sorry, the item you selected could not be found."
  43975.     return
  43976. end try
  43977. e    No Changef
  43978. QuickTime
  43979. Dev.CD Nov 00 TC Disk 2
  43980. All Packages
  43981. TimeZone.DaylightI
  43982. This program shows how you can use the ReadLocation function to show the current location and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.V
  43983. 72989X
  43984. 1e    No Change
  43985. Dev.CD Jun 97 SSV
  43986. 72280X
  43987. Jun 97
  43988. f--set theItem to choose file -- uncomment to test in an AS editor
  43989.     tell application "Finder"
  43990.         open item "Dev.CD Jun 97 SSW"
  43991.         activate
  43992.     end tell
  43993. on error errMsg number errNum
  43994.     --enter statements to perform when no records are found such as...
  43995.     display dialog "Sorry, the item you selected could not be found."
  43996.     return
  43997. end try
  43998. All Packages
  43999. QuickDraw 3DO
  44000. Dev.CD Jun 97 SSWP
  44001. Dev.CD Jun 97 SSV
  44002. 72281X
  44003. Jun 97
  44004. f--set theItem to choose file -- uncomment to test in an AS editor
  44005.     tell application "Finder"
  44006.         open item "Dev.CD Jun 97 SSW"
  44007.         activate
  44008.     end tell
  44009. on error errMsg number errNum
  44010.     --enter statements to perform when no records are found such as...
  44011.     display dialog "Sorry, the item you selected could not be found."
  44012.     return
  44013. end try
  44014. All Packages
  44015. QuickDraw 3DO
  44016. Dev.CD Jun 97 SSWP
  44017. Dev.CD Jun 97 SSV
  44018. 72282X
  44019. Jun 97
  44020. macintoshR
  44021. 71948X
  44022. Jan 99^
  44023. q--set theItem to choose file -- uncomment to test in an AS editor
  44024.     tell application "Finder"
  44025.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  44026.         activate
  44027.     end tell
  44028. on error errMsg number errNum
  44029.     --enter statements to perform when no records are found such as...
  44030.     display dialog "Sorry, the item you selected could not be found."
  44031.     return
  44032. end try
  44033. Deletedf
  44034. Apple
  44035. Dev.CD Jan 99 SDK1
  44036. pD&All Packages
  44037. System Software Edition
  44038. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  44039. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  44040. 71949X
  44041. aiff/aifc
  44042. aiffwriterl
  44043. aiffwriter
  44044. sample
  44045. sound
  44046. output
  44047. device
  44048. component
  44049. aimedu
  44050. aincludes
  44051. airport
  44052. aladdin
  44053. alert{
  44054. alerting
  44055. alerts
  44056. alexander
  44057. algebra
  44058. ossible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it 
  44059. 70278X
  44060. seedbuilder
  44061. seedcfill
  44062. an AS editor
  44063.     tell application "Finder"
  44064.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Java:JDirectTalker Example:"
  44065.         activate
  44066.     end tell
  44067. on error errMsg number errNum
  44068.     --enter statements to perform when no records are found such as...
  44069.     display dialog "Sorry, the item you selected could not be found."
  44070.     return
  44071. end try
  44072. All Packages
  44073. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  44074. Dev.CD Jan 94
  44075. Dev.CD Oct 93
  44076. Dev.CD Jul 93
  44077. Dev.CD Apr 93PDDev.CD Apr 94
  44078. Dev.CD Jan 94
  44079. Dev.CD Oct 93
  44080. Dev.CD Jul 93
  44081. Dev.CD Apr 9V
  44082. 72900X
  44083. Apr 94
  44084. --set theItem to choose file -- uncomment to test in an AS editor
  44085.     tell application "Finder"
  44086.         open item "Dev.CD Apr 94
  44087. Dev.CD Jan 94
  44088. Dev.CD Oct 93
  44089. Dev.CD Jul 93
  44090. Dev.CD Apr 93"
  44091.         activate
  44092.     end tell
  44093. on error errMsg number errNum
  44094.     --enter statements to perform when no records are found such as...
  44095.     display dialog "Sorry, the item you selected could not be found."
  44096.     return
  44097. end try
  44098. All Packages
  44099. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  44100. Dev.CD Jan 94
  44101. Dev.CD Oct 93
  44102. Dev.CD Jul 93
  44103. Dev.CD Apr 93PDDev.CD Apr 94
  44104. Dev.CD Jan 94
  44105. Dev.CD Oct 93
  44106. Dev.CD Jul 93
  44107. Dev.CD Apr 9V
  44108. 72901X
  44109. Apr 94
  44110. 72584X
  44111. Nov 99^
  44112. r--set theItem to choose file -- uncomment to test in an AS editor
  44113.     tell application "Finder"
  44114.         open item "Dev.CD Nov 99 TC:Sample Code:"
  44115.         activate
  44116.     end tell
  44117. on error errMsg number errNum
  44118.     --enter statements to perform when no records are found such as...
  44119.     display dialog "Sorry, the item you selected could not be found."
  44120.     return
  44121. end try
  44122. Deletedq
  44123. Dev.CD Nov 99 TC
  44124. D!All Packages
  44125. Tool Chest Edition
  44126. Snippets - Processes
  44127. (** = new, * = revised)
  44128. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  44129. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to do
  44130. 72385X
  44131. Jan 94
  44132. p--set theItem to choose file -- uncomment to test in an AS editor
  44133.     tell application "Finder"
  44134.         open item "Dev.CD Jan 94
  44135. Dev.CD Oct 93"
  44136.         activate
  44137.     end tell
  44138. on error errMsg number errNum
  44139.     --enter statements to perform when no records are found such as...
  44140.     display dialog "Sorry, the item you selected could not be found."
  44141.     return
  44142. end try
  44143. All Packages
  44144. F    QuickTimeO
  44145. Dev.CD Jan 94
  44146. Dev.CD Oct 93P
  44147. Dev.CD Jan 94
  44148. Dev.CD Oct 9V
  44149. 72386X
  44150. Jan 94
  44151. p--set theItem to choose file -- uncomment to test in an AS editor
  44152.     tell application "Finder"
  44153.         open item "Dev.CD Jan 94
  44154. Dev.CD Oct 93"
  44155.         activate
  44156.     end tell
  44157. on error errMsg number errNum
  44158.     --enter statements to perform when no records are found such as...
  44159.     display dialog "Sorry, the item you selected could not be found."
  44160.     return
  44161. end try
  44162. All Packages
  44163. F    QuickTimeO
  44164. Dev.CD Jan 94P
  44165. Dev.CD Jan 9V
  44166. 72387X
  44167. Jan 94
  44168. tatements
  44169. status
  44170. f--set theItem to choose file -- uncomment to test in an AS editor
  44171.     tell application "Finder"
  44172.         open item "Dev.CD Jan 96 SSW"
  44173.         activate
  44174.     end tell
  44175. on error errMsg number errNum
  44176.     --enter statements to perform when no records are found such as...
  44177.     display dialog "Sorry, the item you selected could not be found."
  44178.     return
  44179. end try
  44180. multimedia
  44181. multiplay
  44182. multiple
  44183. multiple
  44184. monitor
  44185. multiple
  44186. multiprecision
  44187. multiprecision
  44188. arithmetic
  44189. multiprocessing
  44190. multiprocessing
  44191. services
  44192. reference
  44193. multiprocessor
  44194. multiprocessor
  44195. manager
  44196. access
  44197. multisync
  44198. multisync
  44199. displays
  44200. multitasking
  44201. multithreaded
  44202. 71947X
  44203. Nov 99^
  44204. --set theItem to choose file -- uncomment to test in an AS editor
  44205.     tell application "Finder"
  44206.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  44207.         activate
  44208.     end tell
  44209. on error errMsg number errNum
  44210.     --enter statements to perform when no records are found such as...
  44211.     display dialog "Sorry, the item you selected could not be found."
  44212.     return
  44213. end try
  44214. Deletedq
  44215. Dev.CD Nov 99 TC
  44216. oD!All Packages
  44217. Mac OS SDK Edition
  44218. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  44219. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  44220.   1. Obtain the NEW Mac platform NEW Mac platform 
  44221. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  44222. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  44223. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  44224. Mac Graphics Primer 2K
  44225. Vol IIIL
  44226. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  44227.  - Tool Chest
  44228.  - QuickDraw
  44229.  - Mac Graphics Primer K helperO<Dev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:jGNE Helper:PDDev.CD Nov 00 TC Disk 1
  44230.  - Tool Chest
  44231.  - OS Utilities
  44232.  - jGNE Helper
  44233. imageer
  44234. imageproducing
  44235. imagesx
  44236. imagetrack
  44237. imageviewer
  44238. imagewriter
  44239. imaginable
  44240. imagine[
  44241. imaging`
  44242. immediate
  44243. immediately
  44244. impacts
  44245. implement
  44246. workaround
  44247. workarounds
  44248. workbook
  44249. workers
  44250. workflows
  44251. workgroupT
  44252. working{
  44253. works
  44254. under
  44255. appearance
  44256. workstation
  44257. workstations
  44258. --set theItem to choose file -- uncomment to test in an AS editor
  44259.     tell application "Finder"
  44260.         open item "Dev.CD Apr 94
  44261. Dev.CD Jan 94
  44262. Dev.CD Oct 93
  44263. Dev.CD Jul 93"
  44264.         activate
  44265.     end tell
  44266. on error errMsg number errNum
  44267.     --enter statements to perform when no records are found such as...
  44268.     display dialog "Sorry, the item you selected could not be found."
  44269.     return
  44270. end try
  44271. panels
  44272. panes
  44273. panorama
  44274. panoramas
  44275. panoramic
  44276. paper{
  44277. papworkstation
  44278. parade
  44279. paradigms
  44280. paragraph
  44281. parallels
  44282. parametera
  44283. parameters
  44284. paramount
  44285. introduction
  44286. quicktime
  44287. partial
  44288. participation
  44289. JIheaders
  44290. Record sound.
  44291. Record to disk PPC
  44292. Record_Sound_at_rate.doc
  44293. sourceM
  44294. Sound Manager 3.2 or laterN,record, sound, disk, SPBRecord, SoundConvertOEDev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound specific rate:PMDev.CD Nov 00 TC Disk 2
  44295.  - Sample Code
  44296.  - Sound
  44297.  - Record sound specific rate
  44298. parserW
  44299. parsing
  44300. partO
  44301. links
  44302. links
  44303. links
  44304. partmaker
  44305. partmaker
  44306. partmaker
  44307. readme
  44308. parts
  44309. pascal
  44310. pascal
  44311. sample
  44312. password
  44313. interface
  44314. patches
  44315. patchpoweroff
  44316. patchpoweroff
  44317. patchpoweroff
  44318. patchpoweroff
  44319. patchpoweroff
  44320. patchpoweroff68k
  44321. 5300ramcard
  44322. pbclock
  44323. pbproj
  44324. picker
  44325. picts
  44326. pictinfotest
  44327. pitfalls
  44328. pixel
  44329. platformsQ
  44330. platforms
  44331. toolsQ
  44332. play1
  44333. transport
  44334. transport
  44335. debug
  44336. transport
  44337. module
  44338. opendoc
  44339. openfirmware
  44340. opengl
  44341. opening
  44342. opening
  44343. documents
  44344. opening
  44345. files
  44346. openpicture
  44347. openstep
  44348. opentransport
  44349. optimization
  44350. optimization
  44351. demos
  44352. optimizing
  44353. option
  44354. option
  44355. management
  44356. oracle
  44357. ordered
  44358. ordered
  44359. collection
  44360. oriented
  44361. virtual
  44362. server
  44363. ot/ppp
  44364. ot/ppp
  44365. ot/ppp
  44366. control
  44367. strip
  44368. sample
  44369. ot/ppp
  44370. otbuffer
  44371. otbufferinfo
  44372. otdumpinternetstatus
  44373. otdumpportregistry
  44374. otendpointinfo
  44375. otfifo
  44376. otfindserialports
  44377. otgetendpointinfo
  44378. otgetindexedport
  44379. otgetuserportnamefro
  44380. otlifo
  44381. otlink
  44382. an/tilt
  44383. movies
  44384. cTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  44385. CTESample
  44386. CTESample.make
  44387. PTESample
  44388. PTESample.make
  44389. README
  44390. TCTESample.
  44391. TCTESample.
  44392. .rsrc
  44393. TCTESampleGlue.c
  44394. TESample.c
  44395. TESample.c.o
  44396. TESample.h
  44397. TESample.p
  44398. TESample.p.o
  44399. TESample.r
  44400. TESampleGlue.a
  44401. TESampleGlue.a.o
  44402. TESampleInit.c
  44403. TESampleInit.c.oN
  44404. TextEdit, TESampleO6Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:TESample:P>Dev.CD Nov 00 TC Disk 2
  44405.  - Sample Code
  44406.  - Overview
  44407.  - TESample
  44408. 72608X
  44409. Nov 00^    TC Disk 1
  44410. --set theItem to choose file -- uncomment to test in an AS editor
  44411.     tell application "Finder"
  44412.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  44413.         activate
  44414.     end tell
  44415. on error errMsg number errNum
  44416.     --enter statements to perform when no records are found such as...
  44417.     display dialog "Sorry, the item you selected could not be found."
  44418.     return
  44419. end try
  44420. e    No Changef6object code
  44421. disassembly
  44422. MPW tool
  44423. UltraSlimFast
  44424. DumpObjq
  44425. Dev.CD Nov 00 TC Disk 1
  44426. D!All Packages
  44427. Tool Chest Edition
  44428. Spain Distribution Guide
  44429. Summary:  Macintosh Application Environment
  44430.  (MAE)
  44431. the virtual Macintosh for open systems
  44432. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  44433. This folder contains product information about MAE, asB
  44434.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  44435. J%MAE 2.0 DataSheet
  44436. MAE 2.0 White PaperK
  44437. May 94L
  44438. Jun 95M
  44439. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:cept for the decoding of the JPEG header).
  44440. Jul 96L
  44441. May 97V
  44442. 70281X
  44443. Moved
  44444. mPjDev.CD Jun 95 RL
  44445.  - Technical Documentation
  44446.  - Tools Demos & Tech Overviews
  44447.  - Mac Application EnvironmentPreview dialog. It also displays the JFIF thumbnail from those JFIF files which have JFIF thumbnails in the same dialog. It also converts JPEG interchange files to JPEG PICT files, which can be used by any application, and converts (some) JPEG PICT files to JFIF files.
  44448. J&JFIF Preview Component
  44449. JFIF TranslatorM    QuickTimeN
  44450. QuickTime, JPEG, JFIF, PICTOSDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:JPEG File Interchange Format:P^Dev.CD Nov 00 TC Disk 2
  44451.  - Sample Code
  44452.  - QuickTime
  44453.  - Goodies
  44454.  - JPEG File Interchange Format
  44455. common
  44456. files
  44457. interfaces
  44458. internals
  44459. international
  44460. international
  44461. 1.5.1
  44462. ipclister
  44463. exchange
  44464. installed
  44465. isimagewriter
  44466. iso9660
  44467. sample
  44468. issue
  44469. itemhider
  44470. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N;QuickTime, VR, Embedding, Sound, Commands, External, ScriptODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRScript:PODev.CD Nov 00 TC Disk 2
  44471.  - Sample Code
  44472.  - QuickTime
  44473.  - QuickTime VR
  44474.  - VRScriptV
  44475. 73038X
  44476. Nov 00^    TC Disk 2
  44477. --set theItem to choose file -- uncomment to test in an AS editor
  44478.     tell application "Finder"
  44479.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRScript:"
  44480.         activate
  44481.     end tell
  44482. on error errMsg number errNum
  44483.     --enter statements to perform when no records are found such as...
  44484.     display dialog "Sorry, the item you selected could not be found."
  44485.     return
  44486. end try
  44487. e    No Changef5QuickTime
  44488. Embedding
  44489. Sound
  44490. Commands
  44491. External
  44492. Scriptq
  44493. Dev.CD Nov 00 TC Disk 2
  44494. All Packages
  44495. VRSpeechV
  44496. 73039X
  44497. 71946X
  44498. Jun 95^
  44499. --set theItem to choose file -- uncomment to test in an AS editor
  44500.     tell application "Finder"
  44501.         open item "Dev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  44502.         activate
  44503.     end tell
  44504. on error errMsg number errNum
  44505.     --enter statements to perform when no records are found such as...
  44506.     display dialog "Sorry, the item you selected could not be found."
  44507.     return
  44508. end try
  44509. Deletedf;UNIX
  44510. Open Systems
  44511. workstation
  44512. Solaris
  44513. HP-UXq
  44514. Dev.CD Jun 95 RL
  44515. nD!All Packages
  44516. Tool Chest Edition
  44517. Mac Graphics Primer 2
  44518.     m when no records are found such as...
  44519.     display dialog "Sorry, the item you selected could not be found."
  44520.     return
  44521. end try
  44522. Movedf"quicktime jpeg compress decompressq
  44523. Dev.CD Nov 00 TC Disk 1
  44524. All Packages
  44525. JSaverV
  44526. 70282X
  44527. textO
  44528. encoding
  44529. character
  44530. encoding
  44531. converter
  44532. encoding
  44533. converter
  44534. unicode
  44535. charset
  44536. character
  44537. encodi
  44538. encoding
  44539. unicode
  44540. script
  44541. language
  44542. conversion
  44543. games
  44544. input
  44545. services
  44546. manager
  44547. services
  44548. textedit
  44549. tsmte
  44550. text-to-speech
  44551. textedit
  44552. textedit
  44553. tesample
  44554. textedit
  44555. tesample
  44556. cplustesample
  44557. textedit
  44558. testylesample
  44559. style
  44560. textedit
  44561. transparent
  44562. texture
  44563. thread
  44564. thread
  44565. manager
  44566. thread
  44567. threads
  44568. tasks
  44569. tasking
  44570. multitasking
  44571. threading
  44572. threads
  44573. thumbnail
  44574. thumbnail
  44575. copybits
  44576. carbon
  44577. print
  44578. tilisten
  44579. application
  44580. environment
  44581. graphics
  44582. primer
  44583. runtime
  44584. architectures
  44585. runtime
  44586. 1.0.1b1c2
  44587. encodings
  44588. macapp
  44589. macapp
  44590. developer
  44591. survey
  44592. macapp
  44593. r13u5
  44594. macapp
  44595. r15d1
  44596. macapp
  44597. release
  44598. macapp
  44599. release
  44600. macbinary
  44601. maccalendar
  44602. maccalendar
  44603. 1.1b1
  44604. maccheck
  44605. maccheck
  44606. 1.0.4
  44607. macgamma
  44608. macintoshp
  44609. macintosh
  44610. cd-rom
  44611. setup
  44612. 5.3.2
  44613. macintosh
  44614. v1.1.1
  44615. macintosh
  44616. 1.1.1
  44617. market
  44618. marquee
  44619. media
  44620. memory
  44621. modern
  44622. module
  44623. monitor
  44624. mouse
  44625. movie
  44626. navigator
  44627. newsz
  44628. notesT
  44629. onescannerx
  44630. opp's
  44631. lJ[Hose.h
  44632. HoseFile.r
  44633. HoseIrda.c
  44634. HoseIrda.h
  44635. HoseIrdaLib
  44636. LW8_Hosesample.mcp
  44637. PSWriterErr.h
  44638. READMEK
  44639. Jul 99M
  44640. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleO<Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:PDDev.CD Nov 00 TC Disk 2
  44641.  - Sample Code
  44642.  - Printing
  44643.  - LW8_HosesampleV
  44644. 71945X
  44645. Nov 00^    TC Disk 2
  44646. --set theItem to choose file -- uncomment to test in an AS editor
  44647.     tell application "Finder"
  44648.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:"
  44649.         activate
  44650.     end tell
  44651. on error errMsg number errNum
  44652.     --enter statements to perform when no records are found such as...
  44653.     display dialog "Sorry, the item you selected could not be found."
  44654.     return
  44655. end try
  44656. e    No Changef%LaserWriter 8
  44657. custom hose
  44658. IrDA sampleq
  44659. Dev.CD Nov 00 TC Disk 2
  44660. mD(All Packages
  44661. Reference Library Edition
  44662. Mac Application Environment 2.0
  44663.     W& region rather than just its portRect.
  44664. Communications Toolbox
  44665. Contributed
  44666. Devices and Hardware
  44667. Files
  44668. Games
  44669. Graphics 2D
  44670. Graphics 3D
  44671. Help Systems
  44672. Human Interface Toolbox
  44673. Interapplication Comm
  44674. Memory
  44675. Networking
  44676. OS Utilities
  44677. Overview
  44678. Platforms and Tools
  44679. Printing
  44680. Processes
  44681. QuickTime
  44682. Runtime Architecture
  44683. Sound
  44684. Feb 92L
  44685. May 97O
  44686. Dev.CD Nov 99 TC:Sample Code:P
  44687. Dev.CD Nov 99 TC
  44688.  - Sample Code
  44689. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  44690. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool B
  44691. is running.
  44692. JzFStubs.c
  44693. FStubs.c.o
  44694. Lurkers
  44695. Lurkers README
  44696. Lurkers README.txt
  44697. Lurkers.c
  44698. Lurkers.c.o
  44699. Lurkers.r
  44700. MakeFile
  44701. NameRevisionCurrentK
  44702. Mar 94L
  44703. Jan 98M
  44704. Lurkers, Projector, MPWOLDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PWDev.CD Nov 00 TC Disk 1
  44705.  - Tool Chest
  44706.  - Development Kits
  44707.  - MPW Related
  44708.  - Lurkers 1.7
  44709. almost
  44710. omment to test in an AS editor
  44711.     tell application "Finder"
  44712.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:"
  44713.         activate
  44714.     end tell
  44715. on error errMsg number errNum
  44716.     --enter statements to perform when no records are found such as...
  44717.     display dialog "Sorry, the item you selected could not be found."
  44718.     return
  44719. end try
  44720. sample
  44721. answers
  44722. question
  44723. apple
  44724. sample
  44725. demonstrates
  44726. several
  44727. unmount
  44728. shows
  44729. sgdrawable
  44730. class
  44731. display
  44732. shows
  44733. using
  44734. sequencegrabber
  44735. simple
  44736. audio
  44737. shows
  44738. using
  44739. soundmanager
  44740. calls
  44741. simple
  44742. program
  44743. shows
  44744. capture
  44745. results
  44746. program
  44747. shows
  44748. composit
  44749. presentation
  44750. program
  44751. shows
  44752. construct
  44753. simple
  44754. animation
  44755. program
  44756. shows
  44757. control
  44758. quicktime
  44759. movie
  44760. program
  44761. shows
  44762. create
  44763. program
  44764. shows
  44765. customise
  44766. control
  44767. program
  44768. shows
  44769. define
  44770. mouseresponders
  44771. program
  44772. shows
  44773. display
  44774. quicktime
  44775. movie
  44776. program
  44777. shows
  44778. display
  44779. quicktime
  44780. content
  44781. rawn (in 9 point) instead of the labels.
  44782. 71944X
  44783. Nov 00^    TC Disk 1
  44784. --set theItem to choose file -- uncomment to test in an AS editor
  44785.     tell application "Finder"
  44786.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  44787.         activate
  44788.     end tell
  44789. on error errMsg number errNum
  44790.     --enter statements to perform when no records are found such as...
  44791.     display dialog "Sorry, the item you selected co